MCUX CLNS
MCUX Crypto Library Normal Secure
 
Loading...
Searching...
No Matches
Buffer type definitions

Types used by the buffer operations. More...

Typedefs

typedef const uint8_t * mcuxCl_InputBuffer_t
 Input buffer type.
 
typedef uint8_t * mcuxCl_Buffer_t
 Input/output buffer type.
 

Detailed Description

Types used by the buffer operations.

Typedef Documentation

◆ mcuxCl_InputBuffer_t

typedef const uint8_t* mcuxCl_InputBuffer_t

Input buffer type.

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

◆ mcuxCl_Buffer_t

typedef uint8_t* mcuxCl_Buffer_t

Input/output buffer type.

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