Skip to content

Commit f297caf

Browse files
committed
[crypto_kat_test_suite] Add missing tests to crypto_kat_test_suite
Add the AES-GCM. ACVP HMAC, and RSA tests to the `crypto_kat_test_suite` target. Signed-off-by: Pascal Nasahl <[email protected]>
1 parent 05e6eb9 commit f297caf

File tree

1 file changed

+3
-0
lines changed
  • sw/device/tests/crypto/cryptotest

1 file changed

+3
-0
lines changed

sw/device/tests/crypto/cryptotest/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,8 @@ cryptotest(
590590
test_suite(
591591
name = "crypto_kat_test_suite",
592592
tests = [
593+
":acvp_hmac_sha256",
594+
":aes_gcm_kat",
593595
":aes_kat",
594596
":cshake_kat",
595597
":drbg_kat",
@@ -599,6 +601,7 @@ test_suite(
599601
":hmac_sha384_kat",
600602
":hmac_sha512_kat",
601603
":kmac_kat",
604+
":rsa_kat",
602605
":sha256_kat",
603606
":sha384_kat",
604607
":sha3_224_kat",

0 commit comments

Comments
 (0)