Lines Matching defs:ERR_REASON

70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
119 {ERR_REASON(ENGINE_R_ALREADY_LOADED), "already loaded"},
120 {ERR_REASON(ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER),
122 {ERR_REASON(ENGINE_R_CMD_NOT_EXECUTABLE), "cmd not executable"},
123 {ERR_REASON(ENGINE_R_COMMAND_TAKES_INPUT), "command takes input"},
124 {ERR_REASON(ENGINE_R_COMMAND_TAKES_NO_INPUT), "command takes no input"},
125 {ERR_REASON(ENGINE_R_CONFLICTING_ENGINE_ID), "conflicting engine id"},
126 {ERR_REASON(ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED),
128 {ERR_REASON(ENGINE_R_DH_NOT_IMPLEMENTED), "dh not implemented"},
129 {ERR_REASON(ENGINE_R_DSA_NOT_IMPLEMENTED), "dsa not implemented"},
130 {ERR_REASON(ENGINE_R_DSO_FAILURE), "DSO failure"},
131 {ERR_REASON(ENGINE_R_DSO_NOT_FOUND), "dso not found"},
132 {ERR_REASON(ENGINE_R_ENGINES_SECTION_ERROR), "engines section error"},
133 {ERR_REASON(ENGINE_R_ENGINE_CONFIGURATION_ERROR),
135 {ERR_REASON(ENGINE_R_ENGINE_IS_NOT_IN_LIST), "engine is not in the list"},
136 {ERR_REASON(ENGINE_R_ENGINE_SECTION_ERROR), "engine section error"},
137 {ERR_REASON(ENGINE_R_FAILED_LOADING_PRIVATE_KEY),
139 {ERR_REASON(ENGINE_R_FAILED_LOADING_PUBLIC_KEY),
141 {ERR_REASON(ENGINE_R_FINISH_FAILED), "finish failed"},
142 {ERR_REASON(ENGINE_R_GET_HANDLE_FAILED),
144 {ERR_REASON(ENGINE_R_ID_OR_NAME_MISSING), "'id' or 'name' missing"},
145 {ERR_REASON(ENGINE_R_INIT_FAILED), "init failed"},
146 {ERR_REASON(ENGINE_R_INTERNAL_LIST_ERROR), "internal list error"},
147 {ERR_REASON(ENGINE_R_INVALID_ARGUMENT), "invalid argument"},
148 {ERR_REASON(ENGINE_R_INVALID_CMD_NAME), "invalid cmd name"},
149 {ERR_REASON(ENGINE_R_INVALID_CMD_NUMBER), "invalid cmd number"},
150 {ERR_REASON(ENGINE_R_INVALID_INIT_VALUE), "invalid init value"},
151 {ERR_REASON(ENGINE_R_INVALID_STRING), "invalid string"},
152 {ERR_REASON(ENGINE_R_NOT_INITIALISED), "not initialised"},
153 {ERR_REASON(ENGINE_R_NOT_LOADED), "not loaded"},
154 {ERR_REASON(ENGINE_R_NO_CONTROL_FUNCTION), "no control function"},
155 {ERR_REASON(ENGINE_R_NO_INDEX), "no index"},
156 {ERR_REASON(ENGINE_R_NO_LOAD_FUNCTION), "no load function"},
157 {ERR_REASON(ENGINE_R_NO_REFERENCE), "no reference"},
158 {ERR_REASON(ENGINE_R_NO_SUCH_ENGINE), "no such engine"},
159 {ERR_REASON(ENGINE_R_NO_UNLOAD_FUNCTION), "no unload function"},
160 {ERR_REASON(ENGINE_R_PROVIDE_PARAMETERS), "provide parameters"},
161 {ERR_REASON(ENGINE_R_RSA_NOT_IMPLEMENTED), "rsa not implemented"},
162 {ERR_REASON(ENGINE_R_UNIMPLEMENTED_CIPHER), "unimplemented cipher"},
163 {ERR_REASON(ENGINE_R_UNIMPLEMENTED_DIGEST), "unimplemented digest"},
164 {ERR_REASON(ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD),
166 {ERR_REASON(ENGINE_R_VERSION_INCOMPATIBILITY), "version incompatibility"},