/freebsd/crypto/openssl/crypto/objects/ |
H A D | o_names.c | 33 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 D | deps | 15 hash_func.so hash_func.po $(OUTPRE)hash_func.$(OBJEXT): \ 18 $(srcdir)/../mpool/mpool.h extern.h hash.h hash_func.c \
|
H A D | Makefile.inc | 5 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
|
H A D | Makefile.in | 3 STLIBOBJS= hash.o hash_bigkey.o hash_debug.o hash_func.o hash_log2.o \
|
/freebsd/crypto/openssl/crypto/slh_dsa/ |
H A D | slh_fors.c | 53 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 D | slh_dsa_key.h | 44 const SLH_HASH_FUNC *hash_func; member
|
H A D | slh_hash.h | 19 const SLH_HASH_FUNC *hashf = ctx->hash_func \
|
H A D | slh_xmss.c | 61 if (!key->hash_func->H(ctx, pk_seed, adrs, lnode, rnode, pk_out, pk_out_len)) in ossl_slh_xmss_node()
|
H A D | slh_dsa_key.c | 62 key->hash_func = ossl_slh_get_hash_fn(is_shake); in slh_dsa_key_hash_init()
|
/freebsd/lib/libc/db/hash/ |
H A D | Makefile.inc | 3 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
|
/freebsd/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | Makefile.inc | 16 hash_func.c \
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_iconv.c | 194 hash_func(const char *key) in hash_func() function 221 hashval = hash_func(convname); in get_shared()
|
H A D | citrus_mapper.c | 291 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 D | driver2.c | 67 info.hash_func = my_hash;
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
H A D | driver2.c | 79 info.hash_func = my_hash;
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 610 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 D | ena_com.c | 1146 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 D | ena_com.h | 354 enum ena_admin_hash_functions hash_func; member
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | objects.h | 53 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | hn_rndis.c | 412 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 D | if_vmxreg.h | 334 uint16_t hash_func; member
|
H A D | if_vmx.c | 1169 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_lpm6.c | 274 .hash_func = rule_hash, in rte_lpm6_create()
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 360 if (adapter->ena_dev->rss.hash_func != ENA_ADMIN_TOEPLITZ && in ena_rx_hash_mbuf()
|