Searched refs:hash (Results 426 - 450 of 1191) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/crypto/
H A Dsm3_avx_glue.c11 #include <crypto/internal/hash.h>
/linux-master/lib/
H A Dcrc64-rocksoft.c8 #include <crypto/hash.h>
/linux-master/arch/s390/crypto/
H A Dghash_s390.c11 #include <crypto/internal/hash.h>
154 MODULE_DESCRIPTION("GHASH hash function, s390 implementation");
/linux-master/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c9 #include <crypto/internal/hash.h>
/linux-master/security/apparmor/include/
H A Dpolicy_unpack.h110 unsigned char *hash; member in struct:aa_loaddata
/linux-master/fs/crypto/
H A Dhkdf.c12 #include <crypto/hash.h>
18 * HKDF supports any unkeyed cryptographic hash algorithm, but fscrypt uses
H A Dfname.c16 #include <crypto/hash.h>
37 * bytes), so we also need to use a strong hash to abbreviate long names.
39 * The filesystem may also need another kind of hash, the "dirhash", to quickly
42 * no-key names that abbreviate the ciphertext using the strong hash to fit in
43 * NAME_MAX. It's also not computable if it's a keyed hash taken over the
66 * the strong hash and thus includes the 'sha256' field. This isn't simply
347 * @hash: first part of the name's dirhash, if applicable. This only needs to
364 u32 hash, u32 minor_hash,
395 nokey_name.dirhash[0] = hash;
403 /* Compute strong hash o
363 fscrypt_fname_disk_to_usr(const struct inode *inode, u32 hash, u32 minor_hash, const struct fscrypt_str *iname, struct fscrypt_str *oname) argument
[all...]
/linux-master/include/net/
H A Dping.h13 #include <net/netns/hash.h>
/linux-master/include/crypto/
H A Dsha256_base.h13 #include <crypto/internal/hash.h>
H A Dengine.h12 #include <crypto/hash.h>
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c147 mkex_hash->hash[intf][ld]);
187 mkex_hash->hash[intf][ld]);
227 /* Check if hardware supports hash extraction */
232 * should be hash enabled.
243 * hash.
268 /* Update hash configuration if the field is hash enabled */
292 dev_dbg(rvu->dev, "%s: Field hash extract feature is not supported\n", __func__);
308 /* If hash extract enabled is supported for IPv6 then
417 * rvu_exact_calculate_hash - calculate hash inde
433 u32 hash; local
465 rvu_npc_exact_alloc_mem_table_entry(struct rvu *rvu, u8 *way, u32 *index, unsigned int hash) argument
977 unsigned int hash; local
[all...]
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dkup.h6 #include <asm/book3s/32/mmu-hash.h>
/linux-master/net/ipv4/
H A Dudplite.c58 .hash = udp_lib_hash,
/linux-master/net/ipv6/
H A Dudplite.c57 .hash = udp_lib_hash,
/linux-master/arch/arm64/crypto/
H A Dsha512-ce-glue.c15 #include <crypto/internal/hash.h>
23 MODULE_DESCRIPTION("SHA-384/SHA-512 secure hash using ARMv8 Crypto Extensions");
/linux-master/drivers/infiniband/hw/irdma/
H A Dosdep.h9 #include <crypto/hash.h>
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h9 #include <asm/book3s/64/tlbflush-hash.h>
167 * The return value of this function doesn't matter for hash,
169 * any necessary hash table update and flush.
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_hw_metadata.c21 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash,
H A Dxdp_metadata.c24 extern int bpf_xdp_metadata_rx_hash(const struct xdp_md *ctx, __u32 *hash,
/linux-master/fs/lockd/
H A Dsvcsubs.c28 * Global file hash table
109 unsigned int hash; local
115 hash = file_hash(&lock->fh);
121 hlist_for_each_entry(file, &nlm_files[hash], f_list)
144 hlist_add_head(&file->f_list, &nlm_files[hash]);
/linux-master/security/selinux/ss/
H A Dsidtab.h23 u32 hash; member in struct:sidtab_entry
/linux-master/drivers/md/
H A Ddm-verity.h18 #include <crypto/hash.h>
48 sector_t hash_start; /* hash start in blocks */
50 sector_t hash_blocks; /* the number of hash blocks */
52 unsigned char hash_dev_block_bits; /* log2(hash blocksize) */
53 unsigned char hash_per_block_bits; /* log2(hashes in hash block) */
56 bool hash_failed:1; /* set if hash of any block failed */
58 unsigned int digest_size; /* digest size for the current hash algorithm */
/linux-master/arch/arm/crypto/
H A Dsha256_glue.c13 #include <crypto/internal/hash.h>
/linux-master/arch/riscv/crypto/
H A Dsha256-riscv64-glue.c14 #include <crypto/internal/hash.h>
H A Dsha512-riscv64-glue.c14 #include <crypto/internal/hash.h>

Completed in 261 milliseconds

<<11121314151617181920>>