Files
linux/drivers
Kees Cook f805f59d1e crypto: mxs-dcp - Remove VLA usage of skcipher
In the quest to remove all stack VLA usage from the kernel[1], this
replaces struct crypto_skcipher and SKCIPHER_REQUEST_ON_STACK() usage
with struct crypto_sync_skcipher and SYNC_SKCIPHER_REQUEST_ON_STACK(),
which uses a fixed stack size.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-09-28 12:46:09 +08:00
..
2018-08-27 14:25:54 -06:00
2018-08-30 14:47:41 -07:00
2018-08-08 15:44:47 +10:00
2018-08-16 12:26:24 -07:00
2018-09-14 14:08:52 +08:00
2018-08-20 11:36:07 +02:00
2018-09-28 12:46:08 +08:00