Home
last modified time | relevance | path

Searched refs:ENGINE_ctrl (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_ctrl.c128 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) in ENGINE_ctrl() function
185 ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0) { in ENGINE_cmd_is_executable()
206 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME, in ENGINE_ctrl_cmd()
227 if (ENGINE_ctrl(e, num, i, p, f) > 0) in ENGINE_ctrl_cmd()
244 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME, in ENGINE_ctrl_cmd_string()
266 flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL); in ENGINE_ctrl_cmd_string()
284 * We deliberately force the result of ENGINE_ctrl() to 0 or 1 rather in ENGINE_ctrl_cmd_string()
289 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0) in ENGINE_ctrl_cmd_string()
301 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0) in ENGINE_ctrl_cmd_string()
324 if (ENGINE_ctrl( in ENGINE_ctrl_cmd_string()
[all...]
/third_party/openssl/crypto/engine/
H A Deng_ctrl.c128 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) in ENGINE_ctrl() function
185 ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0) { in ENGINE_cmd_is_executable()
206 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME, in ENGINE_ctrl_cmd()
227 if (ENGINE_ctrl(e, num, i, p, f) > 0) in ENGINE_ctrl_cmd()
244 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME, in ENGINE_ctrl_cmd_string()
266 flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL); in ENGINE_ctrl_cmd_string()
284 * We deliberately force the result of ENGINE_ctrl() to 0 or 1 rather in ENGINE_ctrl_cmd_string()
289 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0) in ENGINE_ctrl_cmd_string()
301 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0) in ENGINE_ctrl_cmd_string()
324 if (ENGINE_ctrl( in ENGINE_ctrl_cmd_string()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c160 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || in util_verbose()
161 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE, in util_verbose()
173 if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, in util_verbose()
178 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num, in util_verbose()
182 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name, in util_verbose()
186 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num, in util_verbose()
191 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc, in util_verbose()
227 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL); in util_verbose()
/third_party/openssl/apps/
H A Dengine.c160 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) || in util_verbose()
161 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE, in util_verbose()
173 if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, in util_verbose()
178 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num, in util_verbose()
182 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name, in util_verbose()
186 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num, in util_verbose()
191 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc, in util_verbose()
227 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL); in util_verbose()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c61 (void)ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, bio_err, 0); in setup_engine_methods()
/third_party/openssl/apps/lib/
H A Dengine.c61 (void)ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, bio_err, 0); in setup_engine_methods()
/third_party/curl/lib/
H A Dsetup-vms.h225 #define ENGINE_ctrl ENGINE_CTRL macro
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_conf.c179 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0); in TS_CONF_set_default_engine()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dengine.h72 * control commands on their own. Without this flag, ENGINE_ctrl() handles
81 * ENGINE_ctrl() commands are called in sequence as part of some stateful
105 * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl()
110 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
114 * to ENGINE_ctrl)
172 * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the
429 OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p,
437 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
444 * This function works like ENGINE_ctrl() with the exception of taking a
466 * be used for calling ENGINE_ctrl() function
[all...]
/third_party/openssl/crypto/ts/
H A Dts_conf.c179 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0); in TS_CONF_set_default_engine()
/third_party/openssl/include/openssl/
H A Dengine.h72 * control commands on their own. Without this flag, ENGINE_ctrl() handles
81 * ENGINE_ctrl() commands are called in sequence as part of some stateful
105 * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl()
110 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
114 * to ENGINE_ctrl)
172 * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the
429 OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p,
437 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
444 * This function works like ENGINE_ctrl() with the exception of taking a
466 * be used for calling ENGINE_ctrl() function
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Dengine.h66 * control commands on their own. Without this flag, ENGINE_ctrl() handles
75 * ENGINE_ctrl() commands are called in sequence as part of some stateful
99 * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl()
104 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
108 * to ENGINE_ctrl)
166 * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the
413 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
419 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
424 * This function works like ENGINE_ctrl() with the exception of taking a
443 * be used for calling ENGINE_ctrl() function
[all...]
/third_party/curl/lib/vtls/
H A Dopenssl.c1359 if(!ENGINE_ctrl(data->state.engine, ENGINE_CTRL_GET_CMD_FROM_NAME, in cert_stuff()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1261 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME, in tls_engine_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c1300 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME, in tls_engine_init()

Completed in 28 milliseconds