Searched refs:ENGINE_ctrl_cmd_string (Results 1 – 8 of 8) sorted by relevance
| /external/openssl/crypto/engine/ |
| D | eng_cnf.c | 134 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", ctrlvalue, 0)) in int_engine_configure() 136 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0)) in int_engine_configure() 138 if (!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in int_engine_configure() 178 else if (!ENGINE_ctrl_cmd_string(e, in int_engine_configure()
|
| D | eng_list.c | 406 if(!iterator || !ENGINE_ctrl_cmd_string(iterator, "ID", id, 0) || in ENGINE_by_id() 407 !ENGINE_ctrl_cmd_string(iterator, "DIR_LOAD", "2", 0) || in ENGINE_by_id() 408 !ENGINE_ctrl_cmd_string(iterator, "DIR_ADD", in ENGINE_by_id() 410 !ENGINE_ctrl_cmd_string(iterator, "LOAD", NULL, 0)) in ENGINE_by_id()
|
| D | eng_ctrl.c | 288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, in ENGINE_ctrl_cmd_string() function
|
| D | engine.h | 435 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
| /external/openssl/apps/ |
| D | engine.c | 315 if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0)) in util_do_cmds() 329 if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0)) in util_do_cmds()
|
| D | apps.c | 1341 if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) in try_load_engine() 1342 || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) in try_load_engine()
|
| /external/openssl/include/openssl/ |
| D | engine.h | 435 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
|
| /external/wpa_supplicant/ |
| D | tls_openssl.c | 623 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) { in tls_engine_load_dynamic_generic() 648 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic() 822 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) { in tls_engine_init()
|