1
0
Fork 0

crypto: testmgr - Disable rfc4543 test

Because the old rfc4543 implementation always injected an IV into
the AD, while the new one does not, we have to disable the test
while it is converted over to the new AEAD interface.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
steinar/wifi_calib_4_9_kernel
Herbert Xu 2015-06-16 13:54:16 +08:00 committed by Octavian Purdila
parent e30a1f1b84
commit 488997bccb
1 changed files with 1 additions and 1 deletions

View File

@ -3733,7 +3733,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
.alg = "rfc4543(gcm(aes))",
.alg = "rfc4543(gcm(aes))-disabled",
.test = alg_test_aead,
.suite = {
.aead = {