Home
last modified time | relevance | path

Searched refs:ENGINE_by_id (Results 1 – 16 of 16) sorted by relevance

/external/openssl/crypto/engine/
Deng_cnf.c135 e = ENGINE_by_id("dynamic"); in int_engine_configure()
153 e = ENGINE_by_id(name); in int_engine_configure()
Deng_list.c350 ENGINE *ENGINE_by_id(const char *id) in ENGINE_by_id() function
406 iterator = ENGINE_by_id("dynamic"); in ENGINE_by_id()
Dengine.h331 ENGINE *ENGINE_by_id(const char *id);
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLEngine.java41 engineCtx = NativeCrypto.ENGINE_by_id(engine); in getInstance()
DNativeCrypto.java71 public static native long ENGINE_by_id(String id); in ENGINE_by_id() method in NativeCrypto
/external/ipsec-tools/
Dmain.c168 e = ENGINE_by_id("keystore"); in main()
/external/openssl/apps/
Dengine.c435 if ((e = ENGINE_by_id(id)) != NULL) in MAIN()
Dapps.c1462 ENGINE *e = ENGINE_by_id("dynamic"); in try_load_engine()
1487 if((e = ENGINE_by_id(engine)) == NULL in setup_engine()
Dreq.c236 gen_eng = ENGINE_by_id(*(++argv)); in MAIN()
Ds_client.c1050 ssl_client_engine = ENGINE_by_id(ssl_client_engine_id); in MAIN()
/external/openssl/include/openssl/
Dengine.h331 ENGINE *ENGINE_by_id(const char *id);
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java2519 long engine = NativeCrypto.ENGINE_by_id("non-existent"); in test_ENGINE_by_id_Failure()
2531 long testEngine = NativeCrypto.ENGINE_by_id(TEST_ENGINE_ID); in loadTestEngine()
2538 long dynEngine = NativeCrypto.ENGINE_by_id("dynamic"); in loadTestEngine()
2566 testEngine = NativeCrypto.ENGINE_by_id(TEST_ENGINE_ID); in loadTestEngine()
2576 long engine = NativeCrypto.ENGINE_by_id(TEST_ENGINE_ID); in test_ENGINE_by_id_TestEngine()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c620 engine = ENGINE_by_id(id); in tls_engine_load_dynamic_generic()
629 engine = ENGINE_by_id(dynamic_id); in tls_engine_load_dynamic_generic()
656 engine = ENGINE_by_id(id); in tls_engine_load_dynamic_generic()
904 conn->engine = ENGINE_by_id(engine_id); in tls_engine_init()
/external/openssl/ssl/
Dssl_lib.c2024 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
2029 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in IMPLEMENT_LHASH_HASH_FN()
/external/ipsec-tools/src/racoon/
Doakley.c1809 ENGINE* e = ENGINE_by_id("keystore"); in keystore_sign()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp1876 ENGINE* e = ENGINE_by_id(id.c_str()); in NativeCrypto_ENGINE_by_id()
9569 NATIVE_METHOD(NativeCrypto, ENGINE_by_id, "(Ljava/lang/String;)J"),