Searched refs:ENGINE_TABLE (Results 1 – 17 of 17) sorted by relevance
/openssl/crypto/engine/ |
H A D | eng_table.c | 65 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 D | eng_local.h | 59 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 D | README.md | 11 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 D | tb_dh.c | 15 static ENGINE_TABLE *dh_table = NULL;
|
H A D | tb_rsa.c | 15 static ENGINE_TABLE *rsa_table = NULL;
|
H A D | tb_dsa.c | 15 static ENGINE_TABLE *dsa_table = NULL;
|
H A D | tb_rand.c | 15 static ENGINE_TABLE *rand_table = NULL;
|
H A D | tb_eckey.c | 15 static ENGINE_TABLE *dh_table = NULL;
|
H A D | tb_digest.c | 15 static ENGINE_TABLE *digest_table = NULL;
|
H A D | tb_cipher.c | 15 static ENGINE_TABLE *cipher_table = NULL;
|
H A D | tb_pkmeth.c | 16 static ENGINE_TABLE *pkey_meth_table = NULL;
|
H A D | tb_asnmth.c | 26 static ENGINE_TABLE *pkey_asn1_meth_table = NULL;
|
/openssl/test/ |
H A D | trace_api_test.c | 36 CASE(ENGINE_TABLE); in test_trace_categories()
|
/openssl/crypto/ |
H A D | trace.c | 130 TRACE_CATEGORY_(ENGINE_TABLE),
|
/openssl/doc/man7/ |
H A D | openssl-env.pod | 89 =item B<ENGINE_TABLE>
|
/openssl/util/ |
H A D | indent.pro | 223 -T ENGINE_TABLE
|
/openssl/ |
H A D | CHANGES.md | 14182 'ENGINE_TABLE' mechanism that underlies the new code. Similarly,
|
Completed in 96 milliseconds