Home
last modified time | relevance | path

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

/linux-6.15/scripts/atomic/
H A Dgen-atomics.sh17 HASH="$(sha1sum ${LINUXDIR}/include/${header})"
18 HASH="${HASH%% *}"
19 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
/linux-6.15/Documentation/devicetree/bindings/crypto/
H A Dnvidia,tegra234-se-hash.yaml7 title: NVIDIA Tegra Security Engine for HASH algorithms
10 The Tegra Security HASH Engine accelerates the following HASH functions -
H A Dst,stm32-hash.yaml7 title: STMicroelectronics STM32 HASH
9 description: The STM32 HASH block is built on the HASH block found in
/linux-6.15/scripts/
H A Dgen-randstruct-seed.sh6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1)
7 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
/linux-6.15/Documentation/crypto/
H 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
/linux-6.15/arch/x86/crypto/
H A Dnh-sse2-x86_64.S32 #define HASH %rcx macro
121 movdqu T0, 0x00(HASH)
122 movdqu T1, 0x10(HASH)
H A Dnh-avx2-x86_64.S38 #define HASH %rcx macro
156 vmovdqu T0, (HASH)
/linux-6.15/arch/arm64/crypto/
H A Dnh-neon-core.S16 HASH .req x3
102 st1 {T0.16b,T1.16b}, [HASH]
/linux-6.15/arch/arm/crypto/
H A Dnh-neon-core.S18 HASH .req r3
114 vst1.8 {T0-T1}, [HASH]
/linux-6.15/drivers/crypto/stm32/
H A DKconfig23 This enables support for the HASH hw accelerator which can be found
/linux-6.15/net/ipv6/
H A Dip6_vti.c54 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
93 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup()
106 hash = HASH(&any, local); in vti6_tnl_lookup()
113 hash = HASH(remote, &any); in vti6_tnl_lookup()
148 h = HASH(remote, local); in vti6_tnl_bucket()
H A Dsit.c64 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
103 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
104 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
147 h ^= HASH(remote); in __ipip6_bucket()
151 h ^= HASH(local); in __ipip6_bucket()
H A Dip6_tunnel.c72 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
119 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
137 hash = HASH(&any, local); in ip6_tnl_lookup()
150 hash = HASH(remote, &any); in ip6_tnl_lookup()
199 h = HASH(remote, local); in ip6_tnl_bucket()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-fadump58 parameters to be passed to capture kernel. For HASH MMU it
/linux-6.15/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/linux-6.15/arch/powerpc/platforms/
H A DKconfig.cputype62 processors don't have a HASH MMU and provide SW TLB loading.
65 bool "Support for 604+ HASH MMU" if PPC_BOOK3S_603
70 Those processors have a HASH MMU.
/linux-6.15/drivers/crypto/
H A DKconfig390 bool "Support for Samsung Exynos HASH accelerator"
397 Select this to offload Exynos from HASH MD5/SHA1/SHA256.
400 HASH algorithms will be disabled if EXYNOS_RNG
719 AES encryption/decryption and HASH algorithms.
/linux-6.15/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT)
80 - HASH Filtering (Multicast)
/linux-6.15/security/integrity/ima/
H A Dima_policy.c48 #define HASH 0x0100 macro
1487 entry->action = HASH; in ima_parse_rule()
2100 if (entry->action & HASH) in ima_policy_show()
/linux-6.15/net/atm/
H A Dlec.c1229 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1286 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add()
1523 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
/linux-6.15/Documentation/bpf/
H A Dgraph_ds_impl.rst26 with the map API (HASH, ARRAY), others less so. Consequently, programs
/linux-6.15/Documentation/arch/powerpc/
H A Dfirmware-assisted-dump.rst140 Note: Additional kernel arguments for fadump with HASH MMU is only
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt1157 with KVM, with HASH MMU, or with coherent accelerators.