summaryrefslogtreecommitdiff
path: root/crypto/algif_skcipher.c
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2014-09-01 07:11:20 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2014-09-05 15:56:43 +0800
commit1f4a3a1fc2510d44daeb6fe285a2e402d0774a03 (patch)
tree6015845ba298ba8feaf50c00fbd8c177cb34c592 /crypto/algif_skcipher.c
parent245c531351ef282b69bcd2bd7d46bfc79234f9b4 (diff)
downloadlinux-crypto-1f4a3a1fc2510d44daeb6fe285a2e402d0774a03.tar.gz
linux-crypto-1f4a3a1fc2510d44daeb6fe285a2e402d0774a03.zip
crypto: drbg - remove check for uninitialized DRBG handle
The drbg_healthcheck() contained a test to call the DRBG with an uninitialized DRBG cipher handle. As this is an inappropriate use of the kernel crypto API to try to generate random numbers before initialization, checks verifying for an initialized DRBG have been removed in previous patches. Now, the drbg_healthcheck test must also be removed. Changes V2: Added patch marker to email subject line. Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algif_skcipher.c')
0 files changed, 0 insertions, 0 deletions