Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
[firefly-linux-kernel-4.4.55.git] / crypto / testmgr.c
index 5f15f45fcc9f061fdff26c96eab8987cfda29625..6d4da8fd24fde98d1cb9451ac4b5924fcce58bd4 100644 (file)
@@ -3214,6 +3214,21 @@ static const struct alg_test_desc alg_test_descs[] = {
                                .count = GHASH_TEST_VECTORS
                        }
                }
+       }, {
+               .alg = "heh(aes)",
+               .test = alg_test_skcipher,
+               .suite = {
+                       .cipher = {
+                               .enc = {
+                                       .vecs = aes_heh_enc_tv_template,
+                                       .count = AES_HEH_ENC_TEST_VECTORS
+                               },
+                               .dec = {
+                                       .vecs = aes_heh_dec_tv_template,
+                                       .count = AES_HEH_DEC_TEST_VECTORS
+                               }
+                       }
+               }
        }, {
                .alg = "hmac(crc32)",
                .test = alg_test_hash,