X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=crypto%2Ftestmgr.c;h=2854865f24341205292a9e05c09bb24ebe28a9dd;hb=5fda1bd5b8869574dad8e1f9f71e23bf0c186274;hp=27ea9fe9476fb96aff90d7df5d13c1e4c21640c5;hpb=afe997a183ecc0be72652c7a5ce2152bdf91724e;p=cascardo%2Flinux.git diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 27ea9fe9476f..2854865f2434 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2077,6 +2077,7 @@ static const struct alg_test_desc alg_test_descs[] = { }, { .alg = "ghash", .test = alg_test_hash, + .fips_allowed = 1, .suite = { .hash = { .vecs = ghash_tv_template, @@ -2453,6 +2454,7 @@ static const struct alg_test_desc alg_test_descs[] = { }, { .alg = "xts(aes)", .test = alg_test_skcipher, + .fips_allowed = 1, .suite = { .cipher = { .enc = {