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

/freebsd-9.3-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,
H A Deng_table.c77 }; /* ENGINE_TABLE */
106 static int int_table_check(ENGINE_TABLE **t, int create)
116 *t = (ENGINE_TABLE *)lh;
124 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
199 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
217 void engine_table_cleanup(ENGINE_TABLE **table)
230 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
232 ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f,
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_dh.c64 static ENGINE_TABLE *dh_table = NULL;
H A Dtb_store.c64 static ENGINE_TABLE *store_table = NULL;
H A Dtb_digest.c64 static ENGINE_TABLE *digest_table = NULL;
H A Dtb_cipher.c64 static ENGINE_TABLE *cipher_table = NULL;

Completed in 60 milliseconds