Home
last modified time | relevance | path

Searched refs:ENGINE_PILE (Results 1 – 3 of 3) sorted by relevance

/crypto/engine/
A Deng_table.c32 LHASH_OF(ENGINE_PILE) piles;
55 static unsigned long engine_pile_hash(const ENGINE_PILE *c) in engine_pile_hash()
60 static int engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b) in engine_pile_cmp()
67 LHASH_OF(ENGINE_PILE) *lh; in int_table_check()
88 ENGINE_PILE tmplate, *fnd; in engine_table_register()
151 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e) in int_unregister_cb()
165 IMPLEMENT_LHASH_DOALL_ARG(ENGINE_PILE, ENGINE);
177 static void int_cleanup_cb_doall(ENGINE_PILE *p) in int_cleanup_cb_doall()
204 ENGINE_PILE tmplate, *fnd = NULL; in ossl_engine_table_select()
301 static void int_dall(const ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall) in int_dall()
[all …]
A Deng_local.h157 typedef struct st_engine_pile ENGINE_PILE; typedef
159 DEFINE_LHASH_OF_EX(ENGINE_PILE);
A DREADME.md136 to a potentially NULL "ENGINE_PILE". An ENGINE_PILE is essentially a list of
164 or will have a single ENGINE_PILE hashed to by the 'nid' 1 and that pile
168 cleanup works with the ENGINE_PILE doing all this caching nonsense (ie. when the
170 ENGINE_PILE code may still have references and thus those ENGINEs will stay

Completed in 20 milliseconds