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

  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java 127 final String id = NativeCrypto.ENGINE_get_id(ctx);
132 return id.equals(NativeCrypto.ENGINE_get_id(other.getEngineContext()));
NativeCrypto.java 78 public static native String ENGINE_get_id(long engineRef);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
enginetest.c 86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
240 loop, ENGINE_get_id(block[loop]),
261 OPENSSL_free((void *)ENGINE_get_id(block[loop]));
eng_lib.c 284 const char *ENGINE_get_id(const ENGINE *e)
engine.h 514 const char *ENGINE_get_id(const ENGINE *e);
    [all...]
  /external/openssl/crypto/engine/
enginetest.c 86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
240 loop, ENGINE_get_id(block[loop]),
261 OPENSSL_free((void *)ENGINE_get_id(block[loop]));
eng_lib.c 284 const char *ENGINE_get_id(const ENGINE *e)
engine.h 514 const char *ENGINE_get_id(const ENGINE *e);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
engine.c 428 sk_OPENSSL_STRING_push(engines,(char *)ENGINE_get_id(e));
441 if (strcmp(ENGINE_get_id(e), id) != 0)
444 ENGINE_get_id(e), ENGINE_get_name(e));
apps.c     [all...]
  /external/openssl/apps/
engine.c 428 sk_OPENSSL_STRING_push(engines,(char *)ENGINE_get_id(e));
441 if (strcmp(ENGINE_get_id(e), id) != 0)
444 ENGINE_get_id(e), ENGINE_get_name(e));
apps.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h 514 const char *ENGINE_get_id(const ENGINE *e);
    [all...]
  /external/openssl/include/openssl/
engine.h 514 const char *ENGINE_get_id(const ENGINE *e);
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 592 milliseconds