aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/testmgr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 4199b7d3e9fb..9059bea7a5b0 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -5199,6 +5199,9 @@ static const struct alg_test_desc alg_test_descs[] = {
.sig = __VECS(pkcs1_rsa_none_tv_template)
}
}, {
+ .alg = "pkcs1(rsa,sha1)",
+ .test = alg_test_null,
+ }, {
.alg = "pkcs1(rsa,sha224)",
.test = alg_test_null,
.fips_allowed = 1,
@@ -5234,6 +5237,9 @@ static const struct alg_test_desc alg_test_descs[] = {
.test = alg_test_null,
.fips_allowed = 1,
}, {
+ .alg = "pkcs1pad(rsa,sha1)",
+ .test = alg_test_null,
+ }, {
.alg = "rfc3686(ctr(aes))",
.generic_driver = "rfc3686(ctr(aes-lib))",
.test = alg_test_skcipher,