Lines Matching refs:ERR_REASON

69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
114 {ERR_REASON(ENGINE_R_ALREADY_LOADED) ,"already loaded"},
115 {ERR_REASON(ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER),"argument is not a number"},
116 {ERR_REASON(ENGINE_R_CMD_NOT_EXECUTABLE) ,"cmd not executable"},
117 {ERR_REASON(ENGINE_R_COMMAND_TAKES_INPUT),"command takes input"},
118 {ERR_REASON(ENGINE_R_COMMAND_TAKES_NO_INPUT),"command takes no input"},
119 {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID),"conflicting engine id"},
120 {ERR_REASON(ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED),"ctrl command not implemented"},
121 {ERR_REASON(ENGINE_R_DH_NOT_IMPLEMENTED) ,"dh not implemented"},
122 {ERR_REASON(ENGINE_R_DSA_NOT_IMPLEMENTED),"dsa not implemented"},
123 {ERR_REASON(ENGINE_R_DSO_FAILURE) ,"DSO failure"},
124 {ERR_REASON(ENGINE_R_DSO_NOT_FOUND) ,"dso not found"},
125 {ERR_REASON(ENGINE_R_ENGINES_SECTION_ERROR),"engines section error"},
126 {ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST),"engine is not in the list"},
127 {ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR),"engine section error"},
128 {ERR_REASON(ENGINE_R_FAILED_LOADING_PRIVATE_KEY),"failed loading private key"},
129 {ERR_REASON(ENGINE_R_FAILED_LOADING_PUBLIC_KEY),"failed loading public key"},
130 {ERR_REASON(ENGINE_R_FINISH_FAILED) ,"finish failed"},
131 {ERR_REASON(ENGINE_R_GET_HANDLE_FAILED) ,"could not obtain hardware handle"},
132 {ERR_REASON(ENGINE_R_ID_OR_NAME_MISSING) ,"'id' or 'name' missing"},
133 {ERR_REASON(ENGINE_R_INIT_FAILED) ,"init failed"},
134 {ERR_REASON(ENGINE_R_INTERNAL_LIST_ERROR),"internal list error"},
135 {ERR_REASON(ENGINE_R_INVALID_ARGUMENT) ,"invalid argument"},
136 {ERR_REASON(ENGINE_R_INVALID_CMD_NAME) ,"invalid cmd name"},
137 {ERR_REASON(ENGINE_R_INVALID_CMD_NUMBER) ,"invalid cmd number"},
138 {ERR_REASON(ENGINE_R_INVALID_INIT_VALUE) ,"invalid init value"},
139 {ERR_REASON(ENGINE_R_INVALID_STRING) ,"invalid string"},
140 {ERR_REASON(ENGINE_R_NOT_INITIALISED) ,"not initialised"},
141 {ERR_REASON(ENGINE_R_NOT_LOADED) ,"not loaded"},
142 {ERR_REASON(ENGINE_R_NO_CONTROL_FUNCTION),"no control function"},
143 {ERR_REASON(ENGINE_R_NO_INDEX) ,"no index"},
144 {ERR_REASON(ENGINE_R_NO_LOAD_FUNCTION) ,"no load function"},
145 {ERR_REASON(ENGINE_R_NO_REFERENCE) ,"no reference"},
146 {ERR_REASON(ENGINE_R_NO_SUCH_ENGINE) ,"no such engine"},
147 {ERR_REASON(ENGINE_R_NO_UNLOAD_FUNCTION) ,"no unload function"},
148 {ERR_REASON(ENGINE_R_PROVIDE_PARAMETERS) ,"provide parameters"},
149 {ERR_REASON(ENGINE_R_RSA_NOT_IMPLEMENTED),"rsa not implemented"},
150 {ERR_REASON(ENGINE_R_UNIMPLEMENTED_CIPHER),"unimplemented cipher"},
151 {ERR_REASON(ENGINE_R_UNIMPLEMENTED_DIGEST),"unimplemented digest"},
152 {ERR_REASON(ENGINE_R_VERSION_INCOMPATIBILITY),"version incompatibility"},