diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2020-04-24 15:40:47 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-04-30 07:19:34 +0200 |
commit | d6fc1a4592219b9ccb85854282d0e59d35fddebc (patch) | |
tree | eed32650888388e6fbeb8a50a4b48337a45df34b /ipc | |
parent | crypto: ctr - no longer needs CRYPTO_SEQIV (diff) | |
download | linux-d6fc1a4592219b9ccb85854282d0e59d35fddebc.tar.xz linux-d6fc1a4592219b9ccb85854282d0e59d35fddebc.zip |
crypto: drbg - should select CTR
if CRYPTO_DRBG_CTR is builtin and CTR is module, allocating such algo
will fail.
DRBG: could not allocate CTR cipher TFM handle: ctr(aes)
alg: drbg: Failed to reset rng
alg: drbg: Test 0 failed for drbg_pr_ctr_aes128
DRBG: could not allocate CTR cipher TFM handle: ctr(aes)
alg: drbg: Failed to reset rng
alg: drbg: Test 0 failed for drbg_nopr_ctr_aes128
DRBG: could not allocate CTR cipher TFM handle: ctr(aes)
alg: drbg: Failed to reset rng
alg: drbg: Test 0 failed for drbg_nopr_ctr_aes192
DRBG: could not allocate CTR cipher TFM handle: ctr(aes)
alg: drbg: Failed to reset rng
alg: drbg: Test 0 failed for drbg_nopr_ctr_aes256
So let's select CTR instead of just depend on it.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions