Mistake on this page?
Report an issue in GitHub or email us
Macros
CryptoCell POLY specific errors

Macros

#define CRYS_POLY_KEY_INVALID_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x01UL)
 
#define CRYS_POLY_DATA_INVALID_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x02UL)
 
#define CRYS_POLY_DATA_SIZE_INVALID_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x03UL)
 
#define CRYS_POLY_MAC_CALCULATION_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x04UL)
 

Detailed Description

Macro Definition Documentation

#define CRYS_POLY_DATA_INVALID_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x02UL)

Invalid input data.

Definition at line 62 of file crys_poly_error.h.

#define CRYS_POLY_DATA_SIZE_INVALID_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x03UL)

Illegal input data size.

Definition at line 64 of file crys_poly_error.h.

#define CRYS_POLY_KEY_INVALID_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x01UL)

The CRYS POLY module errors base address - 0x00F02500

Invalid key.

Definition at line 60 of file crys_poly_error.h.

#define CRYS_POLY_MAC_CALCULATION_ERROR   (CRYS_POLY_MODULE_ERROR_BASE + 0x04UL)

MAC calculation error.

Definition at line 66 of file crys_poly_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.