Symbol: ERR_LIB_ENGINE
crypto/openssl/crypto/engine/eng_cnf.c
118
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_INIT_VALUE);
crypto/openssl/crypto/engine/eng_cnf.c
136
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ENGINE_CONFIGURATION_ERROR);
crypto/openssl/crypto/engine/eng_cnf.c
138
ERR_raise_data(ERR_LIB_ENGINE, ENGINE_R_ENGINE_CONFIGURATION_ERROR,
crypto/openssl/crypto/engine/eng_cnf.c
157
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ENGINES_SECTION_ERROR);
crypto/openssl/crypto/engine/eng_cnf.c
60
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ENGINE_SECTION_ERROR);
crypto/openssl/crypto/engine/eng_ctrl.c
121
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_ctrl.c
130
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_ctrl.c
154
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NO_CONTROL_FUNCTION);
crypto/openssl/crypto/engine/eng_ctrl.c
167
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NO_CONTROL_FUNCTION);
crypto/openssl/crypto/engine/eng_ctrl.c
177
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_CMD_NUMBER);
crypto/openssl/crypto/engine/eng_ctrl.c
191
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_ctrl.c
210
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_CMD_NAME);
crypto/openssl/crypto/engine/eng_ctrl.c
230
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_ctrl.c
249
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_CMD_NAME);
crypto/openssl/crypto/engine/eng_ctrl.c
253
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_CMD_NOT_EXECUTABLE);
crypto/openssl/crypto/engine/eng_ctrl.c
263
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_ctrl.c
271
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_COMMAND_TAKES_NO_INPUT);
crypto/openssl/crypto/engine/eng_ctrl.c
286
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_COMMAND_TAKES_INPUT);
crypto/openssl/crypto/engine/eng_ctrl.c
303
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_ctrl.c
308
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER);
crypto/openssl/crypto/engine/eng_ctrl.c
80
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_ctrl.c
88
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_CMD_NAME);
crypto/openssl/crypto/engine/eng_ctrl.c
99
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_CMD_NUMBER);
crypto/openssl/crypto/engine/eng_dyn.c
166
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_dyn.c
213
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NO_INDEX);
crypto/openssl/crypto/engine/eng_dyn.c
295
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NOT_LOADED);
crypto/openssl/crypto/engine/eng_dyn.c
301
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ALREADY_LOADED);
crypto/openssl/crypto/engine/eng_dyn.c
330
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_ARGUMENT);
crypto/openssl/crypto/engine/eng_dyn.c
339
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_ARGUMENT);
crypto/openssl/crypto/engine/eng_dyn.c
347
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INVALID_ARGUMENT);
crypto/openssl/crypto/engine/eng_dyn.c
356
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_dyn.c
364
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED);
crypto/openssl/crypto/engine/eng_dyn.c
429
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_DSO_NOT_FOUND);
crypto/openssl/crypto/engine/eng_dyn.c
440
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_DSO_FAILURE);
crypto/openssl/crypto/engine/eng_dyn.c
465
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_VERSION_INCOMPATIBILITY);
crypto/openssl/crypto/engine/eng_dyn.c
498
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INIT_FAILED);
crypto/openssl/crypto/engine/eng_dyn.c
514
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_CONFLICTING_ENGINE_ID);
crypto/openssl/crypto/engine/eng_err.c
20
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ALREADY_LOADED), "already loaded" },
crypto/openssl/crypto/engine/eng_err.c
21
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ARGUMENT_IS_NOT_A_NUMBER),
crypto/openssl/crypto/engine/eng_err.c
23
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_CMD_NOT_EXECUTABLE),
crypto/openssl/crypto/engine/eng_err.c
25
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_COMMAND_TAKES_INPUT),
crypto/openssl/crypto/engine/eng_err.c
27
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_COMMAND_TAKES_NO_INPUT),
crypto/openssl/crypto/engine/eng_err.c
29
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_CONFLICTING_ENGINE_ID),
crypto/openssl/crypto/engine/eng_err.c
31
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_CTRL_COMMAND_NOT_IMPLEMENTED),
crypto/openssl/crypto/engine/eng_err.c
33
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_DSO_FAILURE), "DSO failure" },
crypto/openssl/crypto/engine/eng_err.c
34
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_DSO_NOT_FOUND), "dso not found" },
crypto/openssl/crypto/engine/eng_err.c
35
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ENGINES_SECTION_ERROR),
crypto/openssl/crypto/engine/eng_err.c
37
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ENGINE_CONFIGURATION_ERROR),
crypto/openssl/crypto/engine/eng_err.c
39
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ENGINE_IS_NOT_IN_LIST),
crypto/openssl/crypto/engine/eng_err.c
41
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ENGINE_SECTION_ERROR),
crypto/openssl/crypto/engine/eng_err.c
43
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_FAILED_LOADING_PRIVATE_KEY),
crypto/openssl/crypto/engine/eng_err.c
45
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_FAILED_LOADING_PUBLIC_KEY),
crypto/openssl/crypto/engine/eng_err.c
47
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_FINISH_FAILED), "finish failed" },
crypto/openssl/crypto/engine/eng_err.c
48
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_ID_OR_NAME_MISSING),
crypto/openssl/crypto/engine/eng_err.c
50
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INIT_FAILED), "init failed" },
crypto/openssl/crypto/engine/eng_err.c
51
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INTERNAL_LIST_ERROR),
crypto/openssl/crypto/engine/eng_err.c
53
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INVALID_ARGUMENT),
crypto/openssl/crypto/engine/eng_err.c
55
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INVALID_CMD_NAME),
crypto/openssl/crypto/engine/eng_err.c
57
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INVALID_CMD_NUMBER),
crypto/openssl/crypto/engine/eng_err.c
59
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INVALID_INIT_VALUE),
crypto/openssl/crypto/engine/eng_err.c
61
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_INVALID_STRING), "invalid string" },
crypto/openssl/crypto/engine/eng_err.c
62
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NOT_INITIALISED), "not initialised" },
crypto/openssl/crypto/engine/eng_err.c
63
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NOT_LOADED), "not loaded" },
crypto/openssl/crypto/engine/eng_err.c
64
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NO_CONTROL_FUNCTION),
crypto/openssl/crypto/engine/eng_err.c
66
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NO_INDEX), "no index" },
crypto/openssl/crypto/engine/eng_err.c
67
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NO_LOAD_FUNCTION),
crypto/openssl/crypto/engine/eng_err.c
69
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NO_REFERENCE), "no reference" },
crypto/openssl/crypto/engine/eng_err.c
70
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_NO_SUCH_ENGINE), "no such engine" },
crypto/openssl/crypto/engine/eng_err.c
71
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_UNIMPLEMENTED_CIPHER),
crypto/openssl/crypto/engine/eng_err.c
73
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_UNIMPLEMENTED_DIGEST),
crypto/openssl/crypto/engine/eng_err.c
75
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD),
crypto/openssl/crypto/engine/eng_err.c
77
{ ERR_PACK(ERR_LIB_ENGINE, 0, ENGINE_R_VERSION_INCOMPATIBILITY),
crypto/openssl/crypto/engine/eng_fat.c
86
ERR_raise_data(ERR_LIB_ENGINE, ENGINE_R_INVALID_STRING,
crypto/openssl/crypto/engine/eng_init.c
117
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_FINISH_FAILED);
crypto/openssl/crypto/engine/eng_init.c
79
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_FINISH_FAILED);
crypto/openssl/crypto/engine/eng_init.c
90
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_init.c
95
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_lib.c
206
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_lib.c
216
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_lib.c
33
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
106
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_list.c
124
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
132
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ENGINE_IS_NOT_IN_LIST);
crypto/openssl/crypto/engine/eng_list.c
235
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
247
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
262
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
274
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
288
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
300
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
315
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
327
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
343
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
347
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_ID_OR_NAME_MISSING);
crypto/openssl/crypto/engine/eng_list.c
353
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_list.c
365
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
371
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_list.c
413
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
420
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
448
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/eng_list.c
470
ERR_raise_data(ERR_LIB_ENGINE, ENGINE_R_NO_SUCH_ENGINE, "id=%s", id);
crypto/openssl/crypto/engine/eng_list.c
479
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
64
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_list.c
73
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_CONFLICTING_ENGINE_ID);
crypto/openssl/crypto/engine/eng_list.c
81
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_list.c
89
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_list.c
97
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INTERNAL_LIST_ERROR);
crypto/openssl/crypto/engine/eng_pkey.c
103
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NO_LOAD_FUNCTION);
crypto/openssl/crypto/engine/eng_pkey.c
108
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_FAILED_LOADING_PUBLIC_KEY);
crypto/openssl/crypto/engine/eng_pkey.c
121
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_pkey.c
128
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NOT_INITIALISED);
crypto/openssl/crypto/engine/eng_pkey.c
133
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NO_LOAD_FUNCTION);
crypto/openssl/crypto/engine/eng_pkey.c
62
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_pkey.c
69
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NOT_INITIALISED);
crypto/openssl/crypto/engine/eng_pkey.c
74
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NO_LOAD_FUNCTION);
crypto/openssl/crypto/engine/eng_pkey.c
79
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_FAILED_LOADING_PRIVATE_KEY);
crypto/openssl/crypto/engine/eng_pkey.c
91
ERR_raise(ERR_LIB_ENGINE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/engine/eng_pkey.c
98
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_NOT_INITIALISED);
crypto/openssl/crypto/engine/eng_table.c
135
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_INIT_FAILED);
crypto/openssl/crypto/engine/tb_asnmth.c
200
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/tb_asnmth.c
213
ERR_raise(ERR_LIB_ENGINE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/engine/tb_asnmth.c
92
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD);
crypto/openssl/crypto/engine/tb_cipher.c
78
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_UNIMPLEMENTED_CIPHER);
crypto/openssl/crypto/engine/tb_digest.c
78
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_UNIMPLEMENTED_DIGEST);
crypto/openssl/crypto/engine/tb_pkmeth.c
79
ERR_raise(ERR_LIB_ENGINE, ENGINE_R_UNIMPLEMENTED_PUBLIC_KEY_METHOD);
crypto/openssl/crypto/err/err.c
63
{ ERR_PACK(ERR_LIB_ENGINE, 0, 0), "engine routines" },
crypto/openssl/include/openssl/err.h
147
#define ENGINEerr(f, r) ERR_raise_data(ERR_LIB_ENGINE, (r), NULL)
crypto/openssl/include/openssl/err.h
337
#define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE /* 38 */ | ERR_RFLAG_COMMON)