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

/external/openssl/crypto/lhash/
H A Dlh_test.c70 conf=lh_new(lh_strhash,strcmp);
H A Dlhash.c126 ret->hash=((h == NULL)?(LHASH_HASH_FN_TYPE)lh_strhash:h);
443 unsigned long lh_strhash(const char *c) function
H A Dlhash.h182 unsigned long lh_strhash(const char *c);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dlhash.h185 /* lh_strhash is the default hash function which processes NUL-terminated
187 OPENSSL_EXPORT uint32_t lh_strhash(const char *c);
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash.c94 ret->hash = (lhash_hash_func) lh_strhash;
319 uint32_t lh_strhash(const char *c) { function
/external/openssl/crypto/conf/
H A Dconf_api.c184 return (lh_strhash(v->section)<<2)^lh_strhash(v->name);
/external/openssl/crypto/objects/
H A Do_names.c93 name_funcs->hash_func = lh_strhash;
149 ret=lh_strhash(a->name);
H A Dobj_dat.c130 ret=lh_strhash(a->sn);
133 ret=lh_strhash(a->ln);
/external/openssl/include/openssl/
H A Dlhash.h182 unsigned long lh_strhash(const char *c);
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c71 return (lh_strhash(v->section) << 2) ^ lh_strhash(v->name);
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj.c578 return lh_strhash(obj->sn);
586 return lh_strhash(obj->ln);
/external/openssl/apps/
H A Dopenssl.c709 return lh_strhash(a->name);
H A Dapps.c1564 return(lh_strhash(n));
1580 { return(lh_strhash(a[DB_name])); }

Completed in 204 milliseconds