mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
Newlines at end of file + trim trailing whitespace
Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
@@ -556,8 +556,8 @@ psa_status_t psa_validate_unstructured_key_bit_size( psa_key_type_t type,
|
|||||||
* entry point as defined in the PSA driver interface specification for
|
* entry point as defined in the PSA driver interface specification for
|
||||||
* transparent drivers.
|
* transparent drivers.
|
||||||
*
|
*
|
||||||
* \param[in] attributes The attributes of the key to use for
|
* \param[in] attributes The attributes of the key to use for the
|
||||||
* the operation.
|
* operation.
|
||||||
* \param[in] key_buffer The buffer containing the private key
|
* \param[in] key_buffer The buffer containing the private key
|
||||||
* context.
|
* context.
|
||||||
* \param[in] key_buffer_size Size of the \p key_buffer buffer in
|
* \param[in] key_buffer_size Size of the \p key_buffer buffer in
|
||||||
@@ -572,8 +572,8 @@ psa_status_t psa_validate_unstructured_key_bit_size( psa_key_type_t type,
|
|||||||
* is to be written.
|
* is to be written.
|
||||||
* \param[in] shared_secret_size Size of the \p shared_secret buffer in
|
* \param[in] shared_secret_size Size of the \p shared_secret buffer in
|
||||||
* bytes.
|
* bytes.
|
||||||
* \param[out] shared_secret_length On success, the number of bytes that
|
* \param[out] shared_secret_length On success, the number of bytes that make
|
||||||
* make up the returned shared secret.
|
* up the returned shared secret.
|
||||||
* \retval #PSA_SUCCESS
|
* \retval #PSA_SUCCESS
|
||||||
* Success. Shared secret successfully calculated.
|
* Success. Shared secret successfully calculated.
|
||||||
* \retval #PSA_ERROR_INVALID_HANDLE
|
* \retval #PSA_ERROR_INVALID_HANDLE
|
||||||
|
Reference in New Issue
Block a user