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/atm/lec.c
1320
tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])];
net/atm/lec.c
1557
head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])];
net/ipv6/ip6_tunnel.c
119
unsigned int hash = HASH(remote, local);
net/ipv6/ip6_tunnel.c
137
hash = HASH(&any, local);
net/ipv6/ip6_tunnel.c
150
hash = HASH(remote, &any);
net/ipv6/ip6_tunnel.c
199
h = HASH(remote, local);
net/ipv6/ip6_vti.c
106
hash = HASH(&any, local);
net/ipv6/ip6_vti.c
113
hash = HASH(remote, &any);
net/ipv6/ip6_vti.c
148
h = HASH(remote, local);
net/ipv6/ip6_vti.c
93
unsigned int hash = HASH(remote, local);
net/ipv6/sit.c
103
unsigned int h0 = HASH(remote);
net/ipv6/sit.c
104
unsigned int h1 = HASH(local);
net/ipv6/sit.c
147
h ^= HASH(remote);
net/ipv6/sit.c
151
h ^= HASH(local);
security/integrity/ima/ima_policy.c
1510
entry->action = HASH;
security/integrity/ima/ima_policy.c
2141
if (entry->action & HASH)