Searched refs:HASH (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/crypto/stm32/ |
D | Kconfig | 19 This enables support for the HASH hw accelerator which can be found
|
/Linux-v4.19/drivers/crypto/ux500/ |
D | Kconfig | 18 tristate "UX500 crypto driver for HASH block"
|
/Linux-v4.19/net/ipv6/ |
D | ip6_vti.c | 57 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()
|
D | sit.c | 66 #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()
|
D | ip6_tunnel.c | 75 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/ |
D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_policy.c | 44 #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/ |
D | Kconfig | 432 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/ |
D | lec.c | 1233 #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()
|