Home
last modified time | relevance | path

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

/freebsd-12.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.c323 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id()
324 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id()
325 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id()
327 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id()
328 !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-12.1/crypto/openssl/apps/
H A Dengine.c250 if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
261 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
H A Dapps.c1279 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine()
1280 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { in try_load_engine()
/freebsd-12.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().
607 ENGINE_ctrl_cmd() and ENGINE_ctrl_cmd_string() return 1 on success or 0 on error.
/freebsd-12.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 DCHANGES7922 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dengine.h454 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c824 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic()
849 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic()
1221 if (pin && ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map1226 ENGINE_ctrl_cmd_string;
H A DMakefile.man1251 MLINKS+= ENGINE_add.3 ENGINE_ctrl_cmd_string.3
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt687 ENGINE_F_ENGINE_CTRL_CMD_STRING:171:ENGINE_ctrl_cmd_string