HomeSort by relevance Sort by last modified time
    Searched refs:lhash_hash_func (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
lhash.h 123 /* lhash_hash_func is a function that maps an object to a uniformly distributed
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);
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/
make_macros.sh 33 ((LHASH_OF(${type})*) lh_new(CHECKED_CAST(lhash_hash_func, uint32_t (*) (const ${type} *), hash), CHECKED_CAST(lhash_cmp_func, int (*) (const ${type} *a, const ${type} *b), comp)))
lhash.c 73 _LHASH *lh_new(lhash_hash_func hash, lhash_cmp_func comp) {
96 ret->hash = (lhash_hash_func) lh_strhash;

Completed in 229 milliseconds