Searched refs:HASH (Results 1 - 12 of 12) sorted by relevance

/linux-master/scripts/
H A Dgen-randstruct-seed.sh6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1)
7 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
/linux-master/scripts/atomic/
H A Dgen-atomics.sh17 HASH="$(sha1sum ${LINUXDIR}/include/${header})"
18 HASH="${HASH%% *}"
19 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
/linux-master/arch/x86/crypto/
H A Dnh-sse2-x86_64.S32 #define HASH %rcx define
121 movdqu T0, 0x00(HASH)
122 movdqu T1, 0x10(HASH)
H A Dnh-avx2-x86_64.S38 #define HASH %rcx define
156 vmovdqu T0, (HASH)
/linux-master/arch/arm/crypto/
H A Dnh-neon-core.S18 HASH .req r3
114 vst1.8 {T0-T1}, [HASH]
/linux-master/arch/arm64/crypto/
H A Dnh-neon-core.S16 HASH .req x3
102 st1 {T0.16b,T1.16b}, [HASH]
/linux-master/net/ipv6/
H A Dip6_vti.c53 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) function
92 unsigned int hash = HASH(remote, local);
105 hash = HASH(&any, local);
112 hash = HASH(remote, &any);
147 h = HASH(remote, local);
H A Dsit.c62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
101 unsigned int h0 = HASH(remote);
102 unsigned int h1 = HASH(local);
145 h ^= HASH(remote);
149 h ^= HASH(local);
H A Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) function
117 unsigned int hash = HASH(remote, local);
135 hash = HASH(&any, local);
148 hash = HASH(remote, &any);
197 h = HASH(remote, local);
/linux-master/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/linux-master/net/atm/
H A Dlec.c1228 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1285 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])];
1522 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])];
/linux-master/security/integrity/ima/
H A Dima_policy.c48 #define HASH 0x0100 macro
1482 entry->action = HASH;
2095 if (entry->action & HASH)

Completed in 319 milliseconds