MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClMac_Types.h File Reference

Type definitions for the mcuxClMac component. More...

#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <mcuxClConfig.h>
#include <mcuxClSession_Types.h>
#include <mcuxCsslFlowProtection.h>
#include <mcuxClCore_FunctionIdentifiers.h>

Go to the source code of this file.

Typedefs

typedef uint32_t mcuxClMac_Status_t
 Type for Mac component error codes. More...
 
typedef struct mcuxClMac_ModeDescriptor mcuxClMac_ModeDescriptor_t
 MAC mode/algorithm descriptor type. More...
 
typedef const mcuxClMac_ModeDescriptor_t *const mcuxClMac_Mode_t
 MAC mode/algorithm type. More...
 
typedef mcuxClMac_ModeDescriptor_t *const mcuxClMac_CustomMode_t
 MAC custom mode/algorithm type. More...
 
typedef struct mcuxClMac_TestDescriptor mcuxClMac_TestDescriptor_t
 Mac selftest mode/algorithm descriptor type. More...
 
typedef const mcuxClMac_TestDescriptor_t *const mcuxClMac_Test_t
 Mac selftest mode/algorithm type. More...
 
typedef struct mcuxClMac_Context mcuxClMac_Context_t
 Mac context type. More...
 

Detailed Description

Type definitions for the mcuxClMac component.