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( \
60 ((LHASH_OF(CONF_VALUE) *)lh_new( \
97 ((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/
Dmake_macros.sh33 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), C…
Dlhash_test.c125 lh = lh_new(NULL, NULL); in main()
Dlhash.c72 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new() function