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

Type definitions for the mcuxClAead component. More...

#include <mcuxClConfig.h>
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <mcuxClSession.h>

Go to the source code of this file.

Typedefs

typedef struct mcuxClAead_ModeDescriptor mcuxClAead_ModeDescriptor_t
 AEAD mode/algorithm descriptor type. More...
 
typedef const mcuxClAead_ModeDescriptor_t *const mcuxClAead_Mode_t
 AEAD mode/algorithm type. More...
 
typedef struct mcuxClAead_TestDescriptor mcuxClAead_TestDescriptor_t
 Aead selftest mode/algorithm descriptor type. More...
 
typedef const mcuxClAead_TestDescriptor_t *const mcuxClAead_Test_t
 Aead selftest mode/algorithm type. More...
 
typedef struct mcuxClAead_Context mcuxClAead_Context_t
 AEAD context type. More...
 
typedef uint32_t mcuxClAead_Status_t
 AEAD status code. More...
 

Detailed Description

Type definitions for the mcuxClAead component.