Home
last modified time | relevance | path

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

12

/linux/lib/crypto/tests/
H A Dhash-test-template.h114 HASH(test_buf, data_len, actual_hash); in test_hash_test_vectors()
137 HASH(test_buf, len, hash); in test_hash_all_lens_up_to_4096()
163 HASH(&test_buf[offset], total_len, hash1); in test_hash_incremental_updates()
212 HASH(buf_end - len, len, hash); in test_hash_buffer_overruns()
218 HASH(test_buf, len, buf_end - HASH_SIZE); in test_hash_buffer_overruns()
249 HASH(&test_buf[offset], len, hash); in test_hash_overlaps()
250 HASH(&test_buf[offset], len, ovl_hash); in test_hash_overlaps()
257 HASH(&test_buf[offset], len, hash); in test_hash_overlaps()
267 HASH(&test_buf[offset], len, hash); in test_hash_overlaps()
296 HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]); in test_hash_alignment_consistency()
[all …]
H A Dsha512_kunit.c8 #define HASH sha512 macro
H A Dsha384_kunit.c8 #define HASH sha384 macro
H A Dsha1_kunit.c8 #define HASH sha1 macro
H A Dsha224_kunit.c8 #define HASH sha224 macro
H A Dmd5_kunit.c8 #define HASH md5 macro
H A Dpoly1305_kunit.c38 #define HASH poly1305_withtestkey macro
H A Dblake2b_kunit.c29 #define HASH blake2b_default macro
H A Dblake2s_kunit.c29 #define HASH blake2s_default macro
H A Dpolyval_kunit.c27 #define HASH polyval_withtestkey macro
H A Dsha3_kunit.c9 #define HASH sha3_256 macro
/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/arch/x86/crypto/
H A Dnh-sse2-x86_64.S32 #define HASH %rcx macro
121 movdqu T0, 0x00(HASH)
122 movdqu T1, 0x10(HASH)
H A Dnh-avx2-x86_64.S38 #define HASH %rcx macro
156 vmovdqu T0, (HASH)
/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/arch/arm64/crypto/
H A Dnh-neon-core.S16 HASH .req x3
102 st1 {T0.16b,T1.16b}, [HASH]
/linux/arch/arm/crypto/
H A Dnh-neon-core.S18 HASH .req r3
114 vst1.8 {T0-T1}, [HASH]
/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()
113 hash = HASH(remote, &any); in vti6_tnl_lookup()
148 h = HASH(remote, local); in vti6_tnl_bucket()
H A Dip6_tunnel.c72 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
119 unsigned int hash = HASH(remote, local); in ip6_tnl_lookup()
137 hash = HASH(&any, local); in ip6_tnl_lookup()
150 hash = HASH(remote, &any); in ip6_tnl_lookup()
199 h = HASH(remote, local); in ip6_tnl_bucket()
/linux/tools/docs/
H A Dchecktransupdate.py79 HASH = r'([0-9a-f]{12})'
/linux/arch/powerpc/platforms/
H A DKconfig.cputype62 processors don't have a HASH MMU and provide SW TLB loading.
65 bool "Support for 604+ HASH MMU" if PPC_BOOK3S_603
70 Those processors have a HASH MMU.
/linux/drivers/net/usb/
H A Dch9200.c70 #define HASH (0x01 << 5) macro

12