From a5be297a088e85b921185265ec5d1f1f19db18fe Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Tue, 1 Jan 2008 15:59:28 +1100 Subject: [PATCH] --- yaml --- r: 76006 b: refs/heads/master c: 38ed9ab23b8614c9c1553b2961ef2627f3088fd9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/tcrypt.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3e41bd2d6476..26afbe6ed76c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 94765b9e4cba8e3c51c292338db16aa174894d30 +refs/heads/master: 38ed9ab23b8614c9c1553b2961ef2627f3088fd9 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 72073ef4a06d..1ab8c017a011 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -1608,11 +1608,17 @@ static void do_test(void) test_hash("hmac(sha512)", hmac_sha512_tv_template, HMAC_SHA512_TEST_VECTORS); break; + case 105: test_hash("hmac(sha224)", hmac_sha224_tv_template, HMAC_SHA224_TEST_VECTORS); break; + case 106: + test_hash("xcbc(aes)", aes_xcbc128_tv_template, + XCBC_AES_TEST_VECTORS); + break; + case 200: test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, aes_speed_template);