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

/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cnf.c135 e = ENGINE_by_id("dynamic");
153 e = ENGINE_by_id(name);
H A Deng_list.c350 ENGINE *ENGINE_by_id(const char *id) function
406 iterator = ENGINE_by_id("dynamic");
H A Dengine.h136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140 * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
307 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
324 ENGINE *ENGINE_by_id(const char *id);
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dengine.c435 if ((e = ENGINE_by_id(id)) != NULL)
H A Dapps.c1452 ENGINE *e = ENGINE_by_id("dynamic");
1477 if((e = ENGINE_by_id(engine)) == NULL
H A Dreq.c236 gen_eng = ENGINE_by_id(*(++argv));
H A Ds_client.c769 ssl_client_engine = ENGINE_by_id(ssl_client_engine_id);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_conf.c219 if (!(e = ENGINE_by_id(name))) goto err;
/barrelfish-master/include/openssl/
H A Dengine.h136 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140 * Normally, ENGINEs don't declare this flag so ENGINE_by_id() just increments
307 * structural reference count, use ENGINE_by_id and ENGINE_free. NB: This is not
324 ENGINE *ENGINE_by_id(const char *id);
/barrelfish-master/lib/openssl-1.0.0d/demos/tunala/
H A Dtunala.c749 if((e = ENGINE_by_id(engine_id)) == NULL) {
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_lib.c1675 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1680 eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));

Completed in 140 milliseconds