| /linux/lib/crypto/tests/ |
| H A D | hash-test-template.h | 114 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 D | sha512_kunit.c | 8 #define HASH sha512 macro
|
| H A D | sha384_kunit.c | 8 #define HASH sha384 macro
|
| H A D | sha1_kunit.c | 8 #define HASH sha1 macro
|
| H A D | sha224_kunit.c | 8 #define HASH sha224 macro
|
| H A D | md5_kunit.c | 8 #define HASH md5 macro
|
| H A D | poly1305_kunit.c | 38 #define HASH poly1305_withtestkey macro
|
| H A D | blake2b_kunit.c | 29 #define HASH blake2b_default macro
|
| H A D | blake2s_kunit.c | 29 #define HASH blake2s_default macro
|
| H A D | polyval_kunit.c | 27 #define HASH polyval_withtestkey macro
|
| H A D | sha3_kunit.c | 9 #define HASH sha3_256 macro
|
| /linux/scripts/atomic/ |
| H A D | gen-atomics.sh | 18 HASH="$(sha1sum ${LINUXDIR}/include/${header})" 19 HASH="${HASH%% *}" 20 printf "// %s\n" "${HASH}" >> ${LINUXDIR}/include/${header}
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 9 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/scripts/ |
| H A D | gen-randstruct-seed.sh | 6 HASH=$(echo -n "$SEED" | sha256sum | cut -d" " -f1) 7 echo "#define RANDSTRUCT_HASHED_SEED \"$HASH\"" > "$2"
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-virtual-misc-tdx_guest | 1 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 D | Kconfig | 14 This enables support for the HASH hw accelerator which can be found
|
| /linux/net/ipv6/ |
| H A D | ip6_vti.c | 54 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 D | sit.c | 64 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro 103 unsigned int h0 = HASH(remote); in ipip6_tunnel_lookup() 104 unsigned int h1 = HASH(local); in ipip6_tunnel_lookup() 147 h ^= HASH(remote); in __ipip6_bucket() 151 h ^= HASH(local); in __ipip6_bucket()
|
| H A D | ip6_tunnel.c | 72 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 D | checktransupdate.py | 79 HASH = r'([0-9a-f]{12})'
|
| /linux/drivers/net/usb/ |
| H A D | ch9200.c | 70 #define HASH (0x01 << 5) macro
|
| /linux/drivers/crypto/ |
| H A D | Kconfig | 404 bool "Support for Samsung Exynos HASH accelerator" 411 Select this to offload Exynos from HASH MD5/SHA1/SHA256. 414 HASH algorithms will be disabled if EXYNOS_RNG 726 AES encryption/decryption and HASH algorithms.
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 50 #define HASH 0x0100 macro 1510 entry->action = HASH; in ima_parse_rule() 2141 if (entry->action & HASH) in ima_policy_show()
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 77 - VLAN TAG Insertion / Replacement / Deletion / Filtering (HASH and PERFECT) 80 - HASH Filtering (Multicast)
|
| /linux/net/atm/ |
| H A D | lec.c | 1237 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro 1294 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add() 1531 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
|