linux/drivers/crypto/stm32
Lionel Debieve 29aed438e8 crypto: stm32/cryp - remove request mutex protection
Mutex is badly used between threaded irq and driver.
This mutex must be removed as the framework must ensure
that requests must be serialized to avoid issue. Rework
req to avoid crash during finalize by fixing the NULL
pointer issue.

Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-05-03 14:03:29 +08:00
..
Kconfig crypto: stm32/cryp - add weak key check for DES 2019-05-03 14:03:29 +08:00
Makefile crypto: stm32 - Use standard CONFIG name 2017-12-28 17:56:50 +11:00
stm32_crc32.c Char/Misc driver patches for 4.19-rc1 2018-08-18 11:04:51 -07:00
stm32-cryp.c crypto: stm32/cryp - remove request mutex protection 2019-05-03 14:03:29 +08:00
stm32-hash.c crypto: stm32/hash - Fix self test issue during export 2019-04-18 22:14:57 +08:00