Mbed OS Reference
|
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. More... | |
psa_drv_se_aead_decrypt_t | p_decrypt |
Function that performs the AEAD decrypt operation. More... | |
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 804 of file crypto_se_driver.h.
psa_drv_se_aead_encrypt_t p_encrypt |
Function that performs the AEAD encrypt operation.
Definition at line 806 of file crypto_se_driver.h.
psa_drv_se_aead_decrypt_t p_decrypt |
Function that performs the AEAD decrypt operation.
Definition at line 808 of file crypto_se_driver.h.