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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/objects/
H A Do_names.c25 DECLARE_LHASH_OF(OBJ_NAME); variable
26 static LHASH_OF(OBJ_NAME) *names_lh=NULL;
45 /* static unsigned long obj_name_hash(OBJ_NAME *a); */
47 /* static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); */
50 static IMPLEMENT_LHASH_HASH_FN(obj_name, OBJ_NAME)
51 static IMPLEMENT_LHASH_COMP_FN(obj_name, OBJ_NAME)
114 /* static int obj_name_cmp(OBJ_NAME *a, OBJ_NAME *b) */
118 const 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),
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dnames.c142 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg)
176 static void do_all_md_fn(const OBJ_NAME *nm, void *arg)
/barrelfish-2018-10-04/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),
H A Dsafestack.h2502 #define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2503 #define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2504 #define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2505 #define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
2506 #define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2508 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2509 #define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2510 #define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2511 #define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2513 LHM_lh_node_stats_bio(OBJ_NAME,l
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/stack/
H A Dsafestack.h2502 #define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2503 #define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2504 #define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2505 #define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
2506 #define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2508 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2509 #define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2510 #define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2511 #define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2513 LHM_lh_node_stats_bio(OBJ_NAME,l
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Denc.c82 static void show_ciphers(const OBJ_NAME *name,void *bio_)

Completed in 100 milliseconds