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

/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_ctrl.c179 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) function
235 ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0) {
256 if ((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
279 if (ENGINE_ctrl(e, num, i, p, f) > 0)
295 if ((e->ctrl == NULL) || ((num = ENGINE_ctrl(e,
320 ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL)) < 0) {
339 * We deliberately force the result of ENGINE_ctrl() to 0 or 1 rather
344 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
357 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
382 if (ENGINE_ctrl(
[all...]
H A Dengine.h138 * control commands on their own. Without this flag, ENGINE_ctrl() handles
147 * ENGINE_ctrl() commands are called in sequence as part of some stateful
171 * available to the ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl()
176 /* accepts a 'long' input value (3rd parameter to ENGINE_ctrl) */
180 * to ENGINE_ctrl)
238 * the ENGINE_ctrl() code handles this on the ENGINE's behalf using the
498 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
504 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
509 * This function works like ENGINE_ctrl() with the exception of taking a
528 * be used for calling ENGINE_ctrl() function
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dengine.c197 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
198 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
213 if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
218 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
223 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
227 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
233 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
271 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL);
H A Dapps.c1563 ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, err, 0);
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_conf.c223 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
/freebsd-11-stable/contrib/sendmail/src/
H A Dtls.c2641 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1261 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME,

Completed in 145 milliseconds