Home
last modified time | relevance | path

Searched defs:hash (Results 1126 - 1150 of 2422) sorted by relevance

1...<<41424344454647484950>>...97

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-q.c523 int hash; in td_fill() local
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dutil.c217 struct crypto_shash *hash; in do_shash() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_lru_list.c499 struct bpf_lru_node *bpf_lru_pop_free(struct bpf_lru *lru, u32 hash) in bpf_lru_pop_free() argument
352 __local_list_add_pending(struct bpf_lru *lru, struct bpf_lru_locallist *loc_l, int cpu, struct bpf_lru_node *node, u32 hash) __local_list_add_pending() argument
404 bpf_percpu_lru_pop_free(struct bpf_lru *lru, u32 hash) bpf_percpu_lru_pop_free() argument
436 bpf_common_lru_pop_free(struct bpf_lru *lru, u32 hash) bpf_common_lru_pop_free() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h48 u64 hash[NPC_MAX_INTF][NPC_MAX_HASH]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Drss.c71 struct mlx5e_rss_params_hash hash; member
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c256 static int dwxgmac2_get_rx_hash(struct dma_desc *p, u32 *hash, in dwxgmac2_get_rx_hash() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunvnet.c207 unsigned int hash = vnet_hashfn(skb->data); in __tx_port_find() local
H A Dsunvnet_common.h63 struct hlist_node hash; member
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A Dipvlan_core.c77 u8 hash; in ipvlan_ht_addr_lookup() local
90 u8 hash; in ipvlan_ht_addr_add() local
219 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2), in ipvlan_mac_hash() local
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcam.c641 u8 hash = 0; in rtw89_cam_addr_hash() local
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dioctl.c469 static int sgx_get_key_hash(const void *modulus, void *hash) in sgx_get_key_hash() argument
459 __sgx_get_key_hash(struct crypto_shash *tfm, const void *modulus, void *hash) __sgx_get_key_hash() argument
/kernel/linux/linux-6.6/crypto/
H A Dessiv.c56 struct crypto_shash *hash; member
274 struct crypto_shash *hash; in essiv_init_tfm() local
[all...]
H A Dadiantum.c73 struct crypto_shash *hash; member
403 struct crypto_shash *hash; adiantum_init_tfm() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_bufs.c90 static int drm_map_handle(struct drm_device *dev, struct drm_hash_item *hash, in drm_map_handle() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.c181 nv04_eobj_ramht_del(struct nvkm_chan *chan, int hash) in nv04_eobj_ramht_del() argument
197 int hash; in nv04_eobj_ramht_add() local
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c126 struct vmwgfx_hash_item hash; member
146 struct vmwgfx_hash_item *hash; in ttm_tfile_find_ref_rcu() local
161 struct vmwgfx_hash_item *hash; in ttm_tfile_find_ref() local
261 struct vmwgfx_hash_item *hash; ttm_base_object_lookup() local
299 struct vmwgfx_hash_item *hash; ttm_ref_object_add() local
368 struct vmwgfx_hash_item *hash; ttm_ref_object_base_unref() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c449 u32 hash = skb_get_hash(skb); in opa_vnic_calc_entropy() local
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbtree.h119 struct hlist_node hash; member
/kernel/linux/linux-6.6/net/openvswitch/
H A Dmeter.c58 u32 hash = meter_hash(ti, meter_id); in lookup_meter() local
119 u32 hash; in dp_meter_instance_insert() local
128 u32 hash; in dp_meter_instance_remove() local
137 u32 hash = meter_hash(ti, meter->id); in attach_meter() local
[all...]
/kernel/linux/linux-6.6/net/rds/
H A Dconnection.c60 u32 lhash, fhash, hash; in rds_conn_bucket() local
/kernel/linux/linux-6.6/tools/perf/util/
H A Dexpr.c58 size_t hash = 0; in key_hash() local
75 struct hashmap *hash; in ids__new() local
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_crypto.c440 static int ima_calc_file_ahash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_ahash() argument
329 ima_calc_file_hash_atfm(struct file *file, struct ima_digest_data *hash, struct crypto_ahash *tfm) ima_calc_file_hash_atfm() argument
456 ima_calc_file_hash_tfm(struct file *file, struct ima_digest_data *hash, struct crypto_shash *tfm) ima_calc_file_hash_tfm() argument
507 ima_calc_file_shash(struct file *file, struct ima_digest_data *hash) ima_calc_file_shash() argument
536 ima_calc_file_hash(struct file *file, struct ima_digest_data *hash) ima_calc_file_hash() argument
663 calc_buffer_ahash_atfm(const void *buf, loff_t len, struct ima_digest_data *hash, struct crypto_ahash *tfm) calc_buffer_ahash_atfm() argument
703 calc_buffer_ahash(const void *buf, loff_t len, struct ima_digest_data *hash) calc_buffer_ahash() argument
720 calc_buffer_shash_tfm(const void *buf, loff_t size, struct ima_digest_data *hash, struct crypto_shash *tfm) calc_buffer_shash_tfm() argument
750 calc_buffer_shash(const void *buf, loff_t len, struct ima_digest_data *hash) calc_buffer_shash() argument
766 ima_calc_buffer_hash(const void *buf, loff_t len, struct ima_digest_data *hash) ima_calc_buffer_hash() argument
844 ima_calc_boot_aggregate(struct ima_digest_data *hash) ima_calc_boot_aggregate() argument
[all...]
H A Dima_appraise.c253 calc_file_id_hash(enum evm_ima_xattr_type type, enum hash_algo algo, const u8 *digest, struct ima_digest_data *hash) calc_file_id_hash() argument
283 struct ima_max_digest_data hash; xattr_verify() local
[all...]
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_access.c404 unsigned int hash; in smk_insert_entry() local
423 unsigned int hash; in smk_find_entry() local
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy.h214 unsigned char *hash; member

Completed in 22 milliseconds

1...<<41424344454647484950>>...97