Commit 85375446 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: testmgr - Disable rfc4106 test and convert test vectors



This patch disables the rfc4106 test while the conversion to the
new seqiv calling convention takes place.  It also converts the
rfc4106 test vectors to the new format.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e13f0f6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
			}
		}
	}, {
		.alg = "rfc4106(gcm(aes))",
		.alg = "rfc4106(gcm(aes))-disabled",
		.test = alg_test_aead,
		.fips_allowed = 1,
		.suite = {
+318 −284

File changed.

Preview size limit exceeded, changes collapsed.