Home
last modified time | relevance | path

Searched refs:lh_new (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/include/openssl/
Dlhash_macros.h21 ((LHASH_OF(ASN1_OBJECT) *)lh_new( \
61 ((LHASH_OF(CONF_VALUE) *)lh_new( \
99 ((LHASH_OF(CRYPTO_BUFFER) *)lh_new( \
139 ((LHASH_OF(SSL_SESSION) *)lh_new( \
Dlhash.h148 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
/external/boringssl/src/crypto/lhash/
Dlhash_test.cc63 lh_new((lhash_hash_func)lh_strhash, (lhash_cmp_func)strcmp)); in TEST()
Dmake_macros.sh33 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), C…
Dlhash.c76 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new() function