11.12.3.1.67. Struct sss_se05x_symmetric_t¶
Defined in File fsl_sss_se05x_types.h
11.12.3.1.67.1. Struct Documentation¶
-
struct
sss_se05x_symmetric_t
¶ Typedef for the symmetric crypto context.
Public Members
-
sss_algorithm_t
algorithm
¶ Algorithm to be applied, e.g AES_ECB / CBC
-
uint8_t
cache_data
[16]¶ Since underlying system conly only process in fixed chunks, chache them on host to complete the operation sanely
-
size_t
cache_data_len
¶ Length of bytes cached on host
-
SE05x_CryptoObjectID_t
cryptoObjectId
¶ Used crypto object ID for this operation
-
sss_se05x_object_t *
keyObject
¶ Reference to key and it’s properties.
-
sss_mode_t
mode
¶ Mode of operation, e.g Encryption/Decryption
-
sss_se05x_session_t *
session
¶ Virtual connection between application (user context) and specific security subsystem and function thereof.
-
sss_algorithm_t