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

/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_ctrl.c128 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) function
185 ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0) {
206 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME,
227 if (ENGINE_ctrl(e, num, i, p, f) > 0)
244 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME,
266 flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL);
284 * We deliberately force the result of ENGINE_ctrl() to 0 or 1 rather
289 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
301 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
324 if (ENGINE_ctrl(
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dengine.c160 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
161 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
173 if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
178 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
182 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
186 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
191 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
227 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL);
/freebsd-current/crypto/openssl/apps/lib/
H A Dengine.c61 (void)ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, bio_err, 0);
/freebsd-current/crypto/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...]
/freebsd-current/crypto/openssl/crypto/ts/
H A Dts_conf.c179 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
/freebsd-current/contrib/sendmail/src/
H A Dtls.c3076 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
/freebsd-current/contrib/wpa/src/crypto/
H A Dtls_openssl.c1268 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME,
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile1522 MLINKS+= ENGINE_add.3 ENGINE_ctrl.3

Completed in 116 milliseconds