mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01: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:
parent
5b79ee252e
commit
acfde465f0
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue