Home
last modified time | relevance | path

Searched refs:hash_func (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/crypto/objects/
H A Do_names.c33 unsigned long (*hash_func) (const char *name); member
68 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *), in OBJ_NAME_new_index()
95 name_funcs->hash_func = ossl_lh_strcasehash; in OBJ_NAME_new_index()
107 if (hash_func != NULL) in OBJ_NAME_new_index()
108 name_funcs->hash_func = hash_func; in OBJ_NAME_new_index()
143 a->type)->hash_func(a->name); in obj_name_hash()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Ddeps15 hash_func.so hash_func.po $(OUTPRE)hash_func.$(OBJEXT): \
18 $(srcdir)/../mpool/mpool.h extern.h hash.h hash_func.c \
H A DMakefile.inc5 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
H A DMakefile.in3 STLIBOBJS= hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_fors.c53 return key->hash_func->PRF(ctx, pk_seed, sk_seed, sk_adrs, pk_out, pk_out_len); in slh_fors_sk_gen()
94 ret = key->hash_func->F(ctx, pk_seed, adrs, sk, n, node, node_len); in slh_fors_node()
105 if (!key->hash_func->H(ctx, pk_seed, adrs, lnode, rnode, node, node_len)) in slh_fors_node()
H A Dslh_dsa_key.h44 const SLH_HASH_FUNC *hash_func; member
H A Dslh_hash.h19 const SLH_HASH_FUNC *hashf = ctx->hash_func \
H A Dslh_xmss.c61 if (!key->hash_func->H(ctx, pk_seed, adrs, lnode, rnode, pk_out, pk_out_len)) in ossl_slh_xmss_node()
H A Dslh_dsa_key.c62 key->hash_func = ossl_slh_get_hash_fn(is_shake); in slh_dsa_key_hash_init()
/freebsd/lib/libc/db/hash/
H A DMakefile.inc3 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
/freebsd/krb5/plugins/kdb/db2/libdb2/hash/
H A DMakefile.inc16 hash_func.c \
/freebsd/lib/libc/iconv/
H A Dcitrus_iconv.c194 hash_func(const char *key) in hash_func() function
221 hashval = hash_func(convname); in get_shared()
H A Dcitrus_mapper.c291 hash_func(const char *key) in hash_func() function
326 hashval = hash_func(mapname); in _citrus_mapper_open()
/freebsd/lib/libc/db/test/hash.tests/
H A Ddriver2.c67 info.hash_func = my_hash;
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/
H A Ddriver2.c79 info.hash_func = my_hash;
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c610 int *hash_func) in dpp_parse_jws_prot_hdr() argument
657 *hash_func = CRYPTO_HASH_ALG_SHA256; in dpp_parse_jws_prot_hdr()
660 *hash_func = CRYPTO_HASH_ALG_SHA384; in dpp_parse_jws_prot_hdr()
663 *hash_func = CRYPTO_HASH_ALG_SHA512; in dpp_parse_jws_prot_hdr()
665 *hash_func = -1; in dpp_parse_jws_prot_hdr()
729 int res, hash_func = -1; in dpp_process_signed_connector() local
756 kid = dpp_parse_jws_prot_hdr(curve, prot_hdr, prot_hdr_len, &hash_func); in dpp_process_signed_connector()
817 if (hash_func == CRYPTO_HASH_ALG_SHA256) in dpp_process_signed_connector()
820 else if (hash_func == CRYPTO_HASH_ALG_SHA384) in dpp_process_signed_connector()
823 else if (hash_func == CRYPTO_HASH_ALG_SHA512) in dpp_process_signed_connector()
/freebsd/sys/contrib/ena-com/
H A Dena_com.c1146 return ena_dev->rss.hash_func; in ena_com_get_current_hash_function()
2863 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2865 rss->hash_func); in ena_com_set_hash_function()
2876 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()
2895 rss->hash_func, ret); in ena_com_set_hash_function()
2941 old_func = rss->hash_func; in ena_com_fill_hash_function()
2942 rss->hash_func = func; in ena_com_fill_hash_function()
2947 rss->hash_func = old_func; in ena_com_fill_hash_function()
2970 rss->hash_func = ENA_FFS(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()
2971 if (rss->hash_func) in ena_com_get_hash_function()
[all …]
H A Dena_com.h354 enum ena_admin_hash_functions hash_func; member
/freebsd/crypto/openssl/include/openssl/
H A Dobjects.h53 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c412 uint32_t hash_func = 0, hash_types = 0; in hn_rndis_query_rsscaps() local
502 hash_func = 1 << (hash_fnidx - 1); /* ffs is 1-based */ in hn_rndis_query_rsscaps()
520 sc->hn_rss_hcap = hash_func | hash_types; in hn_rndis_query_rsscaps()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h334 uint16_t hash_func; member
H A Dif_vmx.c1169 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c274 .hash_func = rule_hash, in rte_lpm6_create()
/freebsd/sys/dev/ena/
H A Dena_datapath.c360 if (adapter->ena_dev->rss.hash_func != ENA_ADMIN_TOEPLITZ && in ena_rx_hash_mbuf()