From 2b8373f8567e457ce59b1d5b68b87e4c1f3f24e8 Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Wed, 12 May 2021 10:49:27 +0200 Subject: [PATCH] Update documentation Signed-off-by: gabor-mezei-arm --- library/psa_crypto_core.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h index 356d5489e3..4420ec2569 100644 --- a/library/psa_crypto_core.h +++ b/library/psa_crypto_core.h @@ -386,6 +386,9 @@ psa_status_t psa_generate_key_internal( const psa_key_attributes_t *attributes, * entry point as defined in the PSA driver interface specification for * transparent drivers. * + * \note This function will call the driver for psa_sign_hash + * and go through driver dispatch again. + * * \param[in] attributes The attributes of the key to use for the * operation. * \param[in] key_buffer The buffer containing the key context. @@ -426,6 +429,9 @@ psa_status_t psa_sign_message_builtin( * entry point as defined in the PSA driver interface specification for * transparent drivers. * + * \note This function will call the driver for psa_verify_hash + * and go through driver dispatch again. + * * \param[in] attributes The attributes of the key to use for the * operation. * \param[in] key_buffer The buffer containing the key context.