Newlines at end of file + trim trailing whitespace

Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
Aditya Deshpande 2022-10-14 16:41:40 +01:00
parent 17845b8f71
commit 40c05cc8e4
5 changed files with 31 additions and 31 deletions

View file

@ -556,24 +556,24 @@ 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
* bytes. * bytes.
* \param[in] alg A key agreement algorithm that is * \param[in] alg A key agreement algorithm that is
* compatible with the type of the key. * compatible with the type of the key.
* \param[in] peer_key The buffer containing the key context * \param[in] peer_key The buffer containing the key context
* of the peer's public key. * of the peer's public key.
* \param[in] peer_key_length Size of the \p peer_key buffer in * \param[in] peer_key_length Size of the \p peer_key buffer in
* bytes. * bytes.
* \param[out] shared_secret The buffer to which the shared secret * \param[out] shared_secret The buffer to which the shared secret
* 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