From 1bf4c55fd717b9aee45b0659750e4af2469518fc Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 1 Feb 2021 11:37:53 +0100 Subject: [PATCH] psa: Improve psa_import_key_into_slot() documentation Signed-off-by: Ronald Cron --- library/psa_crypto_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h index 4263a77b0..cf9d6d0eb 100644 --- a/library/psa_crypto_core.h +++ b/library/psa_crypto_core.h @@ -223,8 +223,8 @@ psa_status_t mbedtls_to_psa_error( int ret ); * \param[in] data The buffer containing the key data in import * format. * \param[in] data_length Size of the \p data buffer in bytes. - * \param[out] key_buffer The buffer containing the key data in output - * format. + * \param[out] key_buffer The buffer to contain the key data in output + * format upon successful return. * \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. This * size is greater or equal to \p data_length. * \param[out] key_buffer_length The length of the data written in \p