Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dpoly1305_generic.c100 u32 h0, h1, h2, h3, h4; in poly1305_blocks() local
124 h3 = dctx->h[3]; in poly1305_blocks()
133 h3 += (get_unaligned_le32(src + 9) >> 6) & 0x3ffffff; in poly1305_blocks()
138 mlt(h3, s2) + mlt(h4, s1); in poly1305_blocks()
140 mlt(h3, s3) + mlt(h4, s2); in poly1305_blocks()
142 mlt(h3, s4) + mlt(h4, s3); in poly1305_blocks()
144 mlt(h3, r0) + mlt(h4, s4); in poly1305_blocks()
146 mlt(h3, r1) + mlt(h4, r0); in poly1305_blocks()
152 d4 += sr(d3, 26); h3 = and(d3, 0x3ffffff); in poly1305_blocks()
163 dctx->h[3] = h3; in poly1305_blocks()
[all …]
/linux-4.19.296/drivers/clk/sunxi-ng/
DMakefile33 obj-$(CONFIG_SUN8I_H3_CCU) += ccu-sun8i-h3.o
/linux-4.19.296/lib/zstd/
Dcompress.c1309 size_t const h3 = ZSTD_hashPtr(ip + 1, hBitsL, 8); in ZSTD_compressBlock_doubleFast_generic() local
1310 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_generic()
1312 hashLong[h3] = curr + 1; in ZSTD_compressBlock_doubleFast_generic()
1458 size_t const h3 = ZSTD_hashPtr(ip + 1, hBitsL, 8); in ZSTD_compressBlock_doubleFast_extDict_generic() local
1459 U32 const matchIndex3 = hashLong[h3]; in ZSTD_compressBlock_doubleFast_extDict_generic()
1463 hashLong[h3] = curr + 1; in ZSTD_compressBlock_doubleFast_extDict_generic()