Symbol: HASH
lib/crypto/tests/hash-test-template.h
114
HASH(test_buf, data_len, actual_hash);
lib/crypto/tests/hash-test-template.h
137
HASH(test_buf, len, hash);
lib/crypto/tests/hash-test-template.h
163
HASH(&test_buf[offset], total_len, hash1);
lib/crypto/tests/hash-test-template.h
212
HASH(buf_end - len, len, hash);
lib/crypto/tests/hash-test-template.h
218
HASH(test_buf, len, buf_end - HASH_SIZE);
lib/crypto/tests/hash-test-template.h
249
HASH(&test_buf[offset], len, hash);
lib/crypto/tests/hash-test-template.h
250
HASH(&test_buf[offset], len, ovl_hash);
lib/crypto/tests/hash-test-template.h
257
HASH(&test_buf[offset], len, hash);
lib/crypto/tests/hash-test-template.h
267
HASH(&test_buf[offset], len, hash);
lib/crypto/tests/hash-test-template.h
296
HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]);
lib/crypto/tests/hash-test-template.h
298
HASH(&test_buf[data_offs2], len, &hash2[hash_offs2]);
lib/crypto/tests/hash-test-template.h
339
HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN, actual_hash);
lib/crypto/tests/hash-test-template.h
354
HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN,
lib/crypto/tests/hash-test-template.h
436
HASH(test_buf, TEST_BUF_LEN, state->expected_hash);
lib/crypto/tests/hash-test-template.h
550
HASH(test_buf, TEST_BUF_LEN, hash);
lib/crypto/tests/hash-test-template.h
562
HASH(test_buf, len, hash);
net/ipv6/ip6_tunnel.c
118
unsigned int hash = HASH(remote, local);
net/ipv6/ip6_tunnel.c
136
hash = HASH(&any, local);
net/ipv6/ip6_tunnel.c
149
hash = HASH(remote, &any);
net/ipv6/ip6_tunnel.c
198
h = HASH(remote, local);
net/ipv6/ip6_vti.c
106
hash = HASH(&any, local);
net/ipv6/ip6_vti.c
114
hash = HASH(remote, &any);
net/ipv6/ip6_vti.c
150
h = HASH(remote, local);
net/ipv6/ip6_vti.c
93
unsigned int hash = HASH(remote, local);
net/ipv6/sit.c
104
unsigned int h0 = HASH(remote);
net/ipv6/sit.c
105
unsigned int h1 = HASH(local);
net/ipv6/sit.c
148
h ^= HASH(remote);
net/ipv6/sit.c
152
h ^= HASH(local);
security/integrity/ima/ima_policy.c
1512
entry->action = HASH;
security/integrity/ima/ima_policy.c
2140
if (entry->action & HASH)