Home
last modified time | relevance | path

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

/crypto/
Dpoly1305_generic.c98 u64 d0, d1, d2, d3, d4; in poly1305_blocks_internal() local
137 d4 = mlt(h0, r4) + mlt(h1, r3) + mlt(h2, r2) + in poly1305_blocks_internal()
144 d4 += sr(d3, 26); h3 = and(d3, 0x3ffffff); in poly1305_blocks_internal()
145 h0 += sr(d4, 26) * 5; h4 = and(d4, 0x3ffffff); in poly1305_blocks_internal()