Kees Cook 7cec153e14
crypto: picoxcell - 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

Cc: Jamie Iles <jamie@jamieiles.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: azrim <mirzaspc@gmail.com>
2022-04-26 15:03:36 +07:00
..
2022-01-27 09:07:33 +01:00
2022-01-27 09:07:33 +01:00
2022-04-26 15:00:58 +07:00
2022-04-06 13:18:04 +07:00
2022-04-26 15:00:58 +07:00
2022-03-02 15:28:01 +01:00
2022-03-16 14:10:02 +00:00