Home
last modified time | relevance | path

Searched refs:ENGINE_ctrl_cmd_string (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_cnf.c86 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure()
88 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure()
90 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure()
128 } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0)) in int_engine_configure()
H A Deng_list.c410 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id()
411 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id()
412 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id()
414 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id()
415 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
H A Deng_ctrl.c229 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
/freebsd-13.1/crypto/openssl/apps/
H A Dengine.c246 if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) in util_do_cmds()
257 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) in util_do_cmds()
H A Dapps.c1285 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine()
1286 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { in try_load_engine()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DENGINE_add.pod18 ENGINE_ctrl, ENGINE_ctrl_cmd, ENGINE_ctrl_cmd_string,
109 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
447 if (!ENGINE_ctrl_cmd_string(e, pre_cmds[0], pre_cmds[1], 0)) {
466 if (!ENGINE_ctrl_cmd_string(e, post_cmds[0], post_cmds[1], 0)) {
479 Note that ENGINE_ctrl_cmd_string() accepts a boolean argument that can
553 for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string().
606 ENGINE_ctrl_cmd() and ENGINE_ctrl_cmd_string() return 1 on success or 0 on error.
/freebsd-13.1/crypto/openssl/
H A DREADME.ENGINE174 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0);
175 ENGINE_ctrl_cmd_string(e, "ID", "foo", 0);
176 ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0);
177 ENGINE_ctrl_cmd_string(e, "CMD_FOO", "some input data", 0);
H A DCHANGES8312 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dengine.h454 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c2593 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", enginepath, 0))
2602 if (!ENGINE_ctrl_cmd_string(e, "ID", id, 0))
2610 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c825 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic()
850 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic()
1228 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map1226 ENGINE_ctrl_cmd_string;
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt688 ENGINE_F_ENGINE_CTRL_CMD_STRING:171:ENGINE_ctrl_cmd_string
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1260 MLINKS+= ENGINE_add.3 ENGINE_ctrl_cmd_string.3