Mention USAGE_VERIFY_DERIVATION in input_key()

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2021-05-05 09:54:22 +02:00
parent 5b79ee252e
commit acfde465f0

View File

@ -3358,7 +3358,8 @@ psa_status_t psa_key_derivation_input_integer(
* \param step Which step the input data is for.
* \param key Identifier of the key. It must have an
* 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
* Success.