Home
last modified time | relevance | path

Searched refs:OBJ_NAME (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/crypto/objects/
H A Do_names.c16 DECLARE_LHASH_OF(OBJ_NAME);
97 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp()
98 const OBJ_NAME *b = (const OBJ_NAME *)b_void; in obj_name_cmp()
117 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash()
133 OBJ_NAME on, *ret; in OBJ_NAME_get()
164 OBJ_NAME *onp, *ret; in OBJ_NAME_add()
173 onp = malloc(sizeof(OBJ_NAME)); in OBJ_NAME_add()
210 OBJ_NAME on, *ret; in OBJ_NAME_remove()
268 const OBJ_NAME **names;
285 const OBJ_NAME * const *n1 = n1_; in do_all_sorted_cmp()
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Dnames.c162 do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn()
208 do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
/dragonfly/crypto/libressl/include/openssl/
H A Dobjects.h984 } OBJ_NAME; typedef
997 void OBJ_NAME_do_all(int type, void (*fn)(const OBJ_NAME *, void *arg),
999 void OBJ_NAME_do_all_sorted(int type, void (*fn)(const OBJ_NAME *, void *arg),
H A Dsafestack.h2178 #define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2179 #define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2182 #define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2184 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2185 #define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2186 #define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2187 #define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2189 LHM_lh_node_stats_bio(OBJ_NAME,lh,out)
2191 LHM_lh_node_usage_stats_bio(OBJ_NAME,lh,out)
2193 LHM_lh_stats_bio(OBJ_NAME,lh,out)
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dapps.h333 void show_cipher(const OBJ_NAME *name, void *arg);
H A Dapps.c2256 show_cipher(const OBJ_NAME *name, void *arg) in show_cipher()