Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_table.c72 } ENGINE_PILE; typedef
94 static unsigned long engine_pile_hash(const ENGINE_PILE *c) in engine_pile_hash()
99 static int engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b) in engine_pile_cmp()
104 static IMPLEMENT_LHASH_HASH_FN(engine_pile_hash, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN() argument
105 static IMPLEMENT_LHASH_COMP_FN(engine_pile_cmp, const ENGINE_PILE *) in IMPLEMENT_LHASH_HASH_FN()
129 ENGINE_PILE tmplate, *fnd; in engine_table_register()
142 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE)); in engine_table_register()
183 static void int_unregister_cb(ENGINE_PILE *pile, ENGINE *e) in int_unregister_cb()
197 static IMPLEMENT_LHASH_DOALL_ARG_FN(int_unregister_cb, ENGINE_PILE *, in IMPLEMENT_LHASH_DOALL_ARG_FN() argument
208 static void int_cleanup_cb(ENGINE_PILE *p) in int_cleanup_cb()
[all …]
DREADME136 to a potentially NULL "ENGINE_PILE". An ENGINE_PILE is essentially a list of
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
/freebsd-9-stable/crypto/openssl/util/
Dindent.pro247 -T ENGINE_PILE