]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - use CRYPTO_ALG_INTERNAL
authorStephan Mueller <smueller@chronox.de>
Mon, 30 Mar 2015 19:56:31 +0000 (21:56 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 31 Mar 2015 13:21:03 +0000 (21:21 +0800)
commit41e606e5af9ab7106e9304fc531de3de50893fe1
tree032a1d8704fcb8484b1e366832cb2dc2cd278755
parent7da9c33f40eac7f382d9851a222fb865da9b82a7
crypto: testmgr - use CRYPTO_ALG_INTERNAL

Allocate the ciphers irrespectively if they are marked as internal
or not. As all ciphers, including the internal ciphers will be
processed by the testmgr, it needs to be able to allocate those
ciphers.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c