Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/crypto/stm32/
DKconfig19 This enables support for the HASH hw accelerator which can be found
/Linux-v4.19/drivers/crypto/ux500/
DKconfig18 tristate "UX500 crypto driver for HASH block"
/Linux-v4.19/net/ipv6/
Dip6_vti.c57 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
96 unsigned int hash = HASH(remote, local); in vti6_tnl_lookup()
109 hash = HASH(&any, local); in vti6_tnl_lookup()
116 hash = HASH(remote, &any); in vti6_tnl_lookup()
150 h = HASH(remote, local); in vti6_tnl_bucket()
Dsit.c66 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
98 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
99 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
142 h ^= HASH(remote); in __ipip6_bucket()
146 h ^= HASH(local); in __ipip6_bucket()
Dip6_tunnel.c75 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
144 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
157 hash = HASH(&any, local); in ip6_tnl_lookup()
165 hash = HASH(remote, &any); in ip6_tnl_lookup()
205 h = HASH(remote, local); in ip6_tnl_bucket()
/Linux-v4.19/drivers/net/usb/
Dch9200.c70 #define HASH (0x01 << 5) macro
/Linux-v4.19/security/integrity/ima/
Dima_policy.c44 #define HASH 0x0100 macro
749 entry->action = HASH; in ima_parse_rule()
1138 if (entry->action & HASH) in ima_policy_show()
/Linux-v4.19/drivers/crypto/
DKconfig432 bool "Support for Samsung Exynos HASH accelerator"
439 Select this to offload Exynos from HASH MD5/SHA1/SHA256.
442 HASH algorithms will be disabled if EXYNOS_RNG
/Linux-v4.19/net/atm/
Dlec.c1233 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1284 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add()
1534 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()