1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge verification policies together

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2021-05-03 10:23:12 +02:00
parent d307f63597
commit 9023cacf15
2 changed files with 13 additions and 17 deletions

View File

@ -3724,7 +3724,7 @@ psa_status_t psa_key_derivation_verify_bytes(
* \param[in,out] operation The key derivation operation object to read from.
* \param[in] expected A key of type #PSA_KEY_TYPE_RAW_DATA containing
* the expected output. Its policy must include the
* #PSA_KEY_USAGE_PASSWORD_HASH_VERIFIER flag.
* #PSA_KEY_USAGE_VERIFY_DERIVATION flag.
* The value of this key was likely computed by a
* previous call to psa_key_derivation_output_key().
*