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

Macros

#define CRYS_SRP_PARAM_INVALID_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x01UL)
 
#define CRYS_SRP_MOD_SIZE_INVALID_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x02UL)
 
#define CRYS_SRP_STATE_UNINITIALIZED_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x03UL)
 
#define CRYS_SRP_RESULT_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x04UL)
 
#define CRYS_SRP_PARAM_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x05UL)
 
#define CRYS_SRP_PKI_INTERNAL_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x06UL)
 

Detailed Description

Macro Definition Documentation

#define CRYS_SRP_MOD_SIZE_INVALID_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x02UL)

Illegal modulus size .

Definition at line 63 of file crys_srp_error.h.

#define CRYS_SRP_PARAM_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x05UL)

Invalid parameter.

Definition at line 69 of file crys_srp_error.h.

#define CRYS_SRP_PARAM_INVALID_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x01UL)

The CRYS SRP module errors base address - 0x00F02600.

Illegal parameter.

Definition at line 61 of file crys_srp_error.h.

#define CRYS_SRP_PKI_INTERNAL_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x06UL)

Internal PKI error

Definition at line 71 of file crys_srp_error.h.

#define CRYS_SRP_RESULT_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x04UL)

Result validation error.

Definition at line 67 of file crys_srp_error.h.

#define CRYS_SRP_STATE_UNINITIALIZED_ERROR   (CRYS_SRP_MODULE_ERROR_BASE + 0x03UL)

Illegal state (uninitialized) .

Definition at line 65 of file crys_srp_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.