OpenCloudOS-Kernel/drivers/crypto/stm32
Lionel Debieve f3880a2356 crypto: stm32/hash - remove interruptible condition for dma
When DMA is used, waiting for completion must not be
interruptible as it can generate an error that is not handle
by the driver. There is no need to put the completion
interruptible in this driver.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-07-03 22:15:08 +08:00
..
Kconfig crypto: stm32/cryp - add weak key check for DES 2019-05-03 14:03:29 +08:00
Makefile crypto: stm32/crc32 - rename driver file 2019-07-03 22:15:07 +08:00
stm32-crc32.c crypto: stm32/crc32 - rename driver file 2019-07-03 22:15:07 +08:00
stm32-cryp.c crypto: stm32/cryp - update to return iv_out 2019-05-03 14:03:29 +08:00
stm32-hash.c crypto: stm32/hash - remove interruptible condition for dma 2019-07-03 22:15:08 +08:00