Home
last modified time | relevance | path

Searched refs:ENGINE_TABLE (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/engine/
H A Deng_table.c65 static int int_table_check(ENGINE_TABLE **t, int create) in int_table_check()
75 *t = (ENGINE_TABLE *)lh; in int_table_check()
167 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e) in engine_table_unregister()
187 void engine_table_cleanup(ENGINE_TABLE **table) in engine_table_cleanup()
213 OSSL_TRACE3(ENGINE_TABLE, in ossl_engine_table_select()
234 OSSL_TRACE4(ENGINE_TABLE, in ossl_engine_table_select()
247 OSSL_TRACE3(ENGINE_TABLE, in ossl_engine_table_select()
265 OSSL_TRACE4(ENGINE_TABLE, in ossl_engine_table_select()
269 OSSL_TRACE4(ENGINE_TABLE, in ossl_engine_table_select()
283 OSSL_TRACE4(ENGINE_TABLE, in ossl_engine_table_select()
[all …]
H A Deng_local.h59 typedef struct st_engine_table ENGINE_TABLE; typedef
60 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
63 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
64 void engine_table_cleanup(ENGINE_TABLE **table);
65 ENGINE *ossl_engine_table_select(ENGINE_TABLE **table, int nid,
69 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
H A DREADME.md11 ENGINE_TABLE underlies this restructuring, as described in the internal header
15 However, "EVP_CIPHER" underlies the motivation and design of ENGINE_TABLE so
119 in essence it is simply an instantiation of "ENGINE_TABLE" code for use by
122 ENGINE_TABLE essentially provide linker-separation of the classes so that even
130 ENGINE_TABLE is a little more complicated than may seem necessary but this is
133 to duplicate "default" behaviour. Basically an ENGINE_TABLE instantiation, for
158 RSA, DSA, DH, and RAND all have their own ENGINE_TABLE code as well, and the
163 implementations. In other words, the ENGINE_TABLE for RSA will either be empty,
184 tick is that the ENGINE_TABLE instantiations (tb_***.c) use NULL as their
193 the same as the situation in the ENGINE_TABLE instantiations ... NULL is the
H A Dtb_dh.c15 static ENGINE_TABLE *dh_table = NULL;
H A Dtb_rsa.c15 static ENGINE_TABLE *rsa_table = NULL;
H A Dtb_dsa.c15 static ENGINE_TABLE *dsa_table = NULL;
H A Dtb_rand.c15 static ENGINE_TABLE *rand_table = NULL;
H A Dtb_eckey.c15 static ENGINE_TABLE *dh_table = NULL;
H A Dtb_digest.c15 static ENGINE_TABLE *digest_table = NULL;
H A Dtb_cipher.c15 static ENGINE_TABLE *cipher_table = NULL;
H A Dtb_pkmeth.c16 static ENGINE_TABLE *pkey_meth_table = NULL;
H A Dtb_asnmth.c26 static ENGINE_TABLE *pkey_asn1_meth_table = NULL;
/openssl/test/
H A Dtrace_api_test.c36 CASE(ENGINE_TABLE); in test_trace_categories()
/openssl/crypto/
H A Dtrace.c130 TRACE_CATEGORY_(ENGINE_TABLE),
/openssl/doc/man7/
H A Dopenssl-env.pod89 =item B<ENGINE_TABLE>
/openssl/util/
H A Dindent.pro223 -T ENGINE_TABLE
/openssl/
H A DCHANGES.md14182 'ENGINE_TABLE' mechanism that underlies the new code. Similarly,

Completed in 96 milliseconds