Searched refs:lh_strhash (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/include/openssl/
H A Dlhash.h183 /* lh_strhash is the default hash function which processes NUL-terminated
185 OPENSSL_EXPORT uint32_t lh_strhash(const char *c);
/external/boringssl/src/include/openssl/
H A Dlhash.h183 /* lh_strhash is the default hash function which processes NUL-terminated
185 OPENSSL_EXPORT uint32_t lh_strhash(const char *c);
/external/boringssl/src/crypto/lhash/
H A Dlhash.c96 ret->hash = (lhash_hash_func) lh_strhash;
321 uint32_t lh_strhash(const char *c) { function
/external/boringssl/src/crypto/conf/
H A Dconf.c71 return (lh_strhash(v->section) << 2) ^ lh_strhash(v->name);
/external/boringssl/src/crypto/obj/
H A Dobj.c574 return lh_strhash(obj->sn);
582 return lh_strhash(obj->ln);

Completed in 606 milliseconds