Go to the documentation of this file.
55 #ifndef HEADER_GMP_ERR_H
56 #define HEADER_GMP_ERR_H
66 static void ERR_load_GMP_strings(
void);
67 static void ERR_unload_GMP_strings(
void);
68 static void ERR_GMP_error(
int function,
int reason,
char *
file,
int line);
69 #define GMPerr(f,r) ERR_GMP_error((f),(r),__FILE__,__LINE__)
74 #define GMP_F_E_GMP_CTRL 100
75 #define GMP_F_E_GMP_RSA_MOD_EXP 101
78 #define GMP_R_CTRL_COMMAND_NOT_IMPLEMENTED 100
79 #define GMP_R_KEY_CONTEXT_ERROR 101
80 #define GMP_R_MISSING_KEY_COMPONENTS 102