HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE_by_id (Results 1 - 15 of 15) 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...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngine.java 41 engineCtx = NativeCrypto.ENGINE_by_id(engine);
NativeCrypto.java 71 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     [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/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/openssl/ssl/
ssl_lib.c     [all...]
  /external/ipsec-tools/src/racoon/
oakley.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 2084 milliseconds