Home
last modified time | relevance | path

Searched refs:ENGINE_by_id (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dengine.c32 if ((e = ENGINE_by_id("dynamic")) != NULL) { in try_load_engine()
54 if ((e = ENGINE_by_id(id)) == NULL in setup_engine_methods()
H A Dengine_loader.c89 e = ENGINE_by_id(engineid); in engine_open()
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_cnf.c80 e = ENGINE_by_id("dynamic"); in int_engine_configure()
97 e = ENGINE_by_id(name); in int_engine_configure()
H A Deng_list.c373 ENGINE *ENGINE_by_id(const char *id) in ENGINE_by_id() function
421 iterator = ENGINE_by_id("dynamic"); in ENGINE_by_id()
/third_party/openssl/crypto/engine/
H A Deng_cnf.c80 e = ENGINE_by_id("dynamic"); in int_engine_configure()
97 e = ENGINE_by_id(name); in int_engine_configure()
H A Deng_list.c370 ENGINE *ENGINE_by_id(const char *id) in ENGINE_by_id() function
418 iterator = ENGINE_by_id("dynamic"); in ENGINE_by_id()
/third_party/openssl/apps/lib/
H A Dengine.c32 if ((e = ENGINE_by_id("dynamic")) != NULL) { in try_load_engine()
54 if ((e = ENGINE_by_id(id)) == NULL in setup_engine_methods()
H A Dengine_loader.c89 e = ENGINE_by_id(engineid); in engine_open()
/third_party/openssl/test/
H A Dafalgtest.c143 if ((e = ENGINE_by_id("afalg")) == NULL) { in setup_tests()
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c75 *engine = ENGINE_by_id(p->data); in load_common()
/third_party/openssl/providers/common/
H A Dprovider_util.c75 *engine = ENGINE_by_id(p->data); in load_common()
/third_party/node/src/crypto/
H A Dcrypto_util.cc597 EnginePointer engine(ENGINE_by_id(id)); in SetFipsCrypto()
600 engine = EnginePointer(ENGINE_by_id("dynamic")); in SetFipsCrypto()
/third_party/fsverity-utils/lib/
H A Dsign_digest.c351 engine = ENGINE_by_id("dynamic"); in load_pkcs11_private_key()
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_conf.c176 if ((e = ENGINE_by_id(name)) == NULL) in TS_CONF_set_default_engine()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dengine.h80 * via "ENGINE_by_id()". When an ENGINE must store state (eg. if
85 * ENGINE_by_id() just increments the existing ENGINE's structural reference
309 * decrement the structural reference count, use ENGINE_by_id and
336 OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c385 if ((e = ENGINE_by_id(id)) != NULL) { in engine_main()
/third_party/openssl/crypto/ts/
H A Dts_conf.c176 if ((e = ENGINE_by_id(name)) == NULL) in TS_CONF_set_default_engine()
/third_party/openssl/include/openssl/
H A Dengine.h80 * via "ENGINE_by_id()". When an ENGINE must store state (eg. if
85 * ENGINE_by_id() just increments the existing ENGINE's structural reference
309 * decrement the structural reference count, use ENGINE_by_id and
336 OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
/third_party/openssl/ohos_lite/include/openssl/
H A Dengine.h74 * via "ENGINE_by_id()". When an ENGINE must store state (eg. if
79 * ENGINE_by_id() just increments the existing ENGINE's structural reference
303 * decrement the structural reference count, use ENGINE_by_id and
321 ENGINE *ENGINE_by_id(const char *id);
/third_party/openssl/apps/
H A Dengine.c385 if ((e = ENGINE_by_id(id)) != NULL) { in engine_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c798 engine = ENGINE_by_id(id); in tls_engine_load_dynamic_generic()
803 * If it was auto-loaded by ENGINE_by_id() we might still in tls_engine_load_dynamic_generic()
813 engine = ENGINE_by_id(dynamic_id); in tls_engine_load_dynamic_generic()
836 * now be looked up using ENGINE_by_id(). in tls_engine_load_dynamic_generic()
840 engine = ENGINE_by_id(id); in tls_engine_load_dynamic_generic()
1206 conn->engine = ENGINE_by_id(engine_id); in tls_engine_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c804 engine = ENGINE_by_id(id); in tls_engine_load_dynamic_generic()
809 * If it was auto-loaded by ENGINE_by_id() we might still in tls_engine_load_dynamic_generic()
819 engine = ENGINE_by_id(dynamic_id); in tls_engine_load_dynamic_generic()
842 * now be looked up using ENGINE_by_id(). in tls_engine_load_dynamic_generic()
846 engine = ENGINE_by_id(id); in tls_engine_load_dynamic_generic()
1245 conn->engine = ENGINE_by_id(engine_id); in tls_engine_init()
/third_party/libcoap/src/
H A Dcoap_openssl.c273 /* Release the structural reference from ENGINE_by_id() */ in coap_dtls_shutdown()
1320 ssl_engine = ENGINE_by_id("pkcs11"); in setup_pki_server()
1694 ssl_engine = ENGINE_by_id("pkcs11"); in setup_pki_ssl()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c3469 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in SSL_CTX_new_ex()
3473 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in SSL_CTX_new_ex()
/third_party/openssl/ssl/
H A Dssl_lib.c3369 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in SSL_CTX_new_ex()
3373 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO)); in SSL_CTX_new_ex()

Completed in 44 milliseconds

12