[CRYPTO] lib: table driven multiplications in GF(2^128)
[powerpc.git] / crypto / tcrypt.c
index 8330742..d1a5f2b 100644 (file)
@@ -977,6 +977,9 @@ static void do_test(void)
                test_hash("hmac(sha256)", hmac_sha256_tv_template,
                          HMAC_SHA256_TEST_VECTORS);
 
+               test_hash("xcbc(aes)", aes_xcbc128_tv_template,
+                         XCBC_AES_TEST_VECTORS);
+
                test_hash("michael_mic", michael_mic_tv_template, MICHAEL_MIC_TEST_VECTORS);
                break;