Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 21 of 21) sorted by relevance

/linux/scripts/atomic/
A Dgen-atomics.sh17 HASH="$(sha1sum ${LINUXDIR}/include/${header})"
18 HASH="${HASH%% *}"
19 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
/linux/Documentation/crypto/
A Ddevel-algos.rst9 while the other two are specific to HASH transformations and
136 Hashing [HASH]
144 There are multiple ways to register a HASH transformation, depending on
146 [AHASH] and the amount of HASH transformations we are registering. You
157 The respective counterparts for unregistering the HASH transformation
184 '----' '---> HASH
190 '----' '---> HASH
196 '---------------> HASH
233 Specifics Of Asynchronous HASH Transformation argument
/linux/scripts/gcc-plugins/
A Dgen-random-seed.sh7 HASH=`echo -n "$SEED" | sha256sum | cut -d" " -f1 | tr -d ' \n'`
8 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
/linux/arch/x86/crypto/
A Dnh-sse2-x86_64.S31 #define HASH %rcx macro
120 movdqu T0, 0x00(HASH)
121 movdqu T1, 0x10(HASH)
A Dnh-avx2-x86_64.S37 #define HASH %rcx macro
155 vmovdqu T0, (HASH)
/linux/arch/arm64/crypto/
A Dnh-neon-core.S15 HASH .req x3
101 st1 {T0.16b,T1.16b}, [HASH]
/linux/arch/arm/crypto/
A Dnh-neon-core.S18 HASH .req r3
114 vst1.8 {T0-T1}, [HASH]
/linux/drivers/crypto/stm32/
A DKconfig21 This enables support for the HASH hw accelerator which can be found
/linux/tools/perf/include/bpf/
A Dbpf.h43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
/linux/drivers/crypto/ux500/
A DKconfig18 tristate "UX500 crypto driver for HASH block"
/linux/Documentation/devicetree/bindings/crypto/
A Dst,stm32-hash.yaml7 title: STMicroelectronics STM32 HASH bindings
/linux/net/ipv6/
A Dip6_vti.c53 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
92 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup()
105 hash = HASH(&any, local); in vti6_tnl_lookup()
112 hash = HASH(remote, &any); in vti6_tnl_lookup()
147 h = HASH(remote, local); in vti6_tnl_bucket()
A Dsit.c62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
101 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
102 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
145 h ^= HASH(remote); in __ipip6_bucket()
149 h ^= HASH(local); in __ipip6_bucket()
A Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
117 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
135 hash = HASH(&any, local); in ip6_tnl_lookup()
148 hash = HASH(remote, &any); in ip6_tnl_lookup()
197 h = HASH(remote, local); in ip6_tnl_bucket()
/linux/arch/powerpc/platforms/
A DKconfig.cputype74 processors don't have a HASH MMU and provide SW TLB loading.
77 bool "Support for 604+ HASH MMU" if PPC_BOOK3S_603
82 Those processors have a HASH MMU.
/linux/drivers/net/usb/
A Dch9200.c70 #define HASH (0x01 << 5) macro
/linux/drivers/crypto/
A DKconfig470 bool "Support for Samsung Exynos HASH accelerator"
477 Select this to offload Exynos from HASH MD5/SHA1/SHA256.
480 HASH algorithms will be disabled if EXYNOS_RNG
/linux/security/integrity/ima/
A Dima_policy.c49 #define HASH 0x0100 macro
1405 entry->action = HASH; in ima_parse_rule()
1980 if (entry->action & HASH) in ima_policy_show()
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
A Dstmmac.rst77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT)
80 - HASH Filtering (Multicast)
/linux/net/atm/
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])]; in lec_arp_add()
1522 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt987 with KVM, with HASH MMU, or with coherent accelerators.

Completed in 45 milliseconds