Rephrase description of the KDF situation

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2024-04-12 10:21:42 +02:00
parent ae22f04769
commit a47a3c4e13

View File

@ -342,10 +342,9 @@ the total number of hits for this family.
Not covered at all by the test drivers. Not covered at all by the test drivers.
That's a gap in our testing, as the driver interface does define a key That's a test gap which reflects a feature gap: the driver interface does
derivation family of entry points. This gap is probably related to the fact define a key derivation family of entry points, but we don't currently
that our internal code structure doesn't obey the guidelines and is not implement that part of the driver interface, see #5488 and related issues.
aligned with the driver interface, see #5488 and related issues.
#### Asymmetric signature #### Asymmetric signature
@ -483,7 +482,7 @@ Cipher, AEAD and CMAC (key types: DES, AES, ARIA, CHACHA20, CAMELLIA):
Key derivation (key types: `DERIVE`, `RAW_DATA`, `PASSWORD`, `PEPPER`, Key derivation (key types: `DERIVE`, `RAW_DATA`, `PASSWORD`, `PEPPER`,
`PASSWORD_HASH`): `PASSWORD_HASH`):
- No testing as we don't have test driver support yet (see previous section). - No testing as we don't have driver support yet (see previous section).
RSA (key types: `RSA_KEY_PAIR_xxx`, `RSA_PUBLIC_KEY`): RSA (key types: `RSA_KEY_PAIR_xxx`, `RSA_PUBLIC_KEY`):
- `test_psa_crypto_config_accel_rsa_crypto`: all 4 algs (encryption & - `test_psa_crypto_config_accel_rsa_crypto`: all 4 algs (encryption &