diff options
author | Mathias Krause <minipli@googlemail.com> | 2012-11-20 18:29:31 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-12-06 04:16:29 -0500 |
commit | f0ef105915c36005100ce0225b6d2c2125380e77 (patch) | |
tree | 57e14329912a4018bc80b8eeeb4451c630d40634 /crypto/testmgr.h | |
parent | 0818904d4057737e589cad0b9501b5a3c3bbc2cc (diff) |
crypto: testmgr - remove superfluous initializers for xts(aes)
The test vectors for 'xts(aes)' contain superfluous initializers.
Remove them.
Signed-off-by: Mathias Krause <minipli@googlemail.com>
Cc: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.h')
-rw-r--r-- | crypto/testmgr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/testmgr.h b/crypto/testmgr.h index 189aeb6c27f4..b5721e0b979c 100644 --- a/crypto/testmgr.h +++ b/crypto/testmgr.h | |||
@@ -15011,8 +15011,6 @@ static struct cipher_testvec aes_xts_enc_tv_template[] = { | |||
15011 | .klen = 64, | 15011 | .klen = 64, |
15012 | .iv = "\xff\x00\x00\x00\x00\x00\x00\x00" | 15012 | .iv = "\xff\x00\x00\x00\x00\x00\x00\x00" |
15013 | "\x00\x00\x00\x00\x00\x00\x00\x00", | 15013 | "\x00\x00\x00\x00\x00\x00\x00\x00", |
15014 | "\x00\x00\x00\x00\x00\x00\x00\x00", | ||
15015 | "\x00\x00\x00\x00\x00\x00\x00\x00", | ||
15016 | .input = "\x00\x01\x02\x03\x04\x05\x06\x07" | 15014 | .input = "\x00\x01\x02\x03\x04\x05\x06\x07" |
15017 | "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" | 15015 | "\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" |
15018 | "\x10\x11\x12\x13\x14\x15\x16\x17" | 15016 | "\x10\x11\x12\x13\x14\x15\x16\x17" |
@@ -15355,8 +15353,6 @@ static struct cipher_testvec aes_xts_dec_tv_template[] = { | |||
15355 | .klen = 64, | 15353 | .klen = 64, |
15356 | .iv = "\xff\x00\x00\x00\x00\x00\x00\x00" | 15354 | .iv = "\xff\x00\x00\x00\x00\x00\x00\x00" |
15357 | "\x00\x00\x00\x00\x00\x00\x00\x00", | 15355 | "\x00\x00\x00\x00\x00\x00\x00\x00", |
15358 | "\x00\x00\x00\x00\x00\x00\x00\x00", | ||
15359 | "\x00\x00\x00\x00\x00\x00\x00\x00", | ||
15360 | .input = "\x1c\x3b\x3a\x10\x2f\x77\x03\x86" | 15356 | .input = "\x1c\x3b\x3a\x10\x2f\x77\x03\x86" |
15361 | "\xe4\x83\x6c\x99\xe3\x70\xcf\x9b" | 15357 | "\xe4\x83\x6c\x99\xe3\x70\xcf\x9b" |
15362 | "\xea\x00\x80\x3f\x5e\x48\x23\x57" | 15358 | "\xea\x00\x80\x3f\x5e\x48\x23\x57" |