summaryrefslogtreecommitdiff
path: root/crypto/testmgr.h
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2012-03-29 09:03:47 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2012-03-29 19:52:47 +0800
commit88ba94c77405fdb4aed52c5ef3387b06b7ee00c8 (patch)
tree848bce66df08f345805d2e4fe0ad459feb57e997 /crypto/testmgr.h
parent2c6abb34e838014f57f839375947dcd4ee7967bb (diff)
downloadlinux-crypto-88ba94c77405fdb4aed52c5ef3387b06b7ee00c8.tar.gz
linux-crypto-88ba94c77405fdb4aed52c5ef3387b06b7ee00c8.zip
crypto: user - Fix lookup of algorithms with IV generator
We lookup algorithms with crypto_alg_mod_lookup() when instantiating via crypto_add_alg(). However, algorithms that are wrapped by an IV genearator (e.g. aead or genicv type algorithms) need special care. The userspace process hangs until it gets a timeout when we use crypto_alg_mod_lookup() to lookup these algorithms. So export the lookup functions for these algorithms and use them in crypto_add_alg(). Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions