Searched refs:ENGINE_PILE (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/engine/ |
D | eng_table.c | 71 } ENGINE_PILE; typedef 73 DECLARE_LHASH_OF(ENGINE_PILE); 78 LHASH_OF(ENGINE_PILE) piles; 104 static unsigned long engine_pile_hash(const ENGINE_PILE *c) in engine_pile_hash() 109 static int engine_pile_cmp(const ENGINE_PILE *a, const ENGINE_PILE *b) in engine_pile_cmp() 113 static IMPLEMENT_LHASH_HASH_FN(engine_pile, ENGINE_PILE) in IMPLEMENT_LHASH_HASH_FN() argument 114 static IMPLEMENT_LHASH_COMP_FN(engine_pile, ENGINE_PILE) in IMPLEMENT_LHASH_HASH_FN() 118 LHASH_OF(ENGINE_PILE) *lh; in IMPLEMENT_LHASH_HASH_FN() 134 ENGINE_PILE tmplate, *fnd; in engine_table_register() 149 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE)); in engine_table_register() [all …]
|
D | README | 136 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
|
/external/openssl/include/openssl/ |
D | safestack.h | 2393 #define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile) 2394 #define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst) 2395 #define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst) 2396 #define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst) 2397 #define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn) 2399 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg) 2400 #define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh) 2401 #define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh) 2402 #define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh) 2404 LHM_lh_node_stats_bio(ENGINE_PILE,lh,out) [all …]
|
/external/openssl/crypto/stack/ |
D | safestack.h | 2393 #define lh_ENGINE_PILE_new() LHM_lh_new(ENGINE_PILE,engine_pile) 2394 #define lh_ENGINE_PILE_insert(lh,inst) LHM_lh_insert(ENGINE_PILE,lh,inst) 2395 #define lh_ENGINE_PILE_retrieve(lh,inst) LHM_lh_retrieve(ENGINE_PILE,lh,inst) 2396 #define lh_ENGINE_PILE_delete(lh,inst) LHM_lh_delete(ENGINE_PILE,lh,inst) 2397 #define lh_ENGINE_PILE_doall(lh,fn) LHM_lh_doall(ENGINE_PILE,lh,fn) 2399 LHM_lh_doall_arg(ENGINE_PILE,lh,fn,arg_type,arg) 2400 #define lh_ENGINE_PILE_error(lh) LHM_lh_error(ENGINE_PILE,lh) 2401 #define lh_ENGINE_PILE_num_items(lh) LHM_lh_num_items(ENGINE_PILE,lh) 2402 #define lh_ENGINE_PILE_down_load(lh) LHM_lh_down_load(ENGINE_PILE,lh) 2404 LHM_lh_node_stats_bio(ENGINE_PILE,lh,out) [all …]
|