Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_cnf.c83 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure()
85 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure()
87 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure()
124 } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0)) in int_engine_configure()
H A Deng_list.c422 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id()
423 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id()
424 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id()
426 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id()
427 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
H A Deng_ctrl.c232 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
/freebsd/crypto/openssl/apps/lib/
H A Dengine.c33 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine()
34 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { in try_load_engine()
/freebsd/crypto/openssl/apps/
H A Dengine.c255 if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) in util_do_cmds()
266 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) in util_do_cmds()
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod18 ENGINE_ctrl, ENGINE_ctrl_cmd, ENGINE_ctrl_cmd_string,
113 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
455 if (!ENGINE_ctrl_cmd_string(e, pre_cmds[0], pre_cmds[1], 0)) {
474 if (!ENGINE_ctrl_cmd_string(e, post_cmds[0], post_cmds[1], 0)) {
487 Note that ENGINE_ctrl_cmd_string() accepts a boolean argument that can
561 for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string().
614 ENGINE_ctrl_cmd() and ENGINE_ctrl_cmd_string() return 1 on success or 0 on error.
/freebsd/crypto/openssl/
H A DREADME-ENGINES.md194 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0);
195 ENGINE_ctrl_cmd_string(e, "ID", "foo", 0);
196 ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0);
197 ENGINE_ctrl_cmd_string(e, "CMD_FOO", "some input data", 0);
H A DCHANGES.md13646 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h479 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd/contrib/sendmail/src/
H A Dtls.c3028 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", enginepath, 0))
3037 if (!ENGINE_ctrl_cmd_string(e, "ID", id, 0))
3045 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c833 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic()
858 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic()
1308 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1224 ENGINE_ctrl_cmd_string;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1524 MLINKS+= ENGINE_add.3 ENGINE_ctrl_cmd_string.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num57 ENGINE_ctrl_cmd_string 59 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,ENGINE