Searched refs:lhash_hash_func (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | lhash.h | 125 typedef uint32_t (*lhash_hash_func)(const void *a); typedef 143 lhash_hash_func hash; 149 OPENSSL_EXPORT _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp);
|
D | lhash_macros.h | 22 CHECKED_CAST(lhash_hash_func, uint32_t (*)(const ASN1_OBJECT *), hash), \ 61 CHECKED_CAST(lhash_hash_func, uint32_t (*)(const CONF_VALUE *), hash), \ 98 CHECKED_CAST(lhash_hash_func, uint32_t (*)(const SSL_SESSION *), hash), \
|
/external/boringssl/src/crypto/lhash/ |
D | lhash.c | 73 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) { in lh_new() 96 ret->hash = (lhash_hash_func) lh_strhash; in lh_new()
|
D | make_macros.sh | 33 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), C…
|