Skip to content

Commit

Permalink
Update names of components renamed in the meantime
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
  • Loading branch information
mpg committed Jan 10, 2024
1 parent d941b8d commit 774d444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture/testing/driver-interface-test-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ HMAC (key type: HMAC)
- No driver-only testing here, see #8564.

Cipher, AEAD and CMAC (key types: DES, AES, ARIA, CHACHA20, CAMELLIA):
- `test_psa_crypto_config_accel_cipher_aead`: all key types and algs, full
config with a few exclusions (PKCS5, PKCS12, NIST-KW), with parity testing.
- `test_psa_crypto_config_accel_cipher`: only DES (with all algs), full
- `test_psa_crypto_config_accel_cipher_aead_cmac`: all key types and algs, full
config with a few exclusions (NIST-KW), with parity testing.
- `test_psa_crypto_config_accel_des`: only DES (with all algs), full
config, no parity testing.
- `test_psa_crypto_config_accel_aead`: only AEAD algs (with all relevant key
types), full config, no parity testing.
Expand Down

0 comments on commit 774d444

Please sign in to comment.