Searched refs:OBJ_NAME (Results 1 – 9 of 9) sorted by relevance
/external/openssl/crypto/objects/ |
D | o_names.c | 25 DECLARE_LHASH_OF(OBJ_NAME); 26 static LHASH_OF(OBJ_NAME) *names_lh=NULL; 50 static IMPLEMENT_LHASH_HASH_FN(obj_name, OBJ_NAME) in IMPLEMENT_LHASH_HASH_FN() argument 51 static IMPLEMENT_LHASH_COMP_FN(obj_name, OBJ_NAME) in IMPLEMENT_LHASH_HASH_FN() 118 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_cmp() 119 const OBJ_NAME *b = (const OBJ_NAME *)b_void; in obj_name_cmp() 140 const OBJ_NAME *a = (const OBJ_NAME *)a_void; in obj_name_hash() 157 OBJ_NAME on,*ret; in OBJ_NAME_get() 187 OBJ_NAME *onp,*ret; in OBJ_NAME_add() 195 onp=(OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME)); in OBJ_NAME_add() [all …]
|
D | objects.h | 985 } OBJ_NAME; typedef 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),
|
/external/qemu/android/build/ |
D | mkdeps.sh | 40 OBJ_NAME=`basename $OBJECT` 48 cat $2 | sed -e s%^$OBJ_NAME%$OBJECT%g > $3 && rm -f $2
|
/external/openssl/crypto/evp/ |
D | names.c | 142 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() 176 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn()
|
/external/openssl/include/openssl/ |
D | objects.h | 985 } OBJ_NAME; typedef 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),
|
D | safestack.h | 2501 #define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name) 2502 #define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst) 2503 #define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst) 2504 #define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst) 2505 #define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn) 2507 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg) 2508 #define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh) 2509 #define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh) 2510 #define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh) 2512 LHM_lh_node_stats_bio(OBJ_NAME,lh,out) [all …]
|
/external/openssl/crypto/stack/ |
D | safestack.h | 2501 #define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name) 2502 #define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst) 2503 #define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst) 2504 #define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst) 2505 #define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn) 2507 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg) 2508 #define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh) 2509 #define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh) 2510 #define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh) 2512 LHM_lh_node_stats_bio(OBJ_NAME,lh,out) [all …]
|
/external/openssl/apps/ |
D | enc.c | 82 static void show_ciphers(const OBJ_NAME *name,void *bio_) in show_ciphers()
|
/external/openssl/crypto/engine/ |
D | README | 49 into ENGINE is storage - the OBJ_NAME-based storage used by EVP to register
|