Eric Biggers
5c925e8b10
crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LEN
...
The flag CRYPTO_TFM_RES_BAD_BLOCK_LEN is never checked for, and it's
only set by one driver. And even that single driver's use is wrong
because the driver is setting the flag from ->encrypt() and ->decrypt()
with no locking, which is unsafe because ->encrypt() and ->decrypt() can
be executed by many threads in parallel on the same tfm.
Just remove this flag.
Signed-off-by: Eric Biggers <ebiggers@google.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2020-01-09 11:30:52 +08:00
..
2019-12-27 18:18:03 +08:00
2019-11-08 23:15:52 +08:00
2019-12-20 14:58:34 +08:00
2020-01-09 11:30:51 +08:00
2019-11-17 09:02:46 +08:00
2019-12-27 18:18:03 +08:00
2019-11-17 09:02:47 +08:00
2020-01-04 13:49:51 +08:00
2020-01-09 11:30:52 +08:00
2020-01-09 11:30:51 +08:00
2019-12-20 14:58:33 +08:00
2019-12-20 14:58:34 +08:00
2019-11-17 09:02:49 +08:00
2019-11-17 09:02:47 +08:00
2019-11-17 09:02:49 +08:00
2019-12-01 13:46:15 -08:00
2019-12-27 18:18:04 +08:00
2019-11-17 09:02:48 +08:00
2019-12-27 18:18:03 +08:00
2019-12-11 16:36:05 +08:00
2019-11-17 09:02:45 +08:00
2019-11-22 18:48:39 +08:00
2019-12-20 14:58:35 +08:00
2019-11-08 23:00:45 +08:00
2019-05-30 15:35:45 +08:00
2019-08-30 18:05:31 +10:00
2019-08-30 18:05:31 +10:00
2019-08-02 14:43:59 +10:00
2020-01-09 11:30:52 +08:00
2019-12-20 14:58:35 +08:00
2019-08-09 15:11:59 +10:00
2019-10-23 19:46:56 +11:00
2019-10-23 19:46:56 +11:00
2019-11-17 09:02:47 +08:00
2019-12-27 18:18:03 +08:00
2019-11-17 09:02:47 +08:00
2019-12-27 18:18:04 +08:00
2019-11-01 13:38:31 +08:00
2019-11-17 09:02:47 +08:00
2019-11-25 19:49:58 -08:00
2019-12-11 16:37:00 +08:00
2019-12-11 16:37:00 +08:00
2019-12-11 16:37:00 +08:00
2019-12-11 16:37:00 +08:00
2019-06-19 17:09:55 +02:00
2019-12-11 16:37:00 +08:00
2019-12-11 16:37:00 +08:00
2019-10-23 19:46:58 +11:00
2019-12-11 16:48:39 +08:00
2019-05-30 11:26:35 -07:00
2019-12-20 14:58:33 +08:00
2019-08-09 15:12:03 +10:00
2019-11-17 09:02:46 +08:00
2019-11-17 09:02:48 +08:00
2019-11-17 09:02:49 +08:00
2019-07-03 22:13:11 +08:00