]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - crypto/testmgr.c
trivial: OHCI: Fix typo in a comment
[mv-sheeva.git] / crypto / testmgr.c
index 29b228d9b1a2193d105269de00b14ccd4de139ef..6d5b746637be226da5d9aac78af39a9851188464 100644 (file)
@@ -2247,6 +2247,15 @@ static const struct alg_test_desc alg_test_descs[] = {
                                .count = TGR192_TEST_VECTORS
                        }
                }
+       }, {
+               .alg = "vmac(aes)",
+               .test = alg_test_hash,
+               .suite = {
+                       .hash = {
+                               .vecs = aes_vmac128_tv_template,
+                               .count = VMAC_AES_TEST_VECTORS
+                       }
+               }
        }, {
                .alg = "wp256",
                .test = alg_test_hash,