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

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dengine.h44 #define ENGINE_by_id hc_ENGINE_by_id macro
98 ENGINE *ENGINE_by_id(const char *);
H A Dengine.c214 dup = ENGINE_by_id(engine->id);
390 ENGINE_by_id(const char *id) function
H A Dtest_dh.c472 engine = ENGINE_by_id(id_string);
476 engine = ENGINE_by_id("builtin");
H A Dtest_rsa.c235 engine = ENGINE_by_id("builtin");
237 engine = ENGINE_by_id(argv[0]);
H A Dtest_engine_dso.c169 engine = ENGINE_by_id("builtin");
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-engine.h63 #define ENGINE_by_id ossl_ENGINE_by_id macro
109 ENGINE *ENGINE_by_id(const char *);
H A Dossl-engine.c278 dup = ENGINE_by_id(engine->id);
552 ENGINE_by_id(const char *id) function
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_cnf.c135 e = ENGINE_by_id("dynamic");
153 e = ENGINE_by_id(name);
H A Deng_list.c349 ENGINE *ENGINE_by_id(const char *id) function
405 iterator = ENGINE_by_id("dynamic");
H A Dengine.h135 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
139 * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
305 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
322 ENGINE *ENGINE_by_id(const char *id);
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_dh.c470 engine = ENGINE_by_id(id_string);
475 engine = ENGINE_by_id("builtin");
H A Dtest_engine_dso.c169 engine = ENGINE_by_id("builtin");
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dopenssl_link.c194 e = ENGINE_by_id(engine);
H A Dopensslgost_link.c383 e = ENGINE_by_id("gost");
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dengine.c438 if ((e = ENGINE_by_id(id)) != NULL)
H A Dapps.c1351 ENGINE *e = ENGINE_by_id("dynamic");
1376 if((e = ENGINE_by_id(engine)) == NULL
H A Ds_client.c621 ssl_client_engine = ENGINE_by_id(ssl_client_engine_id);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dengine.h135 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
139 * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
305 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
322 ENGINE *ENGINE_by_id(const char *id);
/macosx-10.10/apr-32/apr-util/apr-util/crypto/
H A Dapr_crypto_openssl.c284 config->engine = ENGINE_by_id(engine);
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_engine.c155 if(!(e = ENGINE_by_id(RSTRING_PTR(id))))
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dtunala.c747 if((e = ENGINE_by_id(engine_id)) == NULL) {
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_lib.c1600 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1605 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c273 if (!(e = ENGINE_by_id(mc->szCryptoDevice))) {
H A Dssl_engine_config.c500 else if ((e = ENGINE_by_id(arg))) {
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c811 e = ENGINE_by_id(engine);

Completed in 216 milliseconds