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

  /external/openssl/crypto/engine/
eng_cnf.c 135 e = ENGINE_by_id("dynamic");
153 e = ENGINE_by_id(name);
eng_list.c 350 ENGINE *ENGINE_by_id(const char *id)
406 iterator = ENGINE_by_id("dynamic");
engine.h 136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140 * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
314 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
331 ENGINE *ENGINE_by_id(const char *id);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLEngine.java 42 engineCtx = NativeCrypto.ENGINE_by_id(engine);
NativeCrypto.java 60 public static native long ENGINE_by_id(String id);
    [all...]
  /external/ipsec-tools/
main.c 168 e = ENGINE_by_id("keystore");
  /external/openssl/apps/
engine.c 435 if ((e = ENGINE_by_id(id)) != NULL)
apps.c     [all...]
req.c 236 gen_eng = ENGINE_by_id(*(++argv));
    [all...]
s_client.c 1031 ssl_client_engine = ENGINE_by_id(ssl_client_engine_id);
    [all...]
  /external/openssl/include/openssl/
engine.h 136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140 * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
314 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
331 ENGINE *ENGINE_by_id(const char *id);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 578 engine = ENGINE_by_id(id);
587 engine = ENGINE_by_id(dynamic_id);
610 * now be looked up using ENGINE_by_id().
614 engine = ENGINE_by_id(id);
838 conn->engine = ENGINE_by_id(engine_id);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /external/openssl/ssl/
ssl_lib.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 1125 JNI_TRACE("ENGINE_by_id(%p)", idJava);
1129 JNI_TRACE("ENGINE_by_id(%p) => id == null", idJava);
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c     [all...]

Completed in 329 milliseconds