OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros
e_nuron_err.h File Reference

Go to the source code of this file.

Macros

#define NURONerr(f, r)   ERR_NURON_error((f),(r),__FILE__,__LINE__)
 
#define NURON_F_NURON_CTRL   100
 
#define NURON_F_NURON_FINISH   101
 
#define NURON_F_NURON_INIT   102
 
#define NURON_F_NURON_MOD_EXP   103
 
#define NURON_R_ALREADY_LOADED   100
 
#define NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED   101
 
#define NURON_R_DSO_FAILURE   102
 
#define NURON_R_DSO_FUNCTION_NOT_FOUND   103
 
#define NURON_R_DSO_NOT_FOUND   104
 
#define NURON_R_NOT_LOADED   105
 

Macro Definition Documentation

#define NURON_F_NURON_CTRL   100

Definition at line 74 of file e_nuron_err.h.

#define NURON_F_NURON_FINISH   101

Definition at line 75 of file e_nuron_err.h.

#define NURON_F_NURON_INIT   102

Definition at line 76 of file e_nuron_err.h.

#define NURON_F_NURON_MOD_EXP   103

Definition at line 77 of file e_nuron_err.h.

#define NURON_R_ALREADY_LOADED   100

Definition at line 80 of file e_nuron_err.h.

#define NURON_R_CTRL_COMMAND_NOT_IMPLEMENTED   101

Definition at line 81 of file e_nuron_err.h.

#define NURON_R_DSO_FAILURE   102

Definition at line 82 of file e_nuron_err.h.

#define NURON_R_DSO_FUNCTION_NOT_FOUND   103

Definition at line 83 of file e_nuron_err.h.

#define NURON_R_DSO_NOT_FOUND   104

Definition at line 84 of file e_nuron_err.h.

#define NURON_R_NOT_LOADED   105

Definition at line 85 of file e_nuron_err.h.

#define NURONerr (   f,
 
)    ERR_NURON_error((f),(r),__FILE__,__LINE__)

Definition at line 69 of file e_nuron_err.h.