Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/engine/
H A Deng_cnf.c143 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure()
145 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure()
147 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure()
184 } else if (!ENGINE_ctrl_cmd_string(e, in int_engine_configure()
H A Deng_ctrl.c295 ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
/dflybsd-src/crypto/libressl/include/openssl/
H A Dengine.h440 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
/dflybsd-src/contrib/wpa_supplicant/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()