Searched refs:ENGINE_by_id (Results 1 – 16 of 16) sorted by relevance
135 e = ENGINE_by_id("dynamic"); in int_engine_configure()153 e = ENGINE_by_id(name); in int_engine_configure()
350 ENGINE *ENGINE_by_id(const char *id) in ENGINE_by_id() function406 iterator = ENGINE_by_id("dynamic"); in ENGINE_by_id()
331 ENGINE *ENGINE_by_id(const char *id);
41 engineCtx = NativeCrypto.ENGINE_by_id(engine); in getInstance()
71 public static native long ENGINE_by_id(String id); in ENGINE_by_id() method in NativeCrypto
168 e = ENGINE_by_id("keystore"); in main()
435 if ((e = ENGINE_by_id(id)) != NULL) in MAIN()
1462 ENGINE *e = ENGINE_by_id("dynamic"); in try_load_engine()1487 if((e = ENGINE_by_id(engine)) == NULL in setup_engine()
236 gen_eng = ENGINE_by_id(*(++argv)); in MAIN()
1050 ssl_client_engine = ENGINE_by_id(ssl_client_engine_id); in MAIN()
2519 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()
620 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()
2024 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()
1809 ENGINE* e = ENGINE_by_id("keystore"); in keystore_sign()
1876 ENGINE* e = ENGINE_by_id(id.c_str()); in NativeCrypto_ENGINE_by_id()9569 NATIVE_METHOD(NativeCrypto, ENGINE_by_id, "(Ljava/lang/String;)J"),