mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:15:07 +00:00
psa: Improve psa_import_key_into_slot() documentation
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
d9763466b7
commit
1bf4c55fd7
|
@ -223,8 +223,8 @@ psa_status_t mbedtls_to_psa_error( int ret );
|
||||||
* \param[in] data The buffer containing the key data in import
|
* \param[in] data The buffer containing the key data in import
|
||||||
* format.
|
* format.
|
||||||
* \param[in] data_length Size of the \p data buffer in bytes.
|
* \param[in] data_length Size of the \p data buffer in bytes.
|
||||||
* \param[out] key_buffer The buffer containing the key data in output
|
* \param[out] key_buffer The buffer to contain the key data in output
|
||||||
* format.
|
* format upon successful return.
|
||||||
* \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. This
|
* \param[in] key_buffer_size Size of the \p key_buffer buffer in bytes. This
|
||||||
* size is greater or equal to \p data_length.
|
* size is greater or equal to \p data_length.
|
||||||
* \param[out] key_buffer_length The length of the data written in \p
|
* \param[out] key_buffer_length The length of the data written in \p
|
||||||
|
|
Loading…
Reference in a new issue