Go to the source code of this file.
Macros | |
#define | UBSECerr(f, r) ERR_UBSEC_error((f),(r),__FILE__,__LINE__) |
#define | UBSEC_F_UBSEC_CTRL 100 |
#define | UBSEC_F_UBSEC_DH_COMPUTE_KEY 101 |
#define | UBSEC_F_UBSEC_DH_GENERATE_KEY 111 |
#define | UBSEC_F_UBSEC_DSA_DO_SIGN 102 |
#define | UBSEC_F_UBSEC_DSA_VERIFY 103 |
#define | UBSEC_F_UBSEC_FINISH 104 |
#define | UBSEC_F_UBSEC_INIT 105 |
#define | UBSEC_F_UBSEC_MOD_EXP 106 |
#define | UBSEC_F_UBSEC_MOD_EXP_CRT 110 |
#define | UBSEC_F_UBSEC_RAND_BYTES 107 |
#define | UBSEC_F_UBSEC_RSA_MOD_EXP 108 |
#define | UBSEC_F_UBSEC_RSA_MOD_EXP_CRT 109 |
#define | UBSEC_R_ALREADY_LOADED 100 |
#define | UBSEC_R_BN_EXPAND_FAIL 101 |
#define | UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED 102 |
#define | UBSEC_R_DSO_FAILURE 103 |
#define | UBSEC_R_MISSING_KEY_COMPONENTS 104 |
#define | UBSEC_R_NOT_LOADED 105 |
#define | UBSEC_R_REQUEST_FAILED 106 |
#define | UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL 107 |
#define | UBSEC_R_UNIT_FAILURE 108 |
#define UBSEC_F_UBSEC_CTRL 100 |
Definition at line 74 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_DH_COMPUTE_KEY 101 |
Definition at line 75 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_DH_GENERATE_KEY 111 |
Definition at line 76 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_DSA_DO_SIGN 102 |
Definition at line 77 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_DSA_VERIFY 103 |
Definition at line 78 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_FINISH 104 |
Definition at line 79 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_INIT 105 |
Definition at line 80 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_MOD_EXP 106 |
Definition at line 81 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_MOD_EXP_CRT 110 |
Definition at line 82 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_RAND_BYTES 107 |
Definition at line 83 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_RSA_MOD_EXP 108 |
Definition at line 84 of file e_ubsec_err.h.
#define UBSEC_F_UBSEC_RSA_MOD_EXP_CRT 109 |
Definition at line 85 of file e_ubsec_err.h.
#define UBSEC_R_ALREADY_LOADED 100 |
Definition at line 88 of file e_ubsec_err.h.
#define UBSEC_R_BN_EXPAND_FAIL 101 |
Definition at line 89 of file e_ubsec_err.h.
#define UBSEC_R_CTRL_COMMAND_NOT_IMPLEMENTED 102 |
Definition at line 90 of file e_ubsec_err.h.
#define UBSEC_R_DSO_FAILURE 103 |
Definition at line 91 of file e_ubsec_err.h.
#define UBSEC_R_MISSING_KEY_COMPONENTS 104 |
Definition at line 92 of file e_ubsec_err.h.
#define UBSEC_R_NOT_LOADED 105 |
Definition at line 93 of file e_ubsec_err.h.
#define UBSEC_R_REQUEST_FAILED 106 |
Definition at line 94 of file e_ubsec_err.h.
#define UBSEC_R_SIZE_TOO_LARGE_OR_TOO_SMALL 107 |
Definition at line 95 of file e_ubsec_err.h.
#define UBSEC_R_UNIT_FAILURE 108 |
Definition at line 96 of file e_ubsec_err.h.
Definition at line 69 of file e_ubsec_err.h.