9.13.3.1.39. Struct sss_se05x_aead_t¶
Defined in File fsl_sss_se05x_types.h
9.13.3.1.39.1. Struct Documentation¶
-
struct
sss_se05x_aead_t¶ Authenticated Encryption with Additional Data.
Public Members
-
sss_algorithm_t
algorithm¶ TODO : Algorithm to be applied
-
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¶ TODO : High level operation
-
sss_se05x_session_t *
session¶ Virtual connection between application (user context) and specific security subsystem and function thereof.
-
sss_algorithm_t
