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... | |
Types used by basically all operations.
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.
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.