OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lh_ASN1_OBJECT_new
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/obj/
obj.c
600
global_added_by_nid =
lh_ASN1_OBJECT_new
(hash_nid, cmp_nid);
601
global_added_by_data =
lh_ASN1_OBJECT_new
(hash_data, cmp_data);
602
global_added_by_short_name =
lh_ASN1_OBJECT_new
(hash_short_name, cmp_short_name);
603
global_added_by_long_name =
lh_ASN1_OBJECT_new
(hash_long_name, cmp_long_name);
/external/boringssl/src/include/openssl/
lhash_macros.h
20
#define
lh_ASN1_OBJECT_new
(hash, comp) \
Completed in 212 milliseconds