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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue