Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/crypto/
Dst,stm32-hash.txt1 * STMicroelectronics STM32 HASH
5 HASH versions:
9 - interrupts: the interrupt specifier for the HASH
10 - clocks: The input clock of the HASH instance
13 - resets: The input reset of the HASH instance
14 - dmas: DMA specifiers for the HASH. See the DMA client binding,
25 clocks = <&rcc 0 STM32F7_AHB2_CLOCK(HASH)>;
26 resets = <&rcc STM32F7_AHB2_RESET(HASH)>;
/Linux-v5.4/scripts/atomic/
Dgen-atomics.sh17 HASH="$(sha1sum ${LINUXDIR}/include/${header})"
18 HASH="${HASH%% *}"
19 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
/Linux-v5.4/scripts/gcc-plugins/
Dgen-random-seed.sh7 HASH=`echo -n "$SEED" | sha256sum | cut -d" " -f1 | tr -d ' \n'`
8 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
/Linux-v5.4/Documentation/crypto/
Ddevel-algos.rst9 while the other two are specific to HASH transformations and
151 Hashing [HASH]
159 There are multiple ways to register a HASH transformation, depending on
161 [AHASH] and the amount of HASH transformations we are registering. You
172 The respective counterparts for unregistering the HASH transformation
199 '----' '---> HASH
205 '----' '---> HASH
211 '---------------> HASH
248 Specifics Of Asynchronous HASH Transformation argument
/Linux-v5.4/arch/x86/crypto/
Dnh-sse2-x86_64.S31 #define HASH %rcx macro
120 movdqu T0, 0x00(HASH)
121 movdqu T1, 0x10(HASH)
Dnh-avx2-x86_64.S37 #define HASH %rcx macro
155 vmovdqu T0, (HASH)
/Linux-v5.4/arch/arm64/crypto/
Dnh-neon-core.S15 HASH .req x3
101 st1 {T0.16b,T1.16b}, [HASH]
/Linux-v5.4/arch/arm/crypto/
Dnh-neon-core.S18 HASH .req r3
114 vst1.8 {T0-T1}, [HASH]
/Linux-v5.4/tools/perf/include/bpf/
Dbpf.h43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
/Linux-v5.4/drivers/crypto/stm32/
DKconfig20 This enables support for the HASH hw accelerator which can be found
/Linux-v5.4/drivers/crypto/ux500/
DKconfig18 tristate "UX500 crypto driver for HASH block"
/Linux-v5.4/net/ipv6/
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()
146 h = HASH(remote, local); in vti6_tnl_bucket()
Dsit.c62 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
94 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
95 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
138 h ^= HASH(remote); in __ipip6_bucket()
142 h ^= HASH(local); in __ipip6_bucket()
Dip6_tunnel.c70 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
139 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
152 hash = HASH(&any, local); in ip6_tnl_lookup()
160 hash = HASH(remote, &any); in ip6_tnl_lookup()
200 h = HASH(remote, local); in ip6_tnl_bucket()
/Linux-v5.4/drivers/net/usb/
Dch9200.c70 #define HASH (0x01 << 5) macro
/Linux-v5.4/security/integrity/ima/
Dima_policy.c44 #define HASH 0x0100 macro
957 entry->action = HASH; in ima_parse_rule()
1385 if (entry->action & HASH) in ima_policy_show()
/Linux-v5.4/drivers/crypto/
DKconfig455 bool "Support for Samsung Exynos HASH accelerator"
462 Select this to offload Exynos from HASH MD5/SHA1/SHA256.
465 HASH algorithms will be disabled if EXYNOS_RNG
/Linux-v5.4/net/atm/
Dlec.c1236 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1287 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add()
1537 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt867 with KVM, with HASH MMU, or with coherent accelerators.