aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index b1f79c6bf409..84937ceb4bd8 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2691,6 +2691,13 @@ static const struct alg_test_desc alg_test_descs[] = {
2691 } 2691 }
2692 } 2692 }
2693 }, { 2693 }, {
2694 .alg = "cfb(aes)",
2695 .test = alg_test_skcipher,
2696 .fips_allowed = 1,
2697 .suite = {
2698 .cipher = __VECS(aes_cfb_tv_template)
2699 },
2700 }, {
2694 .alg = "chacha20", 2701 .alg = "chacha20",
2695 .test = alg_test_skcipher, 2702 .test = alg_test_skcipher,
2696 .suite = { 2703 .suite = {