38#ifndef MCUXCLMAC_TYPES_H_
39#define MCUXCLMAC_TYPES_H_
45#include <mcuxClConfig.h>
72struct mcuxClMac_ModeDescriptor;
97#ifdef MCUXCL_FEATURE_MAC_SELFTEST
104struct mcuxClMac_TestDescriptor;
112typedef struct mcuxClMac_TestDescriptor mcuxClMac_TestDescriptor_t;
119typedef const mcuxClMac_TestDescriptor_t *
const mcuxClMac_Test_t;
128struct mcuxClMac_Context;
Definition of function identifiers for the flow protection mechanism.
Type definitions for the mcuxClSession component.
Provides the API for the CSSL flow protection mechanism.
mcuxClMac_ModeDescriptor_t *const mcuxClMac_CustomMode_t
MAC custom mode/algorithm type.
Definition mcuxClMac_Types.h:95
const mcuxClMac_ModeDescriptor_t *const mcuxClMac_Mode_t
MAC mode/algorithm type.
Definition mcuxClMac_Types.h:87
struct mcuxClMac_ModeDescriptor mcuxClMac_ModeDescriptor_t
MAC mode/algorithm descriptor type.
Definition mcuxClMac_Types.h:80
uint32_t mcuxClMac_Status_t
Type for Mac component error codes.
Definition mcuxClMac_Types.h:64
struct mcuxClMac_Context mcuxClMac_Context_t
Mac context type.
Definition mcuxClMac_Types.h:142