Home
last modified time | relevance | path

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

/linux/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()
459 h64 = xxh64_merge_round(h64, v1); in xxh64_digest()
489 h64 ^= h64 >> 33; in xxh64_digest()
491 h64 ^= h64 >> 29; in xxh64_digest()
[all …]
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 …]
/linux/lib/crypto/
A Dpoly1305-donna64.c53 h0 = state->h64[0]; in poly1305_core_blocks()
54 h1 = state->h64[1]; in poly1305_core_blocks()
55 h2 = state->h64[2]; in poly1305_core_blocks()
105 state->h64[0] = h0; in poly1305_core_blocks()
106 state->h64[1] = h1; in poly1305_core_blocks()
107 state->h64[2] = h2; in poly1305_core_blocks()
120 h0 = state->h64[0]; in poly1305_core_emit()
121 h1 = state->h64[1]; in poly1305_core_emit()
122 h2 = state->h64[2]; in poly1305_core_emit()
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-h6-pine-h64-model-b.dts6 #include "sun50i-h6-pine-h64.dts"
12 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
A DMakefile19 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h64-remix-mini-pc.dtb
38 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64.dtb
39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
A Dsun50i-h6-pine-h64.dts13 compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
48 label = "pine-h64:green:heartbeat";
53 label = "pine-h64:white:link";
58 label = "pine-h64:blue:status";
A Dsun50i-h64-remix-mini-pc.dts13 compatible = "jide,remix-mini-pc", "allwinner,sun50i-h64",
/linux/net/xfrm/
A Dxfrm_compat.c595 struct nlmsghdr *h64; in xfrm_user_rcv_msg_compat() local
621 h64 = kvmalloc(len, GFP_KERNEL); in xfrm_user_rcv_msg_compat()
622 if (!h64) in xfrm_user_rcv_msg_compat()
625 err = xfrm_xlate32(h64, h32, attrs, len, type, maxtype, extack); in xfrm_user_rcv_msg_compat()
627 kvfree(h64); in xfrm_user_rcv_msg_compat()
631 return h64; in xfrm_user_rcv_msg_compat()
/linux/include/crypto/
A Dpoly1305.h37 u64 h64[3]; member
/linux/arch/mips/include/asm/octeon/
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;
A Dcvmx-pip.h413 status->len_64_packets = stat4.s.h64; in cvmx_pip_get_port_status()
/linux/Documentation/devicetree/bindings/arm/
A Dsunxi.yaml734 - const: pine64,pine-h64
739 - const: pine64,pine-h64-model-b
846 - const: allwinner,sun50i-h64

Completed in 38 milliseconds