Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v4.19/tools/bpf/bpftool/
Dmain.c353 hash_init(prog_table.table); in main()
354 hash_init(map_table.table); in main()
/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c549 static int hash_init(struct ahash_request *req) in hash_init() function
1361 return hash_init(req); in ahash_sha1_init()
1374 return hash_init(req); in ahash_sha256_init()
1427 return hash_init(req); in hmac_sha1_init()
1440 return hash_init(req); in hmac_sha256_init()
1517 .init = hash_init,
1540 .init = hash_init,
1563 .init = hash_init,
1587 .init = hash_init,
/Linux-v4.19/tools/objtool/
Delf.c168 hash_init(sec->rela_hash); in read_sections()
169 hash_init(sec->symbol_hash); in read_sections()
471 hash_init(sec->rela_hash); in elf_create_section()
472 hash_init(sec->symbol_hash); in elf_create_section()
/Linux-v4.19/tools/include/linux/
Dhashtable.h49 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
/Linux-v4.19/drivers/crypto/
Dn2_core.c250 const u32 *hash_init; member
621 memcpy(&rctx->u, n2alg->hash_init, n2alg->hw_op_hashsz); in n2_hash_async_digest()
651 memcpy(&rctx->u, n2alg->derived.hash_init, in n2_hmac_async_digest()
1286 const u32 *hash_init; member
1315 .hash_init = md5_init,
1323 .hash_init = sha1_init,
1331 .hash_init = sha256_init,
1339 .hash_init = sha224_init,
1468 p->hash_init = tmpl->hash_init; in __n2_register_one_ahash()
/Linux-v4.19/net/rxrpc/
Dnet_ns.c85 hash_init(rxnet->peer_hash); in rxrpc_init_net()
/Linux-v4.19/include/linux/
Dhashtable.h52 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmetadata.c396 hash_init(priv->mask_table); in nfp_flower_metadata_init()
397 hash_init(priv->flow_table); in nfp_flower_metadata_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dvxlan.c205 hash_init(vxlan->htable); in mlx5_vxlan_create()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c53 hash_init(sync->fences); in amdgpu_sync_create()
/Linux-v4.19/fs/btrfs/
Dprops.c46 hash_init(prop_handlers_ht); in btrfs_props_init()
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c2355 hash_init(ofdpa->flow_tbl); in ofdpa_init()
2358 hash_init(ofdpa->group_tbl); in ofdpa_init()
2361 hash_init(ofdpa->fdb_tbl); in ofdpa_init()
2364 hash_init(ofdpa->internal_vlan_tbl); in ofdpa_init()
2367 hash_init(ofdpa->neigh_tbl); in ofdpa_init()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c412 hash_init(ipsec->sadb_rx); in mlx5e_ipsec_init()
/Linux-v4.19/net/mac802154/
Dllsec.c44 hash_init(sec->devices_short); in mac802154_llsec_init()
45 hash_init(sec->devices_hw); in mac802154_llsec_init()
/Linux-v4.19/lib/842/
D842_compress.c123 hash_init((p)->htable##b); \
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_userptr.c846 hash_init(dev_priv->mm_structs); in i915_gem_init_userptr()
Di915_cmd_parser.c819 hash_init(engine->cmd_hash); in init_hash_table()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c999 hash_init(ipsec->rx_sa_list); in ixgbe_init_ipsec_offload()
/Linux-v4.19/block/
Delevator.c186 hash_init(eq->hash); in elevator_alloc()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c834 hash_init(cdev->connections); in qed_fcoe_start()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.c1731 hash_init(esw->offloads.encap_tbl); in mlx5_eswitch_init()
1732 hash_init(esw->offloads.mod_hdr_tbl); in mlx5_eswitch_init()
Den_tc.c3003 hash_init(tc->mod_hdr_tbl); in mlx5e_tc_nic_init()
3004 hash_init(tc->hairpin_tbl); in mlx5e_tc_nic_init()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c81 hash_init(htt->rx_ring.skb_table); in ath10k_htt_rx_ring_free()
620 hash_init(htt->rx_ring.skb_table); in ath10k_htt_rx_alloc()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_device.c1322 hash_init(rdev->mn_hash); in radeon_device_init()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c2592 hash_init(card->ip_htable); in qeth_l3_probe_device()
2593 hash_init(card->ip_mc_htable); in qeth_l3_probe_device()

12