summaryrefslogtreecommitdiff
path: root/crypto/aes_generic.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2022-11-11 18:05:41 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2022-11-18 16:59:34 +0800
commitcf62456b8198d5e0c641fa5420f573acf1d3c61d (patch)
treee0ee2814d41db2d8e5aa9b8639b7adb571898fc4 /crypto/aes_generic.c
parentfc186949be80cc7936f20592fa1586be094ed913 (diff)
downloadlinux-crypto-cf62456b8198d5e0c641fa5420f573acf1d3c61d.tar.gz
linux-crypto-cf62456b8198d5e0c641fa5420f573acf1d3c61d.zip
crypto: skcipher - Allow sync algorithms with large request contexts
Some sync algorithms may require a large amount of temporary space during its operations. There is no reason why they should be limited just because some legacy users want to place all temporary data on the stack. Such algorithms can now set a flag to indicate that they need extra request context, which will cause them to be invisible to users that go through the sync_skcipher interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions