diff --git a/crypto/testmgr.c b/crypto/testmgr.c index a302be53896d..5bae4871690f 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -4137,6 +4137,10 @@ static const struct alg_test_desc alg_test_descs[] = { .suite = { .aead = __VECS(hmac_sha224_des3_ede_cbc_tv_temp) } + }, { + .alg = "authenc(hmac(sha224),rfc3686(ctr(aes)))", + .test = alg_test_null, + .fips_allowed = 1, }, { .alg = "authenc(hmac(sha256),cbc(aes))", .generic_driver = "authenc(hmac-sha256-lib,cbc(aes-generic))",