mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 15:25:27 +00:00
psa: driver: Fix comment whitespace format
Fix comment formatting whitespace issues in crypto_driver.h to match our style.
This commit is contained in:
parent
d3d26aa6b2
commit
0a09f77357
|
@ -684,7 +684,7 @@ typedef psa_status_t (*pcd_cipher_transparent_setup_t)(pcd_cipher_transparent_co
|
||||||
* \param[in] iv_length The size in bytes of the contents of `p_iv`
|
* \param[in] iv_length The size in bytes of the contents of `p_iv`
|
||||||
*
|
*
|
||||||
* \retval PSA_SUCCESS
|
* \retval PSA_SUCCESS
|
||||||
*/
|
*/
|
||||||
typedef psa_status_t (*pcd_cipher_transparent_set_iv_t)(pcd_cipher_transparent_context_t *p_context,
|
typedef psa_status_t (*pcd_cipher_transparent_set_iv_t)(pcd_cipher_transparent_context_t *p_context,
|
||||||
const uint8_t *p_iv,
|
const uint8_t *p_iv,
|
||||||
size_t iv_length);
|
size_t iv_length);
|
||||||
|
@ -723,7 +723,7 @@ typedef psa_status_t (*pcd_cipher_transparent_update_t)(pcd_cipher_transparent_c
|
||||||
|
|
||||||
/** \brief The function prototype for the finish operation of transparent-key
|
/** \brief The function prototype for the finish operation of transparent-key
|
||||||
* block cipher operations.
|
* block cipher operations.
|
||||||
*
|
*
|
||||||
* Functions that implement the prototype should be named in the following
|
* Functions that implement the prototype should be named in the following
|
||||||
* convention:
|
* convention:
|
||||||
* ~~~~~~~~~~~~~{.c}
|
* ~~~~~~~~~~~~~{.c}
|
||||||
|
|
Loading…
Reference in a new issue