Searched refs:ENGINE_ctrl_cmd_string (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_cnf.c138 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0))
140 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
142 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
187 else if (!ENGINE_ctrl_cmd_string(e,
H A Deng_list.c407 if(!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) ||
408 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) ||
409 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD",
411 !ENGINE_ctrl_cmd_string(iterator, "LIST_ADD", "1", 0) ||
412 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0))
H A Deng_ctrl.c288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, function
H A Dengine.h157 * ENGINE_ctrl_cmd_string() function, only raw ENGINE_ctrl() access. Changes to
159 * ENGINE_cmd_is_executable() and ENGINE_ctrl_cmd_string(). */
433 * ENGINE_ctrl_cmd_string(). If this returns zero, it is not available to
434 * ENGINE_ctrl_cmd_string(), only ENGINE_ctrl(). */
439 * See the comment on ENGINE_ctrl_cmd_string() for an explanation on how to
463 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/freebsd-10.0-release/crypto/openssl/apps/
H A Dengine.c312 if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
326 if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
H A Dapps.c1465 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0)
1466 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c584 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
609 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
833 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {

Completed in 116 milliseconds