Searched refs:OPENSSL_LH_strhash (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/crypto/openssl/crypto/property/
H A Ddefn_cache.c35 return OPENSSL_LH_strhash(a->prop);
H A Dproperty_string.c47 return OPENSSL_LH_strhash(a->s);
H A Dproperty.c194 return OPENSSL_LH_strhash(a->query);
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_api.c100 return (OPENSSL_LH_strhash(v->section) << 2) ^ OPENSSL_LH_strhash(v->name);
/freebsd-current/crypto/openssl/crypto/lhash/
H A Dlhash.c62 ret->hash = ((h == NULL) ? (OPENSSL_LH_HASHFUNC)OPENSSL_LH_strhash : h);
323 unsigned long OPENSSL_LH_strhash(const char *c) function
/freebsd-current/crypto/openssl/include/openssl/
H A Dlhash.h89 unsigned long OPENSSL_LH_strhash(const char *c);
114 # define lh_strhash OPENSSL_LH_strhash
/freebsd-current/crypto/openssl/crypto/store/
H A Dstore_register.c143 return OPENSSL_LH_strhash(v->scheme);
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobj_dat.c71 ret = OPENSSL_LH_strhash(a->sn);
74 ret = OPENSSL_LH_strhash(a->ln);
/freebsd-current/crypto/openssl/apps/
H A Dopenssl.c446 return OPENSSL_LH_strhash(a->name);
H A Dreq.c178 return OPENSSL_LH_strhash((const char *)a);
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c1428 return OPENSSL_LH_strhash(n);
1448 return OPENSSL_LH_strhash(a[DB_name]);

Completed in 196 milliseconds