Mistake on this page?
Report an issue in GitHub or email us
Macros
HMAC Key Derivation specific errors

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)
 

Detailed Description

Macro Definition Documentation

#define CRYS_HKDF_INVALID_ARGUMENT_HASH_MODE_ERROR   (CRYS_HKDF_MODULE_ERROR_BASE + 0x3UL)

Illegal hash mode.

Definition at line 64 of file crys_hkdf_error.h.

#define CRYS_HKDF_INVALID_ARGUMENT_POINTER_ERROR   (CRYS_HKDF_MODULE_ERROR_BASE + 0x0UL)

CryptoCell HKDF module errors / base address - 0x00F01100.

Invalid argument.

Definition at line 60 of file crys_hkdf_error.h.

#define CRYS_HKDF_INVALID_ARGUMENT_SIZE_ERROR   (CRYS_HKDF_MODULE_ERROR_BASE + 0x1UL)

Invalid argument size.

Definition at line 62 of file crys_hkdf_error.h.

#define CRYS_HKDF_IS_NOT_SUPPORTED   (CRYS_HKDF_MODULE_ERROR_BASE + 0xFFUL)

HKDF not supported.

Definition at line 66 of file crys_hkdf_error.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.