diff options
| -rw-r--r-- | crypto/testmgr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index d0a42bd3aae9..a865ea99a057 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
| @@ -2476,6 +2476,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
| 2476 | } | 2476 | } |
| 2477 | }, { | 2477 | }, { |
| 2478 | .alg = "cmac(aes)", | 2478 | .alg = "cmac(aes)", |
| 2479 | .fips_allowed = 1, | ||
| 2479 | .test = alg_test_hash, | 2480 | .test = alg_test_hash, |
| 2480 | .suite = { | 2481 | .suite = { |
| 2481 | .hash = { | 2482 | .hash = { |
| @@ -2485,6 +2486,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
| 2485 | } | 2486 | } |
| 2486 | }, { | 2487 | }, { |
| 2487 | .alg = "cmac(des3_ede)", | 2488 | .alg = "cmac(des3_ede)", |
| 2489 | .fips_allowed = 1, | ||
| 2488 | .test = alg_test_hash, | 2490 | .test = alg_test_hash, |
| 2489 | .suite = { | 2491 | .suite = { |
| 2490 | .hash = { | 2492 | .hash = { |
