Go to the source code of this file.
Macros | |
#define | IBMCAerr(f, r) ERR_IBMCA_error((f),(r),__FILE__,__LINE__) |
#define | IBMCA_F_IBMCA_CTRL 100 |
#define | IBMCA_F_IBMCA_FINISH 101 |
#define | IBMCA_F_IBMCA_INIT 102 |
#define | IBMCA_F_IBMCA_MOD_EXP 103 |
#define | IBMCA_F_IBMCA_MOD_EXP_CRT 104 |
#define | IBMCA_F_IBMCA_RAND_BYTES 105 |
#define | IBMCA_F_IBMCA_RSA_MOD_EXP 106 |
#define | IBMCA_R_ALREADY_LOADED 100 |
#define | IBMCA_R_BN_CTX_FULL 101 |
#define | IBMCA_R_BN_EXPAND_FAIL 102 |
#define | IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 |
#define | IBMCA_R_DSO_FAILURE 104 |
#define | IBMCA_R_MEXP_LENGTH_TO_LARGE 105 |
#define | IBMCA_R_MISSING_KEY_COMPONENTS 106 |
#define | IBMCA_R_NOT_INITIALISED 107 |
#define | IBMCA_R_NOT_LOADED 108 |
#define | IBMCA_R_OPERANDS_TO_LARGE 109 |
#define | IBMCA_R_OUTLEN_TO_LARGE 110 |
#define | IBMCA_R_REQUEST_FAILED 111 |
#define | IBMCA_R_UNDERFLOW_CONDITION 112 |
#define | IBMCA_R_UNDERFLOW_KEYRECORD 113 |
#define | IBMCA_R_UNIT_FAILURE 114 |
#define IBMCA_F_IBMCA_CTRL 100 |
Definition at line 74 of file hw_ibmca_err.h.
#define IBMCA_F_IBMCA_FINISH 101 |
Definition at line 75 of file hw_ibmca_err.h.
#define IBMCA_F_IBMCA_INIT 102 |
Definition at line 76 of file hw_ibmca_err.h.
#define IBMCA_F_IBMCA_MOD_EXP 103 |
Definition at line 77 of file hw_ibmca_err.h.
#define IBMCA_F_IBMCA_MOD_EXP_CRT 104 |
Definition at line 78 of file hw_ibmca_err.h.
#define IBMCA_F_IBMCA_RAND_BYTES 105 |
Definition at line 79 of file hw_ibmca_err.h.
#define IBMCA_F_IBMCA_RSA_MOD_EXP 106 |
Definition at line 80 of file hw_ibmca_err.h.
#define IBMCA_R_ALREADY_LOADED 100 |
Definition at line 83 of file hw_ibmca_err.h.
#define IBMCA_R_BN_CTX_FULL 101 |
Definition at line 84 of file hw_ibmca_err.h.
#define IBMCA_R_BN_EXPAND_FAIL 102 |
Definition at line 85 of file hw_ibmca_err.h.
#define IBMCA_R_CTRL_COMMAND_NOT_IMPLEMENTED 103 |
Definition at line 86 of file hw_ibmca_err.h.
#define IBMCA_R_DSO_FAILURE 104 |
Definition at line 87 of file hw_ibmca_err.h.
#define IBMCA_R_MEXP_LENGTH_TO_LARGE 105 |
Definition at line 88 of file hw_ibmca_err.h.
#define IBMCA_R_MISSING_KEY_COMPONENTS 106 |
Definition at line 89 of file hw_ibmca_err.h.
#define IBMCA_R_NOT_INITIALISED 107 |
Definition at line 90 of file hw_ibmca_err.h.
#define IBMCA_R_NOT_LOADED 108 |
Definition at line 91 of file hw_ibmca_err.h.
#define IBMCA_R_OPERANDS_TO_LARGE 109 |
Definition at line 92 of file hw_ibmca_err.h.
#define IBMCA_R_OUTLEN_TO_LARGE 110 |
Definition at line 93 of file hw_ibmca_err.h.
#define IBMCA_R_REQUEST_FAILED 111 |
Definition at line 94 of file hw_ibmca_err.h.
#define IBMCA_R_UNDERFLOW_CONDITION 112 |
Definition at line 95 of file hw_ibmca_err.h.
#define IBMCA_R_UNDERFLOW_KEYRECORD 113 |
Definition at line 96 of file hw_ibmca_err.h.
#define IBMCA_R_UNIT_FAILURE 114 |
Definition at line 97 of file hw_ibmca_err.h.
Definition at line 69 of file hw_ibmca_err.h.