diff options
| author | Jussi Kivilinna <jussi.kivilinna@iki.fi> | 2013-04-07 16:43:51 +0300 | 
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-04-25 21:01:47 +0800 | 
| commit | e9b7441a9926b8091c01431f10231c9ceac52c8f (patch) | |
| tree | 67a2e0e634fc932d3b6cb032477f729172c8e5a3 /crypto/tcrypt.c | |
| parent | d733ac90f9fe8ac284e523f9920b507555b12f6d (diff) | |
| download | olio-linux-3.10-e9b7441a9926b8091c01431f10231c9ceac52c8f.tar.xz olio-linux-3.10-e9b7441a9926b8091c01431f10231c9ceac52c8f.zip  | |
crypto: testmgr - add AES GMAC test vectors
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
| -rw-r--r-- | crypto/tcrypt.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 87ef7d66bc2..6b911ef8df8 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1225,6 +1225,10 @@ static int do_test(int m)  		ret += tcrypt_test("rfc4106(gcm(aes))");  		break; +	case 152: +		ret += tcrypt_test("rfc4543(gcm(aes))"); +		break; +  	case 200:  		test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,  				speed_template_16_24_32);  |