HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE_ctrl_cmd_string (Results 1 - 9 of 9) sorted by null

  /external/openssl/crypto/engine/
eng_cnf.c 138 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,
eng_list.c 407 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, "LOAD", NULL, 0))
eng_ctrl.c 288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
engine.h 157 * 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,
    [all...]
  /external/openssl/apps/
engine.c 312 if(!ENGINE_ctrl_cmd_string(e, cmd, NULL, 0))
326 if(!ENGINE_ctrl_cmd_string(e, buf, arg, 0))
apps.c     [all...]
  /external/openssl/include/openssl/
engine.h 157 * 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,
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 573 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
598 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
787 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 586 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
611 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
841 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
    [all...]

Completed in 313 milliseconds