diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 1dc93bf608d4..15c7a3011269 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -5456,14 +5456,6 @@ static const struct alg_test_desc alg_test_descs[] = { .suite = { .akcipher = __VECS(pkcs1pad_rsa_tv_template) } - }, { - .alg = "pkcs1pad(rsa,sha384)", - .test = alg_test_null, - .fips_allowed = 1, - }, { - .alg = "pkcs1pad(rsa,sha512)", - .test = alg_test_null, - .fips_allowed = 1, }, { .alg = "pkcs1pad(rsa,sha3-256)", .test = alg_test_null, @@ -5476,6 +5468,14 @@ static const struct alg_test_desc alg_test_descs[] = { .alg = "pkcs1pad(rsa,sha3-512)", .test = alg_test_null, .fips_allowed = 1, + }, { + .alg = "pkcs1pad(rsa,sha384)", + .test = alg_test_null, + .fips_allowed = 1, + }, { + .alg = "pkcs1pad(rsa,sha512)", + .test = alg_test_null, + .fips_allowed = 1, }, { .alg = "poly1305", .test = alg_test_hash,