HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE_ctrl_cmd_string (Results 1 - 11 of 11) 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...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 74 public static native int ENGINE_ctrl_cmd_string(long engineRef, String cmd, String arg,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 598 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
623 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
853 if (ENGINE_ctrl_cmd_string(conn->engine, "PIN", pin, 0) == 0) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 109 milliseconds