Searched refs:OBJ_NAME (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Do_names.c27 DECLARE_LHASH_OF(OBJ_NAME); variable
28 static LHASH_OF(OBJ_NAME) *names_lh = NULL;
48 /* static unsigned long obj_name_hash(OBJ_NAME *a); */
50 /* static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); */
53 static IMPLEMENT_LHASH_HASH_FN(obj_name, OBJ_NAME)
54 static IMPLEMENT_LHASH_COMP_FN(obj_name, OBJ_NAME)
113 /* static int obj_name_cmp(OBJ_NAME *a, OBJ_NAME *b) */
117 const OBJ_NAME *
[all...]
H A Dobjects.h989 } OBJ_NAME; typedef in typeref:struct:obj_name_st
1001 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
1004 void (*fn) (const OBJ_NAME *, void *arg),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Do_names.c27 DECLARE_LHASH_OF(OBJ_NAME); variable
28 static LHASH_OF(OBJ_NAME) *names_lh = NULL;
48 /* static unsigned long obj_name_hash(OBJ_NAME *a); */
50 /* static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); */
53 static IMPLEMENT_LHASH_HASH_FN(obj_name, OBJ_NAME)
54 static IMPLEMENT_LHASH_COMP_FN(obj_name, OBJ_NAME)
113 /* static int obj_name_cmp(OBJ_NAME *a, OBJ_NAME *b) */
117 const OBJ_NAME *
[all...]
H A Dobjects.h989 } OBJ_NAME; typedef in typeref:struct:obj_name_st
1001 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
1004 void (*fn) (const OBJ_NAME *, void *arg),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Do_names.c44 /* static unsigned long obj_name_hash(OBJ_NAME *a); */
46 /* static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); */
110 /* static int obj_name_cmp(OBJ_NAME *a, OBJ_NAME *b) */
114 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
115 const OBJ_NAME *b = (const OBJ_NAME *)b_void;
132 /* static unsigned long obj_name_hash(OBJ_NAME *
[all...]
H A Dobjects.h985 } OBJ_NAME; typedef in typeref:struct:obj_name_st
998 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),
1000 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dnames.c153 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg)
188 static void do_all_md_fn(const OBJ_NAME *nm, void *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dnames.c153 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg)
188 static void do_all_md_fn(const OBJ_NAME *nm, void *arg)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dobjects.h985 } OBJ_NAME; typedef in typeref:struct:obj_name_st
998 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),
1000 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Denc.c81 static void show_ciphers(const OBJ_NAME *name,void *bio_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Denc.c84 static void show_ciphers(const OBJ_NAME *name, void *bio_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Denc.c84 static void show_ciphers(const OBJ_NAME *name, void *bio_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h2601 # define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2602 # define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2603 # define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2604 # define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
2605 # define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2607 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2608 # define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2609 # define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2610 # define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2612 LHM_lh_node_stats_bio(OBJ_NAME,l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h2601 # define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2602 # define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2603 # define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2604 # define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
2605 # define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2607 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2608 # define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2609 # define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2610 # define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2612 LHM_lh_node_stats_bio(OBJ_NAME,l
[all...]

Completed in 254 milliseconds