Searched refs:ADDED_OBJ (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.c95 } ADDED_OBJ; typedef in typeref:struct:added_obj_st
112 /* static unsigned long add_hash(ADDED_OBJ *ca) */
119 const ADDED_OBJ *ca = (const ADDED_OBJ *)ca_void;
148 /* static int add_cmp(ADDED_OBJ *ca, ADDED_OBJ *cb) */
153 const ADDED_OBJ *ca = (const ADDED_OBJ *)ca_void;
154 const ADDED_OBJ *cb = (const ADDED_OBJ *)cb_voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.c96 } ADDED_OBJ; typedef in typeref:struct:added_obj_st
97 DECLARE_LHASH_OF(ADDED_OBJ); variable
100 static LHASH_OF(ADDED_OBJ) *added = NULL;
116 static unsigned long added_obj_hash(const ADDED_OBJ *ca)
149 static IMPLEMENT_LHASH_HASH_FN(added_obj, ADDED_OBJ)
151 static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb)
189 static IMPLEMENT_LHASH_COMP_FN(added_obj, ADDED_OBJ)
199 static void cleanup1_doall(ADDED_OBJ *a)
206 static void cleanup2_doall(ADDED_OBJ *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_dat.c96 } ADDED_OBJ; typedef in typeref:struct:added_obj_st
97 DECLARE_LHASH_OF(ADDED_OBJ); variable
100 static LHASH_OF(ADDED_OBJ) *added = NULL;
116 static unsigned long added_obj_hash(const ADDED_OBJ *ca)
149 static IMPLEMENT_LHASH_HASH_FN(added_obj, ADDED_OBJ)
151 static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb)
189 static IMPLEMENT_LHASH_COMP_FN(added_obj, ADDED_OBJ)
199 static void cleanup1_doall(ADDED_OBJ *a)
206 static void cleanup2_doall(ADDED_OBJ *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h2448 # define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
2449 # define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2450 # define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2451 # define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2455 # define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
2456 # define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
2457 # define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
2459 LHM_lh_node_stats_bio(ADDED_OBJ,l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h2448 # define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
2449 # define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2450 # define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2451 # define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2454 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2455 # define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
2456 # define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
2457 # define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
2459 LHM_lh_node_stats_bio(ADDED_OBJ,l
[all...]

Completed in 209 milliseconds