38#ifndef MCUXCLCIPHER_TYPES_H_
39#define MCUXCLCIPHER_TYPES_H_
45#include <mcuxClConfig.h>
66struct mcuxClCipher_ModeDescriptor;
89struct mcuxClCipher_TestDescriptor;
112struct 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:104
struct mcuxClCipher_Context mcuxClCipher_Context_t
Cipher context type.
Definition mcuxClCipher_Types.h:120
struct mcuxClCipher_ModeDescriptor mcuxClCipher_ModeDescriptor_t
Cipher mode/algorithm descriptor type.
Definition mcuxClCipher_Types.h:74
const mcuxClCipher_ModeDescriptor_t *const mcuxClCipher_Mode_t
Cipher mode/algorithm type.
Definition mcuxClCipher_Types.h:81
uint32_t mcuxClCipher_Status_t
Cipher status code.
Definition mcuxClCipher_Types.h:128
struct mcuxClCipher_TestDescriptor mcuxClCipher_TestDescriptor_t
Cipher selftest mode/algorithm descriptor type.
Definition mcuxClCipher_Types.h:97