Searched refs:ENGINE_TABLE (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_int.h126 * it as a (ENGINE_TABLE *) pointer value set initially to NULL.
128 typedef struct st_engine_table ENGINE_TABLE; typedef in typeref:struct:st_engine_table
129 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
132 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
133 void engine_table_cleanup(ENGINE_TABLE **table);
135 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid);
137 ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f,
143 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
H A Deng_table.c79 }; /* ENGINE_TABLE */
114 static int int_table_check(ENGINE_TABLE **t, int create)
124 *t = (ENGINE_TABLE *)lh;
132 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
207 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
227 void engine_table_cleanup(ENGINE_TABLE **table)
241 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
243 ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f,
348 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
H A Dtb_dh.c64 static ENGINE_TABLE *dh_table = NULL;
H A Dtb_ecdh.c79 static ENGINE_TABLE *ecdh_table = NULL;
H A Dtb_rand.c64 static ENGINE_TABLE *rand_table = NULL;
H A Dtb_rsa.c64 static ENGINE_TABLE *rsa_table = NULL;
H A Dtb_dsa.c64 static ENGINE_TABLE *dsa_table = NULL;
H A Dtb_ecdsa.c64 static ENGINE_TABLE *ecdsa_table = NULL;
H A Dtb_store.c64 static ENGINE_TABLE *store_table = NULL;
H A Dtb_cipher.c64 static ENGINE_TABLE *cipher_table = NULL;
H A Dtb_digest.c64 static ENGINE_TABLE *digest_table = NULL;
H A Dtb_pkmeth.c65 static ENGINE_TABLE *pkey_meth_table = NULL;
H A Dtb_asnmth.c67 static ENGINE_TABLE *pkey_asn1_meth_table = NULL;

Completed in 286 milliseconds