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

Go to the source code of this file.

Macros

#define CLerr(f, r)   ERR_CL_error((f),(r),__FILE__,__LINE__)
 
#define CL_F_CLUSTER_LABS_CTRL   100
 
#define CL_F_CLUSTER_LABS_DSA_SIGN   101
 
#define CL_F_CLUSTER_LABS_DSA_VERIFY   102
 
#define CL_F_CLUSTER_LABS_FINISH   103
 
#define CL_F_CLUSTER_LABS_INIT   104
 
#define CL_F_CLUSTER_LABS_MOD_EXP   105
 
#define CL_F_CLUSTER_LABS_MOD_EXP_CRT   106
 
#define CL_F_CLUSTER_LABS_RAND_BYTES   107
 
#define CL_F_CLUSTER_LABS_RSA_MOD_EXP   108
 
#define CL_F_CLUSTER_LABS_RSA_PRIV_DEC   109
 
#define CL_F_CLUSTER_LABS_RSA_PRIV_ENC   110
 
#define CL_F_CLUSTER_LABS_RSA_PUB_DEC   111
 
#define CL_F_CLUSTER_LABS_RSA_PUB_ENC   112
 
#define CL_R_ALREADY_LOADED   100
 
#define CL_R_COMMAND_NOT_IMPLEMENTED   101
 
#define CL_R_DSO_FAILURE   102
 
#define CL_R_FUNCTION_NOT_BINDED   103
 
#define CL_R_INIT_FAILED   104
 
#define CL_R_NOT_LOADED   105
 

Macro Definition Documentation

#define CL_F_CLUSTER_LABS_CTRL   100

Definition at line 74 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_DSA_SIGN   101

Definition at line 75 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_DSA_VERIFY   102

Definition at line 76 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_FINISH   103

Definition at line 77 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_INIT   104

Definition at line 78 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_MOD_EXP   105

Definition at line 79 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_MOD_EXP_CRT   106

Definition at line 80 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_RAND_BYTES   107

Definition at line 81 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_RSA_MOD_EXP   108

Definition at line 82 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_RSA_PRIV_DEC   109

Definition at line 83 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_RSA_PRIV_ENC   110

Definition at line 84 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_RSA_PUB_DEC   111

Definition at line 85 of file hw_cluster_labs_err.h.

#define CL_F_CLUSTER_LABS_RSA_PUB_ENC   112

Definition at line 86 of file hw_cluster_labs_err.h.

#define CL_R_ALREADY_LOADED   100

Definition at line 89 of file hw_cluster_labs_err.h.

#define CL_R_COMMAND_NOT_IMPLEMENTED   101

Definition at line 90 of file hw_cluster_labs_err.h.

#define CL_R_DSO_FAILURE   102

Definition at line 91 of file hw_cluster_labs_err.h.

#define CL_R_FUNCTION_NOT_BINDED   103

Definition at line 92 of file hw_cluster_labs_err.h.

#define CL_R_INIT_FAILED   104

Definition at line 93 of file hw_cluster_labs_err.h.

#define CL_R_NOT_LOADED   105

Definition at line 94 of file hw_cluster_labs_err.h.

#define CLerr (   f,
 
)    ERR_CL_error((f),(r),__FILE__,__LINE__)

Definition at line 69 of file hw_cluster_labs_err.h.