Home
last modified time | relevance | path

Searched refs:hash (Results 1351 - 1375 of 3998) sorted by relevance

1...<<51525354555657585960>>...160

/kernel/linux/linux-5.10/fs/cifs/
H A Ddir.c826 unsigned long hash; in cifs_ci_hash() local
830 hash = init_name_hash(dentry); in cifs_ci_hash()
836 hash = partial_name_hash(cifs_toupper(c), hash); in cifs_ci_hash()
838 q->hash = end_name_hash(hash); in cifs_ci_hash()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c195 enum netdev_lag_hash hash) in mlx5_lag_set_definer()
271 if (hash == NETDEV_LAG_HASH_VLAN_SRCMAC) { in mlx5_lag_set_definer()
291 mlx5_lag_create_definer(struct mlx5_lag *ldev, enum netdev_lag_hash hash, in mlx5_lag_create_definer() argument
311 format_id = mlx5_lag_set_definer(match_definer_mask, tt, tunnel, hash); in mlx5_lag_create_definer()
410 enum netdev_lag_hash hash) in set_tt_map()
414 switch (hash) { in set_tt_map()
193 mlx5_lag_set_definer(u32 *match_definer_mask, enum mlx5_traffic_types tt, bool tunnel, enum netdev_lag_hash hash) mlx5_lag_set_definer() argument
409 set_tt_map(struct mlx5_lag_port_sel *port_sel, enum netdev_lag_hash hash) set_tt_map() argument
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4idmap.c114 uint32_t hash; in idtoname_hash() local
116 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash()
117 hash = hash_long(hash ^ ent->id, ENT_HASHBITS); in idtoname_hash()
121 hash ^= 1; in idtoname_hash()
123 return hash; in idtoname_hash()
/kernel/linux/linux-6.6/fs/ceph/
H A Dexport.c33 u32 hash; member
63 sfh->hash = ceph_dentry_hash(dir, dentry); in ceph_encode_snapfh()
74 sfh->hash = 0; in ceph_encode_snapfh()
255 req->r_args.lookupino.hash = in __snapfh_to_dentry()
256 cpu_to_le32(sfh->hash); in __snapfh_to_dentry()
284 dout("snapfh_to_dentry %llx.%llx parent %llx hash %x err=%d", in __snapfh_to_dentry()
285 vino.ino, vino.snap, sfh->parent_ino, sfh->hash, err); in __snapfh_to_dentry()
/kernel/linux/linux-6.6/fs/smb/client/
H A Ddir.c807 unsigned long hash; local
811 hash = init_name_hash(dentry);
817 hash = partial_name_hash(cifs_toupper(c), hash);
819 q->hash = end_name_hash(hash);
/kernel/linux/linux-6.6/mm/
H A Duserfaultfd.c372 u32 hash; in mfill_atomic_hugetlb() local
437 hash = hugetlb_fault_mutex_hash(mapping, idx); in mfill_atomic_hugetlb()
438 mutex_lock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()
445 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()
453 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()
461 mutex_unlock(&hugetlb_fault_mutex_table[hash]); in mfill_atomic_hugetlb()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c54 /* hash-set of associated rings: */
140 uint32_t hash = _mesa_hash_pointer(bo); in append_bo() local
143 entry = _mesa_hash_table_search_pre_hashed(submit->bo_table, hash, bo); in append_bo()
157 _mesa_hash_table_insert_pre_hashed(submit->bo_table, hash, bo, in append_bo()
169 uint32_t hash = _mesa_hash_pointer(ring); in append_ring() local
171 if (!_mesa_set_search_pre_hashed(set, hash, ring)) { in append_ring()
173 _mesa_set_add_pre_hashed(set, hash, ring); in append_ring()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js36 generateParameters: {name: "RSA-OAEP", modulusLength: 4096, publicExponent: new Uint8Array([1,0,1]), hash: "SHA-256"},
80 {algorithm: {name: "RSASSA-PKCS1-v1_5", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash: "SHA-256"}, privateUsages: ["sign"], publicUsages: ["verify"]},
81 {algorithm: {name: "RSA-PSS", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash: "SHA-256"}, privateUsages: ["sign"], publicUsages: ["verify"]},
82 {algorithm: {name: "RSA-OAEP", modulusLength: 1024, publicExponent: new Uint8Array([1,0,1]), hash: "SHA-256"}, privateUsages: ["decrypt"], publicUsages: ["encrypt"]},
93 {algorithm: {name: "HMAC", length: 128, hash: "SHA-256"}, usages: ["sign", "verify"]}
394 signParams = {name: "ECDSA", hash: "SHA-256"};
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_hash.c41 hi_log_error("error, invalid hash mode %d\n", mode); in mbedtls_hash_create()
48 hi_log_error("malloc hash context buffer failed!"); in mbedtls_hash_create()
139 hi_s32 mbedtls_hash_finish(hi_void *ctx, hi_void *hash, hi_u32 hash_buf_len, hi_u32 *hashlen) in mbedtls_hash_finish() argument
148 mbedtls_md_finish(md, hash); in mbedtls_hash_finish()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/include/
H A Dext_alg.h263 * brief Create hash mbedtls
267 * param ctx hash mode
278 * param ctx hash handle to be destroy
279 * param chunk hash message to update
280 * param length length of hash message
281 * param src source of hash message
289 * param hash HASH checksum result
292 hi_s32 mbedtls_hash_finish(hi_void *ctx, hi_void *hash, hi_u32 *hashlen);
295 * brief Clear hash context
306 hi_s32 ext_sm3_finish(hi_void *ctx, hi_void *hash, hi_u3
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dvmlinux.lds.S181 *(.hash)
182 *(.gnu.hash)
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dvmlinux.lds.S73 .gnu.hash : {
74 *(.gnu.hash)
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dvmlinux.lds.S160 *(.dynamic .dynsym .dynstr .hash .gnu.hash)
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dvmlinux.lds.S182 *(.hash)
183 *(.gnu.hash)
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhugetlbpage.c3 * PPC64 Huge TLB Page Support for hash based MMUs (POWER4 and later)
96 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge() local
103 slot = hpte_insert_repeating(hash, vpn, pa, rflags, 0, in __hash_page_huge()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dskb_ctx.c64 /* non-zero [hash, sk] fields should be rejected */ in test_skb_ctx()
66 skb.hash = 1; in test_skb_ctx()
68 CHECK_ATTR(err == 0, "hash", "err %d errno %d\n", err, errno); in test_skb_ctx()
69 skb.hash = 0; in test_skb_ctx()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dlsm.c24 } hash SEC(".maps");
77 value = bpf_map_lookup_elem(&hash, &key); in BPF_PROG()
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtcm_fc.h29 u32 port_id; /* for hash lookup use only */
35 struct hlist_node hash; /* linkage in ft_sess_hash table */ member
37 struct kref kref; /* ref for hash and outstanding I/Os */
57 u32 sess_count; /* number of sessions in hash */
59 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */ member
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dsvcauth.h17 #include <linux/hash.h>
80 struct hlist_node hash; member
/kernel/linux/linux-5.10/fs/gfs2/
H A Ddir.h63 name->hash = gfs2_disk_hash(name->name, name->len); in gfs2_str2qstr()
71 dent->de_hash = cpu_to_be32(name->hash); in gfs2_qstr2dirent()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dhash.c3 * fs/f2fs/hash.c
8 * Portions of this code from linux/fs/ext3/hash.c
74 /* Initialize the default seed for the hash checksum functions */ in TEA_hash_name()
92 * Compute @fname->hash. For all directories, @fname->disk_name must be set.
104 fname->hash = 0; in f2fs_hash_filename()
111 * If the casefolded name is provided, hash it instead of the in f2fs_hash_filename()
126 fname->hash = cpu_to_le32(TEA_hash_name(name, len)); in f2fs_hash_filename()
/kernel/linux/linux-6.6/include/crypto/
H A Dsha2.h85 unsigned int len, u8 *hash);
91 unsigned int len, u8 *hash);
97 * hash APIs from include/crypto/hash.h. Especially when hashing large
/kernel/linux/linux-6.6/fs/gfs2/
H A Ddir.h63 name->hash = gfs2_disk_hash(name->name, name->len); in gfs2_str2qstr()
71 dent->de_hash = cpu_to_be32(name->hash); in gfs2_qstr2dirent()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dsvcauth.h17 #include <linux/hash.h>
80 struct hlist_node hash; member
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtcm_fc.h29 u32 port_id; /* for hash lookup use only */
35 struct hlist_node hash; /* linkage in ft_sess_hash table */ member
37 struct kref kref; /* ref for hash and outstanding I/Os */
57 u32 sess_count; /* number of sessions in hash */
59 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */ member

Completed in 15 milliseconds

1...<<51525354555657585960>>...160