From 98f8da1b1ad1b3a4291634a60be5f3ddfc8d3609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 10 Jan 2024 12:53:58 +0100 Subject: [PATCH] Update names of components renamed in the meantime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- docs/architecture/testing/driver-interface-test-strategy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture/testing/driver-interface-test-strategy.md b/docs/architecture/testing/driver-interface-test-strategy.md index 73200aee9d..5bf1375f32 100644 --- a/docs/architecture/testing/driver-interface-test-strategy.md +++ b/docs/architecture/testing/driver-interface-test-strategy.md @@ -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.