Symbol: hash_func
crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/driver2.c
79
info.hash_func = my_hash;
crypto/openssl/crypto/objects/o_names.c
107
if (hash_func != NULL)
crypto/openssl/crypto/objects/o_names.c
108
name_funcs->hash_func = hash_func;
crypto/openssl/crypto/objects/o_names.c
144
->hash_func(a->name);
crypto/openssl/crypto/objects/o_names.c
33
unsigned long (*hash_func)(const char *name);
crypto/openssl/crypto/objects/o_names.c
68
int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
crypto/openssl/crypto/objects/o_names.c
95
name_funcs->hash_func = ossl_lh_strcasehash;
crypto/openssl/crypto/slh_dsa/slh_dsa_key.c
62
key->hash_func = ossl_slh_get_hash_fn(is_shake);
crypto/openssl/crypto/slh_dsa/slh_dsa_key.h
44
const SLH_HASH_FUNC *hash_func;
crypto/openssl/crypto/slh_dsa/slh_fors.c
105
if (!key->hash_func->H(ctx, pk_seed, adrs, lnode, rnode, node, node_len))
crypto/openssl/crypto/slh_dsa/slh_fors.c
53
return key->hash_func->PRF(ctx, pk_seed, sk_seed, sk_adrs, pk_out, pk_out_len);
crypto/openssl/crypto/slh_dsa/slh_fors.c
94
ret = key->hash_func->F(ctx, pk_seed, adrs, sk, n, node, node_len);
crypto/openssl/crypto/slh_dsa/slh_hash.h
19
const SLH_HASH_FUNC *hashf = ctx->hash_func
crypto/openssl/crypto/slh_dsa/slh_xmss.c
61
if (!key->hash_func->H(ctx, pk_seed, adrs, lnode, rnode, pk_out, pk_out_len))
crypto/openssl/include/openssl/objects.h
52
int OBJ_NAME_new_index(unsigned long (*hash_func)(const char *),
lib/libc/db/test/hash.tests/driver2.c
67
info.hash_func = my_hash;
lib/libc/iconv/citrus_iconv.c
221
hashval = hash_func(convname);
lib/libc/iconv/citrus_mapper.c
326
hashval = hash_func(mapname);
sys/dev/ena/ena_datapath.c
357
if (adapter->ena_dev->rss.hash_func != ENA_ADMIN_TOEPLITZ &&
sys/dev/hyperv/netvsc/hn_rndis.c
412
uint32_t hash_func = 0, hash_types = 0;
sys/dev/hyperv/netvsc/hn_rndis.c
502
hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */
sys/dev/hyperv/netvsc/hn_rndis.c
520
sc->hn_rss_hcap = hash_func | hash_types;
sys/dev/vmware/vmxnet3/if_vmx.c
1155
rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ;
sys/dev/vmware/vmxnet3/if_vmxreg.h
334
uint16_t hash_func;