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

/freebsd-10.1-release/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
499 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
505 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl().
510 * This function works like ENGINE_ctrl() with the exception of taking a
529 * be used for calling ENGINE_ctrl() function
[all...]
/freebsd-10.1-release/crypto/openssl/apps/
H A Dengine.c199 if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
200 ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
215 if ((flags = ENGINE_ctrl(e, ENGINE_CTRL_GET_CMD_FLAGS, num,
220 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_LEN_FROM_CMD, num,
225 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_NAME_FROM_CMD, num, name,
229 if ((len = ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_LEN_FROM_CMD, num,
235 if (ENGINE_ctrl(e, ENGINE_CTRL_GET_DESC_FROM_CMD, num, desc,
273 num = ENGINE_ctrl(e, ENGINE_CTRL_GET_NEXT_CMD_TYPE, num, NULL, NULL);
H A Dapps.c1446 ENGINE_ctrl(e, ENGINE_CTRL_SET_LOGSTREAM, 0, err, 0);
/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_conf.c223 ENGINE_ctrl(e, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0);
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c854 if (!ENGINE_ctrl(conn->engine, ENGINE_CTRL_GET_CMD_FROM_NAME,

Completed in 182 milliseconds