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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Deng_int.h118 * as a (ENGINE_TABLE *) pointer value set initially to NULL. */
119 typedef struct st_engine_table ENGINE_TABLE; typedef in typeref:struct:st_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);
H A Deng_table.c79 }; /* 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,
H A Dtb_dh.c62 static ENGINE_TABLE *dh_table = NULL;
H A Dtb_dsa.c62 static ENGINE_TABLE *dsa_table = NULL;
H A Dtb_ecdh.c77 static ENGINE_TABLE *ecdh_table = NULL;
H A Dtb_ecdsa.c62 static ENGINE_TABLE *ecdsa_table = NULL;
H A Dtb_rand.c62 static ENGINE_TABLE *rand_table = NULL;
H A Dtb_rsa.c62 static ENGINE_TABLE *rsa_table = NULL;
H A Dtb_store.c62 static ENGINE_TABLE *store_table = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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_dsa.c64 static ENGINE_TABLE *dsa_table = NULL;
H A Dtb_ecdh.c79 static ENGINE_TABLE *ecdh_table = NULL;
H A Dtb_ecdsa.c64 static ENGINE_TABLE *ecdsa_table = NULL;
H A Dtb_rand.c64 static ENGINE_TABLE *rand_table = NULL;
H A Dtb_rsa.c64 static ENGINE_TABLE *rsa_table = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Deng_int.h118 * as a (ENGINE_TABLE *) pointer value set initially to NULL. */
119 typedef struct st_engine_table ENGINE_TABLE; typedef in typeref:struct:st_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);
H A Deng_table.c79 }; /* 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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/engine/
H A Deng_int.h118 * as a (ENGINE_TABLE *) pointer value set initially to NULL. */
119 typedef struct st_engine_table ENGINE_TABLE; typedef in typeref:struct:st_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);
H A Deng_table.c79 }; /* 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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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,

Completed in 213 milliseconds

1234