/Linux-v5.4/drivers/crypto/ux500/hash/ |
D | hash_core.c | 549 static int hash_init(struct ahash_request *req) in hash_init() function 1363 return hash_init(req); in ahash_sha1_init() 1376 return hash_init(req); in ahash_sha256_init() 1429 return hash_init(req); in hmac_sha1_init() 1442 return hash_init(req); in hmac_sha256_init() 1519 .init = hash_init, 1542 .init = hash_init, 1565 .init = hash_init, 1589 .init = hash_init,
|
/Linux-v5.4/tools/objtool/ |
D | elf.c | 158 hash_init(sec->rela_hash); in read_sections() 159 hash_init(sec->symbol_hash); in read_sections() 478 hash_init(sec->rela_hash); in elf_create_section() 479 hash_init(sec->symbol_hash); in elf_create_section()
|
/Linux-v5.4/tools/bpf/bpftool/ |
D | main.c | 370 hash_init(prog_table.table); in main() 371 hash_init(map_table.table); in main()
|
D | btf.c | 802 hash_init(btf_prog_table.table); in do_show() 803 hash_init(btf_map_table.table); in do_show()
|
/Linux-v5.4/tools/include/linux/ |
D | hashtable.h | 49 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
|
/Linux-v5.4/drivers/crypto/ |
D | n2_core.c | 251 const u32 *hash_init; member 620 memcpy(&rctx->u, n2alg->hash_init, n2alg->hw_op_hashsz); in n2_hash_async_digest() 650 memcpy(&rctx->u, n2alg->derived.hash_init, in n2_hmac_async_digest() 1278 const u32 *hash_init; member 1307 .hash_init = n2_md5_init, 1315 .hash_init = n2_sha1_init, 1323 .hash_init = n2_sha256_init, 1331 .hash_init = n2_sha224_init, 1460 p->hash_init = tmpl->hash_init; in __n2_register_one_ahash()
|
/Linux-v5.4/net/rxrpc/ |
D | net_ns.c | 81 hash_init(rxnet->peer_hash); in rxrpc_init_net()
|
/Linux-v5.4/include/linux/ |
D | hashtable.h | 52 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | vxlan.c | 207 hash_init(vxlan->htable); in mlx5_vxlan_create()
|
/Linux-v5.4/security/safesetid/ |
D | securityfs.c | 121 hash_init(pol->rules); in handle_policy_update()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 52 hash_init(sync->fences); in amdgpu_sync_create()
|
/Linux-v5.4/drivers/misc/habanalabs/ |
D | mmu.c | 475 hash_init(ctx->mmu_phys_hash); in hl_mmu_ctx_init() 476 hash_init(ctx->mmu_shadow_hash); in hl_mmu_ctx_init()
|
/Linux-v5.4/fs/btrfs/ |
D | props.c | 440 hash_init(prop_handlers_ht); in btrfs_props_init()
|
/Linux-v5.4/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 2352 hash_init(ofdpa->flow_tbl); in ofdpa_init() 2355 hash_init(ofdpa->group_tbl); in ofdpa_init() 2358 hash_init(ofdpa->fdb_tbl); in ofdpa_init() 2361 hash_init(ofdpa->internal_vlan_tbl); in ofdpa_init() 2364 hash_init(ofdpa->neigh_tbl); in ofdpa_init()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 412 hash_init(ipsec->sadb_rx); in mlx5e_ipsec_init()
|
/Linux-v5.4/net/mac802154/ |
D | llsec.c | 36 hash_init(sec->devices_short); in mac802154_llsec_init() 37 hash_init(sec->devices_hw); in mac802154_llsec_init()
|
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/ |
D | metadata.c | 489 hash_init(priv->mask_table); in nfp_flower_metadata_init()
|
/Linux-v5.4/lib/842/ |
D | 842_compress.c | 114 hash_init((p)->htable##b); \
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
D | ipsec.c | 623 hash_init(ipsec->rx_sa_list); in ixgbevf_init_ipsec_offload()
|
/Linux-v5.4/block/ |
D | elevator.c | 176 hash_init(eq->hash); in elevator_alloc()
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_userptr.c | 847 hash_init(dev_priv->mm_structs); in i915_gem_init_userptr()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_fcoe.c | 839 hash_init(cdev->connections); in qed_fcoe_start()
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 1244 hash_init(ipsec->rx_sa_list); in ixgbe_init_ipsec_offload()
|
/Linux-v5.4/fs/orangefs/ |
D | inode.c | 1060 hash_init(ORANGEFS_I(inode)->xattr_cache); in orangefs_set_inode()
|
/Linux-v5.4/drivers/s390/net/ |
D | qeth_l3_main.c | 2255 hash_init(card->ip_htable); in qeth_l3_probe_device() 2270 hash_init(card->ip_mc_htable); in qeth_l3_probe_device()
|