Searched refs:hash_func (Results 1 – 14 of 14) sorted by relevance
33 unsigned long (*hash_func) (const char *name); member68 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *), in OBJ_NAME_new_index()96 name_funcs->hash_func = ossl_lh_strcasehash; in OBJ_NAME_new_index()108 if (hash_func != NULL) in OBJ_NAME_new_index()109 name_funcs->hash_func = hash_func; in OBJ_NAME_new_index()144 a->type)->hash_func(a->name); in obj_name_hash()
3 SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \
194 hash_func(const char *key) in hash_func() function221 hashval = hash_func(convname); in get_shared()
291 hash_func(const char *key) in hash_func() function326 hashval = hash_func(mapname); in _citrus_mapper_open()
67 info.hash_func = my_hash;
610 int *hash_func) in dpp_parse_jws_prot_hdr() argument657 *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() local756 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()
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 …]
354 enum ena_admin_hash_functions hash_func; member
53 int OBJ_NAME_new_index(unsigned long (*hash_func) (const char *),
412 uint32_t hash_func = 0, hash_types = 0; in hn_rndis_query_rsscaps() local502 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()
334 uint16_t hash_func; member
1169 rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ; in vmxnet3_reinit_rss_shared_data()
274 .hash_func = rule_hash, in rte_lpm6_create()
360 if (adapter->ena_dev->rss.hash_func != ENA_ADMIN_TOEPLITZ && in ena_rx_hash_mbuf()