11.12.3.1.34. Struct sss_aead_t¶
Defined in File fsl_sss_api.h
11.12.3.1.34.1. Struct Documentation¶
-
struct
sss_aead_t
¶ Authenticated Encryption with Additional Data.
Public Members
-
sss_algorithm_t
algorithm
¶ Algorithm to be used
-
uint8_t
data
[(0 + (5 * sizeof(void *)) + (6 * sizeof(int)) + (5 * sizeof(void *)) + 32)]¶
-
struct sss_aead_t::[anonymous]
extension
¶ Reserved memory for implementation specific extension
-
sss_object_t *
keyObject
¶ Key to be used for asymmetric
-
sss_mode_t
mode
¶ High level operation (encrypt/decrypt)
-
sss_session_t *
session
¶ Virtual connection between application (user context) and specific security subsystem and function thereof.
-
sss_algorithm_t