MCUX CLNS
MCUX Crypto Library Normal Secure
Core type definitions

Types used by basically all operations. More...

Typedefs

typedef const uint8_t *const mcuxCl_InputBuffer_t
 Input buffer typeThis type provides a pointer to the memory location that should be used to read input data from. More...
 
typedef uint8_t *const mcuxCl_Buffer_t
 Generic buffer typeThis type provides a pointer to the memory location that can be used for both reading input data and writing output data. More...
 

Detailed Description

Types used by basically all operations.

Typedef Documentation

◆ mcuxCl_InputBuffer_t

typedef const uint8_t* const mcuxCl_InputBuffer_t

Input buffer typeThis type provides a pointer to the memory location that should be used to read input data from.

◆ mcuxCl_Buffer_t

typedef uint8_t* const mcuxCl_Buffer_t

Generic buffer typeThis type provides a pointer to the memory location that can be used for both reading input data and writing output data.