Home
last modified time | relevance | path

Searched refs:ENGINE_ctrl (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_ctrl.c125 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) in ENGINE_ctrl() function
181 ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, cmd, NULL, NULL)) < 0) { in ENGINE_cmd_is_executable()
203 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME, in ENGINE_ctrl_cmd()
224 if (ENGINE_ctrl(e, num, i, p, f) > 0) in ENGINE_ctrl_cmd()
241 || (num = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FROM_NAME, in ENGINE_ctrl_cmd_string()
264 flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num, NULL, NULL); in ENGINE_ctrl_cmd_string()
289 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0) in ENGINE_ctrl_cmd_string()
302 if (ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0) in ENGINE_ctrl_cmd_string()
327 if (ENGINE_ctrl(e, num, l, NULL, NULL) > 0) in ENGINE_ctrl_cmd_string()
/freebsd-12.1/crypto/openssl/apps/
H A Dengine.c155 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
156 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
168 if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
173 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
177 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
181 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
186 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
222 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL);
H A Dapps.c1307 ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, bio_err, 0); in setup_engine()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dengine.h413 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
/freebsd-12.1/crypto/openssl/doc/man3/
H A DENGINE_add.pod18 ENGINE_ctrl, ENGINE_ctrl_cmd, ENGINE_ctrl_cmd_string,
105 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void));
556 operations via ENGINE_ctrl(), including passing to and/or from the control
603 ENGINE_ctrl() returns a positive value on success or others on error.
/freebsd-12.1/crypto/openssl/crypto/ts/
H A Dts_conf.c172 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0); in TS_CONF_set_default_engine()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map1224 ENGINE_ctrl;
H A DMakefile.man1249 MLINKS+= ENGINE_add.3 ENGINE_ctrl.3
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1261 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME, in tls_engine_init()
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt685 ENGINE_F_ENGINE_CTRL:142:ENGINE_ctrl
/freebsd-12.1/crypto/openssl/
H A DCHANGES4956 *) The functions ENGINE_ctrl(), OPENSSL_isservice(),
7927 ENGINE_ctrl(), eg. supporting the exchange of binary data, function