| /Linux-v5.4/Documentation/devicetree/bindings/crypto/ |
| D | st,stm32-hash.txt | 1 * 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/ |
| D | gen-atomics.sh | 17 HASH="$(sha1sum ${LINUXDIR}/include/${header})" 18 HASH="${HASH%% *}" 19 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
|
| /Linux-v5.4/scripts/gcc-plugins/ |
| D | gen-random-seed.sh | 7 HASH=`echo -n "$SEED" | sha256sum | cut -d" " -f1 | tr -d ' \n'` 8 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
|
| /Linux-v5.4/Documentation/crypto/ |
| D | devel-algos.rst | 9 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/ |
| D | nh-sse2-x86_64.S | 31 #define HASH %rcx macro 120 movdqu T0, 0x00(HASH) 121 movdqu T1, 0x10(HASH)
|
| D | nh-avx2-x86_64.S | 37 #define HASH %rcx macro 155 vmovdqu T0, (HASH)
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | nh-neon-core.S | 15 HASH .req x3 101 st1 {T0.16b,T1.16b}, [HASH]
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | nh-neon-core.S | 18 HASH .req r3 114 vst1.8 {T0-T1}, [HASH]
|
| /Linux-v5.4/tools/perf/include/bpf/ |
| D | bpf.h | 43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64)
|
| /Linux-v5.4/drivers/crypto/stm32/ |
| D | Kconfig | 20 This enables support for the HASH hw accelerator which can be found
|
| /Linux-v5.4/drivers/crypto/ux500/ |
| D | Kconfig | 18 tristate "UX500 crypto driver for HASH block"
|
| /Linux-v5.4/net/ipv6/ |
| D | ip6_vti.c | 53 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()
|
| D | sit.c | 62 #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()
|
| D | ip6_tunnel.c | 70 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/ |
| D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_policy.c | 44 #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/ |
| D | Kconfig | 455 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/ |
| D | lec.c | 1236 #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/ |
| D | kernel-parameters.txt | 867 with KVM, with HASH MMU, or with coherent accelerators.
|