Searched refs:hash (Results 1 - 25 of 1185) sorted by path

1234567891011>>

/linux-master/arch/arm/crypto/
H A Dcrct10dif-ce-glue.c14 #include <crypto/internal/hash.h>
H A Dsha256_glue.h13 unsigned int len, u8 *hash);
/linux-master/arch/powerpc/crypto/
H A Dcrct10dif-vpmsum_glue.c10 #include <crypto/internal/hash.h>
/linux-master/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c10 #include <linux/hash.h>
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S23 .hash : { *(.hash) } :text
24 .gnu.hash : { *(.gnu.hash) }
/linux-master/arch/sparc/vdso/
H A Dvdso-layout.lds.S31 .hash : { *(.hash) } :text
32 .gnu.hash : { *(.gnu.hash) }
/linux-master/arch/x86/um/vdso/
H A Dvdso-layout.lds.S12 .hash : { *(.hash) } :text
13 .gnu.hash : { *(.gnu.hash) }
/linux-master/crypto/
H A Dcrypto_null.c16 #include <crypto/internal/hash.h>
H A Dmd4.c23 #include <crypto/internal/hash.h>
37 u32 hash[MD4_HASH_WORDS]; member in struct:md4_ctx
67 static void md4_transform(u32 *hash, u32 const *in) argument
71 a = hash[0];
72 b = hash[1];
73 c = hash[2];
74 d = hash[3];
127 hash[0] += a;
128 hash[1] += b;
129 hash[
[all...]
H A Drmd160.c11 #include <crypto/internal/hash.h>
/linux-master/drivers/crypto/caam/
H A Dkey_gen.h11 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
16 static inline u32 split_key_len(u32 hash) argument
22 idx = (hash & OP_ALG_ALGSEL_SUBMASK) >> OP_ALG_ALGSEL_SHIFT;
29 * @hash: Hashing algorithm selection, one of OP_ALG_ALGSEL_* - MD5, SHA1,
34 static inline u32 split_key_pad_len(u32 hash) argument
36 return ALIGN(split_key_len(hash), 16);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dramht.c29 u32 hash = 0; local
32 hash ^= (handle & ((1 << ramht->bits) - 1));
36 hash ^= chid << (ramht->bits - 4);
37 return hash;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dmacros.fuc226 #define hash #
229 #define call(a) call fn(hash)a
231 #define call(a) lcall fn(hash)a
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h322 u16 *hash);
H A Dmthca_mcg.c54 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
58 * previous entry in hash chain and *mgm holds AMGM entry.
61 * entry in hash chain and *mgm holds end of hash chain.
65 u16 *hash, int *prev, int *index)
79 err = mthca_MGID_HASH(dev, mailbox, hash);
86 mthca_dbg(dev, "Hash for %pI6 is %04x\n", gid, *hash);
88 *index = *hash;
99 if (*index != *hash) {
125 u16 hash; local
63 find_mgm(struct mthca_dev *dev, u8 *gid, struct mthca_mailbox *mgm_mailbox, u16 *hash, int *prev, int *index) argument
219 u16 hash; local
[all...]
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c100 * Using a simple hash table for mac table implementation with the last octet
194 * - Allocate a new mac (hash) table.
449 u32 hash = skb_get_hash(skb); local
452 hash ^= hash >> 8;
453 hash ^= hash >> 16;
456 return (u8)(hash & 0xFF);
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Daf9015.h13 #include <linux/hash.h>
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_resource.c9 #include <linux/hash.h>
36 * Gets a resource (if one exists) matching given handle from the hash table.
143 /* Remove resource from hash table. */
195 /* Verify the resource has been unlinked from hash table */
205 * can increment the count again (it's gone from the resource hash
/linux-master/drivers/net/ethernet/ti/
H A Dtlan.h517 * hash = XOR8(DA(a,0), DA(a, 6), DA(a,12), DA(a,18), DA(a,24),
519 * hash |= XOR8(DA(a,1), DA(a, 7), DA(a,13), DA(a,19), DA(a,25),
521 * hash |= XOR8(DA(a,2), DA(a, 8), DA(a,14), DA(a,20), DA(a,26),
523 * hash |= XOR8(DA(a,3), DA(a, 9), DA(a,15), DA(a,21), DA(a,27),
525 * hash |= XOR8(DA(a,4), DA(a,10), DA(a,16), DA(a,22), DA(a,28),
527 * hash |= XOR8(DA(a,5), DA(a,11), DA(a,17), DA(a,23), DA(a,29),
533 u8 hash; local
535 hash = (a[0]^a[3]); /* & 077 */
536 hash ^= ((a[0]^a[3])>>6); /* & 003 */
537 hash
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.h40 struct brcmf_flowring_hash hash[BRCMF_FLOWRING_HASHSIZE]; member in struct:brcmf_flowring
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.h427 /* Group hash table for filtering incoming packets.
429 * The group hash table is 64 bit large and split over two parts. The first
431 * address are used as index. Packets are received if the hash table bit is
942 static inline void zd_mc_clear(struct zd_mc_hash *hash) argument
944 hash->low = 0;
946 * The hash of the broadcast address ff:ff:ff:ff:ff:ff is 63.
948 hash->high = 0x80000000;
951 static inline void zd_mc_add_all(struct zd_mc_hash *hash) argument
953 hash->low = hash
956 zd_mc_add_addr(struct zd_mc_hash *hash, u8 *addr) argument
[all...]
/linux-master/fs/hfs/
H A Dstring.c57 unsigned int hash, len = this->len; local
62 hash = init_name_hash(dentry);
64 hash = partial_name_hash(caseorder[*name++], hash);
65 this->hash = end_name_hash(hash);
/linux-master/fs/hpfs/
H A Ddentry.c18 unsigned long hash; local
30 hash = init_name_hash(dentry);
32 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash);
33 qstr->hash = end_name_hash(hash);
/linux-master/fs/reiserfs/
H A Dbitmap.c277 unsigned long hash; local
284 hash = keyed_hash(hash_in, 4);
285 bm = hash % reiserfs_bmap_count(s);
297 * corresponding hash is full
801 unsigned long hash; local
813 hash = bm * (sb->s_blocksize << 3);
816 hash += sb->s_blocksize / 2;
817 hint->search_start = hash;
828 unsigned long hash; local
840 hash
[all...]
/linux-master/include/crypto/
H A Dmd5.h20 u32 hash[MD5_HASH_WORDS]; member in struct:md5_state

Completed in 308 milliseconds

1234567891011>>