From acfde465f0916eaf98c8d24007420efc545e199e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 5 May 2021 09:54:22 +0200 Subject: [PATCH] Mention USAGE_VERIFY_DERIVATION in input_key() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- include/psa/crypto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 074893fe5a..84cd90313b 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -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.