HomeSort by relevance Sort by last modified time
    Searched refs:ENGINE_TABLE (Results 1 - 13 of 13) sorted by null

  /external/openssl/crypto/engine/
eng_int.h 118 * as a (ENGINE_TABLE *) pointer value set initially to NULL. */
119 typedef struct st_engine_table ENGINE_TABLE;
120 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
122 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e);
123 void engine_table_cleanup(ENGINE_TABLE **table);
125 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid);
127 ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, int l);
131 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb, void *arg);
eng_table.c 79 }; /* ENGINE_TABLE */
116 static int int_table_check(ENGINE_TABLE **t, int create)
124 *t = (ENGINE_TABLE *)lh;
130 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
206 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
225 void engine_table_cleanup(ENGINE_TABLE **table)
240 ENGINE *engine_table_select(ENGINE_TABLE **table, int nid)
242 ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, int l)
343 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb,
tb_dh.c 62 static ENGINE_TABLE *dh_table = NULL;
tb_dsa.c 62 static ENGINE_TABLE *dsa_table = NULL;
tb_ecdh.c 77 static ENGINE_TABLE *ecdh_table = NULL;
tb_ecdsa.c 62 static ENGINE_TABLE *ecdsa_table = NULL;
tb_rand.c 62 static ENGINE_TABLE *rand_table = NULL;
tb_rsa.c 62 static ENGINE_TABLE *rsa_table = NULL;
tb_store.c 62 static ENGINE_TABLE *store_table = NULL;
tb_cipher.c 62 static ENGINE_TABLE *cipher_table = NULL;
tb_digest.c 62 static ENGINE_TABLE *digest_table = NULL;
tb_pkmeth.c 63 static ENGINE_TABLE *pkey_meth_table = NULL;
tb_asnmth.c 65 static ENGINE_TABLE *pkey_asn1_meth_table = NULL;

Completed in 92 milliseconds