Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
psa_drv_se_aead_t Struct Reference
[Secure Element Authenticated Encryption with Additional Data]
A struct containing all of the function pointers needed to implement secure element Authenticated Encryption with Additional Data operations. More...
#include <crypto_se_driver.h>
Data Fields | |
psa_drv_se_aead_encrypt_t | p_encrypt |
Function that performs the AEAD encrypt operation. | |
psa_drv_se_aead_decrypt_t | p_decrypt |
Function that performs the AEAD decrypt operation. |
Detailed Description
A struct containing all of the function pointers needed to implement secure element Authenticated Encryption with Additional Data operations.
PSA Crypto API implementations should populate instances of the table as appropriate upon startup.
If one of the functions is not implemented, it should be set to NULL.
Definition at line 797 of file crypto_se_driver.h.
Field Documentation
Function that performs the AEAD decrypt operation.
Definition at line 801 of file crypto_se_driver.h.
Function that performs the AEAD encrypt operation.
Definition at line 799 of file crypto_se_driver.h.
Generated on Tue Jul 12 2022 13:55:35 by
