summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2023-04-13 14:24:17 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2023-04-20 18:20:04 +0800
commitaf14f918822f2ce48d75d2547dee4573bd3ae632 (patch)
tree900fc5a7c232e1b4810482a535dfa29f7f9f85eb /crypto/ahash.c
parent57fa4869538e18ebdd3a1e734dda9fc1e9ee15dd (diff)
downloadlinux-crypto-af14f918822f2ce48d75d2547dee4573bd3ae632.tar.gz
linux-crypto-af14f918822f2ce48d75d2547dee4573bd3ae632.zip
crypto: api - Add crypto_clone_tfm
This patch adds the helper crypto_clone_tfm. The purpose is to allocate a tfm object with GFP_ATOMIC. As we cannot sleep, the object has to be cloned from an existing tfm object. This allows code paths that cannot otherwise allocate a crypto_tfm object to do so. Once a new tfm has been obtained its key could then be changed without impacting other users. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ahash.c')
0 files changed, 0 insertions, 0 deletions