mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Mention USAGE_VERIFY_DERIVATION in input_key()
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@ -3358,7 +3358,8 @@ psa_status_t psa_key_derivation_input_integer(
|
|||||||
* \param step Which step the input data is for.
|
* \param step Which step the input data is for.
|
||||||
* \param key Identifier of the key. It must have an
|
* \param key Identifier of the key. It must have an
|
||||||
* appropriate type for step and must allow the
|
* appropriate type for step and must allow the
|
||||||
* usage #PSA_KEY_USAGE_DERIVE.
|
* usage #PSA_KEY_USAGE_DERIVE or
|
||||||
|
* #PSA_KEY_USAGE_VERIFY_DERIVATION.
|
||||||
*
|
*
|
||||||
* \retval #PSA_SUCCESS
|
* \retval #PSA_SUCCESS
|
||||||
* Success.
|
* Success.
|
||||||
|
Reference in New Issue
Block a user