Home
last modified time | relevance | path

Searched refs:h64 (Results 1 – 3 of 3) sorted by relevance

/lib/
A Dxxhash.c198 h64 = xxh64_merge_round(h64, v1); in xxh64()
199 h64 = xxh64_merge_round(h64, v2); in xxh64()
200 h64 = xxh64_merge_round(h64, v3); in xxh64()
201 h64 = xxh64_merge_round(h64, v4); in xxh64()
229 h64 ^= h64 >> 33; in xxh64()
231 h64 ^= h64 >> 29; in xxh64()
233 h64 ^= h64 >> 32; in xxh64()
352 h64 = xxh64_merge_round(h64, v1); in xxh64_digest()
382 h64 ^= h64 >> 33; in xxh64_digest()
384 h64 ^= h64 >> 29; in xxh64_digest()
[all …]
/lib/tests/
A Dtest_hash.c59 unsigned long long *h64; member
87 params->h2 = hash_64_generic(*params->h64, *k); in test_int_hash_64()
91 *params->h64, *k, params->h1, params->h2); in test_int_hash_64()
95 *params->h64, *k, params->h1, *m); in test_int_hash_64()
110 test_int_hash(struct kunit *test, unsigned long long h64, u32 hash_or[2][33]) in test_int_hash() argument
113 struct test_hash_params params = { &h64, (u32)h64, 0, 0, hash_or }; in test_int_hash()
132 hash_or[1][k] |= params.h1 = hash_64(h64, k); in test_int_hash()
135 h64, k, params.h1, m); in test_int_hash()
173 unsigned long long h64 = 0; in test_hash_or() local
195 h64 = h64 << 32 | h0; /* For use with hash_64 */ in test_hash_or()
[all …]
/lib/crypto/
A Dpoly1305-donna64.c54 h0 = state->h64[0]; in poly1305_core_blocks()
55 h1 = state->h64[1]; in poly1305_core_blocks()
56 h2 = state->h64[2]; in poly1305_core_blocks()
106 state->h64[0] = h0; in poly1305_core_blocks()
107 state->h64[1] = h1; in poly1305_core_blocks()
108 state->h64[2] = h2; in poly1305_core_blocks()
121 h0 = state->h64[0]; in poly1305_core_emit()
122 h1 = state->h64[1]; in poly1305_core_emit()
123 h2 = state->h64[2]; in poly1305_core_emit()

Completed in 5 milliseconds