Home
last modified time | relevance | path

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

/linux/lib/
H A Dxxhash.c161 uint64_t h64; in xxh64() local
181 h64 = xxh_rotl64(v1, 1) + xxh_rotl64(v2, 7) + in xxh64()
183 h64 = xxh64_merge_round(h64, v1); in xxh64()
184 h64 = xxh64_merge_round(h64, v2); in xxh64()
185 h64 = xxh64_merge_round(h64, v3); in xxh64()
186 h64 = xxh64_merge_round(h64, v4); in xxh64()
189 h64 = seed + PRIME64_5; in xxh64()
192 h64 += (uint64_t)len; in xxh64()
197 h64 ^= k1; in xxh64()
198 h64 = xxh_rotl64(h64, 27) * PRIME64_1 + PRIME64_4; in xxh64()
[all …]
/linux/lib/crypto/
H 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()
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h6-pine-h64-model-b.dts6 #include "sun50i-h6-pine-h64.dts"
12 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
H A Dsun50i-h64-remix-mini-pc.dts13 compatible = "jide,remix-mini-pc", "allwinner,sun50i-h64",
/linux/include/crypto/
H A Dpoly1305.h36 u64 h64[3]; member
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2239 uint64_t h64:32; member
2241 uint64_t h64:32;
2252 uint64_t h64:32; member
2254 uint64_t h64:32;
2661 uint64_t h64:32; member
2663 uint64_t h64:32;
H A Dcvmx-pip.h413 status->len_64_packets = stat4.s.h64; in cvmx_pip_get_port_status()