On Thu, Mar 29, 2012 at 09:03:47AM +0200, Steffen Klassert wrote:
> 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.klass...@secunet.com>

Both applied to crypto.

Thanks,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to