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

  /external/openssl/crypto/engine/
eng_init.c 121 int ENGINE_init(ENGINE *e)
eng_cnf.c 79 if (!ENGINE_init(e))
engine.h 560 int ENGINE_init(ENGINE *e);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLEngine.java 56 if (NativeCrypto.ENGINE_init(engineCtx) == 0) {
NativeCrypto.java 64 public static native int ENGINE_init(long e);
    [all...]
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 61 ENGINE_init(e);
  /external/openssl/crypto/evp/
digest.c 165 if (!ENGINE_init(impl))
301 if (in->engine && !ENGINE_init(in->engine))
evp_enc.c 139 if (!ENGINE_init(impl))
656 if (in->engine && !ENGINE_init(in->engine))
pmeth_lib.c 143 if (!ENGINE_init(e))
314 if (pctx->engine && !ENGINE_init(pctx->engine))
  /external/openssl/crypto/rand/
rand_lib.c 122 if(!ENGINE_init(engine))
  /external/ipsec-tools/
main.c 169 if (!e || !ENGINE_init(e)) {
  /external/openssl/crypto/dh/
dh_lib.c 135 if (!ENGINE_init(engine))
  /external/openssl/crypto/dsa/
dsa_lib.c 140 if (!ENGINE_init(engine))
  /external/openssl/crypto/rsa/
rsa_lib.c 150 if (!ENGINE_init(engine))
  /external/openssl/crypto/asn1/
ameth_lib.c 219 if (!ENGINE_init(e))
  /system/security/keystore-engine/
eng_keystore.cpp 346 * ENGINE_finish(), so we need to call ENGINE_init() here.
348 ENGINE_init(e);
  /external/openssl/apps/
engine.c 510 if (ENGINE_init(e))
  /external/openssl/include/openssl/
engine.h 560 int ENGINE_init(ENGINE *e);
    [all...]
  /external/openssl/ssl/
ssl_sess.c     [all...]
  /external/openssl/crypto/store/
str_lib.c 144 if (!ENGINE_init(engine))
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 844 if (ENGINE_init(conn->engine) != 1) {
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/ipsec-tools/src/racoon/
oakley.c     [all...]

Completed in 563 milliseconds