Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/engine/
Deng_cnf.c136 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure()
138 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure()
140 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure()
178 } else if (!ENGINE_ctrl_cmd_string(e, ctrlname, ctrlvalue, 0)) in int_engine_configure()
Deng_list.c379 if (!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id()
380 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id()
381 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id()
383 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) || in ENGINE_by_id()
384 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
Deng_ctrl.c284 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
Dengine.h540 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-10-stable/crypto/openssl/apps/
Dengine.c299 if (!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) in util_do_cmds()
310 if (!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) in util_do_cmds()
Dapps.c1421 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine()
1422 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { in try_load_engine()
/freebsd-10-stable/crypto/openssl/
DREADME.ENGINE176 ENGINE_ctrl_cmd_string(e, "SO_PATH", "/lib/libfoo.so", 0);
177 ENGINE_ctrl_cmd_string(e, "ID", "foo", 0);
178 ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0);
179 ENGINE_ctrl_cmd_string(e, "CMD_FOO", "some input data", 0);
DCHANGES5463 the new string-based API function ENGINE_ctrl_cmd_string(). (Eg. this
/freebsd-10-stable/crypto/openssl/doc/crypto/
Dengine.pod100 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
470 if(!ENGINE_ctrl_cmd_string(e, pre_cmds[0], pre_cmds[1], 0)) {
487 if(!ENGINE_ctrl_cmd_string(e, post_cmds[0], post_cmds[1], 0)) {
500 Note that ENGINE_ctrl_cmd_string() accepts a boolean argument that can
574 for any higher-level ENGINE functions such as ENGINE_ctrl_cmd_string().
/freebsd-10-stable/contrib/wpa/src/crypto/
Dtls_openssl.c584 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic()
609 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic()
833 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
/freebsd-10-stable/crypto/openssl/util/
Dlibeay.num2069 ENGINE_ctrl_cmd_string 2628 EXIST::FUNCTION:ENGINE