Home
last modified time | relevance | path

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

/linux/scripts/atomic/
H A Dgen-atomics.sh18 HASH="$(sha1sum ${LINUXDIR}/include/${header})"
19 HASH="${HASH%% *}"
20 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
/linux/scripts/
H A Dgen-randstruct-seed.sh6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1)
7 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
/linux/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/Documentation/ABI/testing/
H A Dsysfs-devices-virtual-misc-tdx_guest1 What: /sys/devices/virtual/misc/tdx_guest/measurements/MRNAME[:HASH]
6 Value of a TDX measurement register (MR). MRNAME and HASH above
7 are placeholders. The optional suffix :HASH is used for MRs
/linux/drivers/crypto/stm32/
H A DKconfig14 This enables support for the HASH hw accelerator which can be found
/linux/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()
114 hash = HASH(remote, &any); in vti6_tnl_lookup()
150 h = HASH(remote, local); in vti6_tnl_bucket()
H A Dsit.c65 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
104 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup()
105 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup()
148 h ^= HASH(remote); in __ipip6_bucket()
152 h ^= HASH(local); in __ipip6_bucket()
H A Dip6_tunnel.c74 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
118 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
136 hash = HASH(&any, local); in ip6_tnl_lookup()
149 hash = HASH(remote, &any); in ip6_tnl_lookup()
198 h = HASH(remote, local); in ip6_tnl_bucket()
/linux/tools/docs/
H A Dchecktransupdate.py77 (1) update to commit HASH (TITLE)
78 (2) Update the translation through commit HASH (TITLE)
82 # pattern 1: contains "update to commit HASH"
84 # pattern 2: contains "Update the translation through commit HASH"
/linux/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro
/linux/security/integrity/ima/
H A Dima_policy.c50 #define HASH 0x0100 macro
1527 entry->action = HASH; in ima_parse_rule()
2157 if (entry->action & HASH) in ima_policy_show()
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT)
80 - HASH Filtering (Multicast)
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst26 with the map API (HASH, ARRAY), others less so. Consequently, programs