11.12.3.1.58. Struct sss_se05x_aead_t¶
Defined in File fsl_sss_se05x_types.h
11.12.3.1.58.1. Struct Documentation¶
-
struct
sss_se05x_aead_t
¶ Authenticated Encryption with Additional Data.
Public Members
-
sss_algorithm_t
algorithm
¶ Algorithm to be used
-
uint8_t
cache_data
[16]¶ Cache in case of un-alined inputs
-
size_t
cache_data_len
¶ How much we have cached
-
SE05x_CryptoObjectID_t
cryptoObjectId
¶ Implementation specific part
-
sss_se05x_object_t *
keyObject
¶ Key to be used for asymmetric
-
sss_mode_t
mode
¶ High level operation (encrypt/decrypt)
-
sss_se05x_session_t *
session
¶ Virtual connection between application (user context) and specific security subsystem and function thereof.
-
sss_algorithm_t