mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-25 00:25:03 +00:00
Pacify check-names.sh
This commit is contained in:
parent
c079f5692d
commit
32668ce268
|
@ -356,7 +356,7 @@ typedef psa_status_t (*psa_drv_accel_mac_verify_t)(const uint8_t *p_input,
|
|||
* - `psa_drv_accel_cipher_update_t`
|
||||
* - ...
|
||||
* - `psa_drv_accel_cipher_finish_t`
|
||||
|
||||
*
|
||||
* If a previously started hardware-accelerated Cipher operation needs to be
|
||||
* terminated, it should be done so by the `psa_drv_accel_cipher_abort_t`.
|
||||
* Failure to do so may result in allocated resources not being freed or in
|
||||
|
@ -554,7 +554,7 @@ typedef psa_status_t (*psa_drv_accel_cipher_abort_t)(psa_drv_accel_cipher_contex
|
|||
* the `ciphertext` buffer
|
||||
*
|
||||
* \retval #PSA_SUCCESS
|
||||
|
||||
*
|
||||
*/
|
||||
typedef psa_status_t (*psa_drv_accel_aead_encrypt_t)(const uint8_t *p_key,
|
||||
size_t key_length,
|
||||
|
|
|
@ -136,7 +136,7 @@ typedef psa_status_t (*psa_drv_se_mac_finish_verify_t)(void *p_context,
|
|||
|
||||
/** \brief A function that aborts a previous started secure element MAC
|
||||
* operation
|
||||
|
||||
*
|
||||
* \param[in,out] p_context A hardware-specific structure for the previously
|
||||
* started MAC operation to be aborted
|
||||
*/
|
||||
|
@ -247,7 +247,7 @@ typedef struct {
|
|||
* - `psa_drv_se_cipher_update_t`
|
||||
* - ...
|
||||
* - `psa_drv_se_cipher_finish_t`
|
||||
|
||||
*
|
||||
* If a previously started secure element Cipher operation needs to be
|
||||
* terminated, it should be done so by the `psa_drv_se_cipher_abort_t`. Failure
|
||||
* to do so may result in allocated resources not being freed or in other
|
||||
|
|
Loading…
Reference in a new issue