18 #ifndef MCUXCLCIPHER_TYPES_H_ 19 #define MCUXCLCIPHER_TYPES_H_ 25 #include <mcuxClConfig.h> 46 struct mcuxClCipher_ModeDescriptor;
69 struct mcuxClCipher_TestDescriptor;
92 struct mcuxClCipher_Context;
struct mcuxClCipher_Context mcuxClCipher_Context_t
Cipher context type.
Definition: mcuxClCipher_Types.h:100
Top-level include file for the mcuxClSession component.
struct mcuxClCipher_TestDescriptor mcuxClCipher_TestDescriptor_t
Cipher selftest mode/algorithm descriptor type.
Definition: mcuxClCipher_Types.h:77
const mcuxClCipher_TestDescriptor_t *const mcuxClCipher_Test_t
Cipher selftest mode/algorithm type.
Definition: mcuxClCipher_Types.h:84
const mcuxClCipher_ModeDescriptor_t *const mcuxClCipher_Mode_t
Cipher mode/algorithm type.
Definition: mcuxClCipher_Types.h:61
uint32_t mcuxClCipher_Status_t
Cipher status code.
Definition: mcuxClCipher_Types.h:108
struct mcuxClCipher_ModeDescriptor mcuxClCipher_ModeDescriptor_t
Cipher mode/algorithm descriptor type.
Definition: mcuxClCipher_Types.h:54