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

/freebsd-10.2-release/crypto/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),
/freebsd-10.2-release/crypto/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)
/freebsd-10.2-release/crypto/openssl/crypto/stack/
H A Dsafestack.h2465 # define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name)
2466 # define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst)
2467 # define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst)
2468 # define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst)
2469 # define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn)
2471 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg)
2472 # define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh)
2473 # define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh)
2474 # define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh)
2476 LHM_lh_node_stats_bio(OBJ_NAME,l
[all...]
/freebsd-10.2-release/crypto/openssl/apps/
H A Denc.c84 static void show_ciphers(const OBJ_NAME *name, void *bio_)

Completed in 193 milliseconds