MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches

Defines valid mcuxCsslMemory function return codes. More...

Macros

#define MCUXCSSLMEMORY_STATUS_OK
 The operation was successful.
#define MCUXCSSLMEMORY_STATUS_EQUAL
 The two contents of the Memory Compare are equal.
#define MCUXCSSLMEMORY_STATUS_ZERO_LENGTH
 The length passed to Memory Compare is zero.
#define MCUXCSSLMEMORY_STATUS_NOT_EQUAL
 The two contents of the Memory Compare are not equal.
#define MCUXCSSLMEMORY_STATUS_INVALID_PARAMETER
 A parameter was invalid.
#define MCUXCSSLMEMORY_STATUS_FAULT
 A fault occurred in the execution.
#define MCUXCSSLMEMORY_KEEP_ORDER
 Data storing in destination buffer in original order.
#define MCUXCSSLMEMORY_REVERSE_ORDER
 Data storing in destination buffer with reversed order.

Detailed Description

Defines valid mcuxCsslMemory function return codes.

Macro Definition Documentation

◆ MCUXCSSLMEMORY_STATUS_OK

#define MCUXCSSLMEMORY_STATUS_OK

◆ MCUXCSSLMEMORY_STATUS_EQUAL

#define MCUXCSSLMEMORY_STATUS_EQUAL

The two contents of the Memory Compare are equal.

Examples
mcuxCsslMemory_Compare_example.c.

◆ MCUXCSSLMEMORY_STATUS_ZERO_LENGTH

#define MCUXCSSLMEMORY_STATUS_ZERO_LENGTH

The length passed to Memory Compare is zero.

Examples
mcuxCsslMemory_Compare_example.c.

◆ MCUXCSSLMEMORY_STATUS_NOT_EQUAL

#define MCUXCSSLMEMORY_STATUS_NOT_EQUAL

The two contents of the Memory Compare are not equal.

Examples
mcuxCsslMemory_Compare_example.c.

◆ MCUXCSSLMEMORY_STATUS_INVALID_PARAMETER

#define MCUXCSSLMEMORY_STATUS_INVALID_PARAMETER

◆ MCUXCSSLMEMORY_STATUS_FAULT

#define MCUXCSSLMEMORY_STATUS_FAULT

A fault occurred in the execution.

◆ MCUXCSSLMEMORY_KEEP_ORDER

#define MCUXCSSLMEMORY_KEEP_ORDER

Data storing in destination buffer in original order.

◆ MCUXCSSLMEMORY_REVERSE_ORDER

#define MCUXCSSLMEMORY_REVERSE_ORDER

Data storing in destination buffer with reversed order.