Update documentation

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-05-12 10:49:27 +02:00
parent 41b5ec6fd2
commit 63c7a66320
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD

View file

@ -366,6 +366,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.
@ -406,6 +409,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.