Security Error CodesError Codes
Description
Bootloader error codes returned by security algorithms.
Offset from BOOTLOADER_ERROR_SECURITY_BASE
Macros |
|
#define | BOOTLOADER_ERROR_SECURITY_INVALID_PARAM ( BOOTLOADER_ERROR_SECURITY_BASE | 0x01L) |
Invalid input parameter to security algorithm.
|
|
#define | BOOTLOADER_ERROR_SECURITY_PARAM_OUT_RANGE ( BOOTLOADER_ERROR_SECURITY_BASE | 0x02L) |
Input parameter to security algorithm is out of range.
|
|
#define | BOOTLOADER_ERROR_SECURITY_INVALID_OPTION ( BOOTLOADER_ERROR_SECURITY_BASE | 0x03L) |
Invalid option for security algorithm.
|
|
#define | BOOTLOADER_ERROR_SECURITY_REJECTED ( BOOTLOADER_ERROR_SECURITY_BASE | 0x04L) |
Authentication did not check out.
|
|