This module contains the definitions of the CRYS HKDF errors. More...
#include "crys_error.h"
Go to the source code of this file.
Macros | |
#define | CRYS_HKDF_INVALID_ARGUMENT_POINTER_ERROR (CRYS_HKDF_MODULE_ERROR_BASE + 0x0UL) |
#define | CRYS_HKDF_INVALID_ARGUMENT_SIZE_ERROR (CRYS_HKDF_MODULE_ERROR_BASE + 0x1UL) |
#define | CRYS_HKDF_INVALID_ARGUMENT_HASH_MODE_ERROR (CRYS_HKDF_MODULE_ERROR_BASE + 0x3UL) |
#define | CRYS_HKDF_IS_NOT_SUPPORTED (CRYS_HKDF_MODULE_ERROR_BASE + 0xFFUL) |
This module contains the definitions of the CRYS HKDF errors.
Definition in file crys_hkdf_error.h.