mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-27 22:26:24 +00:00
Whitespace fixes
This commit is contained in:
parent
a7d245a4a2
commit
8ca560293b
|
@ -102,7 +102,7 @@ typedef enum {
|
||||||
*
|
*
|
||||||
* Applications may call this function more than once. Once a call
|
* Applications may call this function more than once. Once a call
|
||||||
* succeeds, subsequent calls are guaranteed to succeed.
|
* succeeds, subsequent calls are guaranteed to succeed.
|
||||||
*
|
*
|
||||||
* \retval PSA_SUCCESS
|
* \retval PSA_SUCCESS
|
||||||
* \retval PSA_ERROR_INSUFFICIENT_MEMORY
|
* \retval PSA_ERROR_INSUFFICIENT_MEMORY
|
||||||
* \retval PSA_ERROR_COMMUNICATION_FAILURE
|
* \retval PSA_ERROR_COMMUNICATION_FAILURE
|
||||||
|
@ -596,11 +596,11 @@ typedef uint32_t psa_key_lifetime_t;
|
||||||
/** \brief Retrieve the lifetime of a key slot.
|
/** \brief Retrieve the lifetime of a key slot.
|
||||||
*
|
*
|
||||||
* The assignment of lifetimes to slots is implementation-dependent.
|
* The assignment of lifetimes to slots is implementation-dependent.
|
||||||
*
|
|
||||||
* \param key Slot whose content is to be exported. This must
|
* \param key Slot whose content is to be exported. This must
|
||||||
* be an occupied key slot.
|
* be an occupied key slot.
|
||||||
|
*
|
||||||
* \param lifetime On success, the lifetime value.
|
* \param lifetime On success, the lifetime value.
|
||||||
*
|
*
|
||||||
* \retval PSA_SUCCESS
|
* \retval PSA_SUCCESS
|
||||||
* Success.
|
* Success.
|
||||||
* \retval PSA_ERROR_INVALID_ARGUMENT
|
* \retval PSA_ERROR_INVALID_ARGUMENT
|
||||||
|
@ -610,14 +610,15 @@ psa_status_t psa_get_key_lifetime(psa_key_slot_t key,
|
||||||
psa_key_lifetime_t *lifetime);
|
psa_key_lifetime_t *lifetime);
|
||||||
|
|
||||||
/** \brief Change the lifetime of a key slot.
|
/** \brief Change the lifetime of a key slot.
|
||||||
|
*
|
||||||
* Whether the lifetime of a key slot can be changed at all, and if so
|
* Whether the lifetime of a key slot can be changed at all, and if so
|
||||||
* whether the lifetime of an occupied key slot can be changed, is
|
* whether the lifetime of an occupied key slot can be changed, is
|
||||||
* implementation-dependent.
|
* implementation-dependent.
|
||||||
*
|
*
|
||||||
* \param key Slot whose content is to be exported. This must
|
* \param key Slot whose content is to be exported. This must
|
||||||
* be an occupied key slot.
|
* be an occupied key slot.
|
||||||
* \param lifetime The lifetime value to be set for the given key.
|
* \param lifetime The lifetime value to be set for the given key.
|
||||||
*
|
*
|
||||||
* \retval PSA_SUCCESS
|
* \retval PSA_SUCCESS
|
||||||
* Success.
|
* Success.
|
||||||
* \retval PSA_ERROR_INVALID_ARGUMENT
|
* \retval PSA_ERROR_INVALID_ARGUMENT
|
||||||
|
|
Loading…
Reference in a new issue