Go to the source code of this file.
Macros | |
#define | CSWIFTerr(f, r) ERR_CSWIFT_error((f),(r),__FILE__,__LINE__) |
#define | CSWIFT_F_CSWIFT_CTRL 100 |
#define | CSWIFT_F_CSWIFT_DSA_SIGN 101 |
#define | CSWIFT_F_CSWIFT_DSA_VERIFY 102 |
#define | CSWIFT_F_CSWIFT_FINISH 103 |
#define | CSWIFT_F_CSWIFT_INIT 104 |
#define | CSWIFT_F_CSWIFT_MOD_EXP 105 |
#define | CSWIFT_F_CSWIFT_MOD_EXP_CRT 106 |
#define | CSWIFT_F_CSWIFT_RAND_BYTES 108 |
#define | CSWIFT_F_CSWIFT_RSA_MOD_EXP 107 |
#define | CSWIFT_R_ALREADY_LOADED 100 |
#define | CSWIFT_R_BAD_KEY_SIZE 101 |
#define | CSWIFT_R_BN_CTX_FULL 102 |
#define | CSWIFT_R_BN_EXPAND_FAIL 103 |
#define | CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED 104 |
#define | CSWIFT_R_MISSING_KEY_COMPONENTS 105 |
#define | CSWIFT_R_NOT_LOADED 106 |
#define | CSWIFT_R_REQUEST_FAILED 107 |
#define | CSWIFT_R_UNIT_FAILURE 108 |
#define CSWIFT_F_CSWIFT_CTRL 100 |
Definition at line 74 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_DSA_SIGN 101 |
Definition at line 75 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_DSA_VERIFY 102 |
Definition at line 76 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_FINISH 103 |
Definition at line 77 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_INIT 104 |
Definition at line 78 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_MOD_EXP 105 |
Definition at line 79 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_MOD_EXP_CRT 106 |
Definition at line 80 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_RAND_BYTES 108 |
Definition at line 81 of file e_cswift_err.h.
#define CSWIFT_F_CSWIFT_RSA_MOD_EXP 107 |
Definition at line 82 of file e_cswift_err.h.
#define CSWIFT_R_ALREADY_LOADED 100 |
Definition at line 85 of file e_cswift_err.h.
#define CSWIFT_R_BAD_KEY_SIZE 101 |
Definition at line 86 of file e_cswift_err.h.
#define CSWIFT_R_BN_CTX_FULL 102 |
Definition at line 87 of file e_cswift_err.h.
#define CSWIFT_R_BN_EXPAND_FAIL 103 |
Definition at line 88 of file e_cswift_err.h.
#define CSWIFT_R_CTRL_COMMAND_NOT_IMPLEMENTED 104 |
Definition at line 89 of file e_cswift_err.h.
#define CSWIFT_R_MISSING_KEY_COMPONENTS 105 |
Definition at line 90 of file e_cswift_err.h.
#define CSWIFT_R_NOT_LOADED 106 |
Definition at line 91 of file e_cswift_err.h.
#define CSWIFT_R_REQUEST_FAILED 107 |
Definition at line 92 of file e_cswift_err.h.
#define CSWIFT_R_UNIT_FAILURE 108 |
Definition at line 93 of file e_cswift_err.h.
Definition at line 69 of file e_cswift_err.h.