summaryrefslogtreecommitdiff
path: root/crypto/nhpoly1305.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2022-11-11 17:59:17 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-11-18 16:59:34 +0800
commitfc186949be80cc7936f20592fa1586be094ed913 (patch)
tree0a07cdf61da3e929d0943df6be59c24de6f75f43 /crypto/nhpoly1305.c
parent50b792dcd44761e967cae865466a0aac0886c1ef (diff)
downloadlinux-crypto-fc186949be80cc7936f20592fa1586be094ed913.tar.gz
linux-crypto-fc186949be80cc7936f20592fa1586be094ed913.zip
crypto: cryptd - Use request context instead of stack for sub-request
cryptd is buggy as it tries to use sync_skcipher without going through the proper sync_skcipher interface. In fact it doesn't even need sync_skcipher since it's already a proper skcipher and can easily access the request context instead of using something off the stack. Fixes: 002c5706116b ("crypto: cryptd - Remove VLA usage of skcipher") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/nhpoly1305.c')
0 files changed, 0 insertions, 0 deletions