]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/testmgr.c
picoxcell: support for Picochip picoxcell devices
[karo-tx-linux.git] / crypto / testmgr.c
index 2854865f24341205292a9e05c09bb24ebe28a9dd..b6b93d41635149692f473d19fdc53118d4de29fe 100644 (file)
@@ -2218,6 +2218,22 @@ static const struct alg_test_desc alg_test_descs[] = {
                                .count = MICHAEL_MIC_TEST_VECTORS
                        }
                }
+       }, {
+               .alg = "ofb(aes)",
+               .test = alg_test_skcipher,
+               .fips_allowed = 1,
+               .suite = {
+                       .cipher = {
+                               .enc = {
+                                       .vecs = aes_ofb_enc_tv_template,
+                                       .count = AES_OFB_ENC_TEST_VECTORS
+                               },
+                               .dec = {
+                                       .vecs = aes_ofb_dec_tv_template,
+                                       .count = AES_OFB_DEC_TEST_VECTORS
+                               }
+                       }
+               }
        }, {
                .alg = "pcbc(fcrypt)",
                .test = alg_test_skcipher,