Home
last modified time | relevance | path

Searched refs:ENGINE_ctrl_cmd (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/engine/
Deng_ctrl.c251 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, in ENGINE_ctrl_cmd() function
Dengine.h432 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
/external/openssl/include/openssl/
Dengine.h432 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name,
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c1563 if (!ENGINE_ctrl_cmd(conn->engine, "LOAD_CERT_CTRL", in tls_engine_get_cert()
/external/openssl/apps/
Dapps.c1488 ENGINE_ctrl_cmd(e, "SET_USER_INTERFACE", 0, ui_method, 0, 1); in setup_engine()