Skip to content

Commit 3d7dbf3

Browse files
committed
[crypto_kat_test_suite] Add missing tests to crypto_kat_test_suite
Add the AES-GCM and RSA tests to the `crypto_kat_test_suite` target. Signed-off-by: Pascal Nasahl <[email protected]>
1 parent 06f44d0 commit 3d7dbf3

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

sw/device/tests/crypto/cryptotest/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ cryptotest(
561561
test_suite(
562562
name = "crypto_kat_test_suite",
563563
tests = [
564+
":aes_gcm_kat",
564565
":aes_kat",
565566
":cshake_kat",
566567
":drbg_kat",
@@ -570,6 +571,7 @@ test_suite(
570571
":hmac_sha384_kat",
571572
":hmac_sha512_kat",
572573
":kmac_kat",
574+
":rsa_kat",
573575
":sha256_kat",
574576
":sha384_kat",
575577
":sha3_224_kat",

0 commit comments

Comments
 (0)