Kees Cook 1013d8fb13
rxrpc: 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: David Howells <dhowells@redhat.com>
Cc: linux-afs@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:35 +07:00
..
2022-03-11 10:13:33 +01:00
2022-01-29 10:17:06 +01:00
2021-02-23 14:55:38 +01:00
2021-08-04 12:22:17 +02:00
2022-04-06 13:18:17 +07:00
2022-04-26 15:03:35 +07:00
2022-01-05 12:33:49 +01:00
2022-03-11 10:06:50 +01:00
2021-06-30 08:48:47 -04:00