18#ifndef MCUXCLCIPHER_TYPES_H_
19#define MCUXCLCIPHER_TYPES_H_
25#include <mcuxClConfig.h>
46struct mcuxClCipher_ModeDescriptor;
69struct mcuxClCipher_TestDescriptor;
92struct mcuxClCipher_Context;
Top-level include file for the mcuxClSession component.
const mcuxClCipher_TestDescriptor_t *const mcuxClCipher_Test_t
Cipher selftest mode/algorithm type.
Definition mcuxClCipher_Types.h:84
struct mcuxClCipher_Context mcuxClCipher_Context_t
Cipher context type.
Definition mcuxClCipher_Types.h:100
struct mcuxClCipher_ModeDescriptor mcuxClCipher_ModeDescriptor_t
Cipher mode/algorithm descriptor type.
Definition mcuxClCipher_Types.h:54
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_TestDescriptor mcuxClCipher_TestDescriptor_t
Cipher selftest mode/algorithm descriptor type.
Definition mcuxClCipher_Types.h:77