Home
last modified time | relevance | path

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

/lib/crypto/
Dpoly1305-donna32.c39 u64 d0, d1, d2, d3, d4; in poly1305_core_blocks() local
82 d3 = ((u64)h0 * r3) + ((u64)h1 * r2) + in poly1305_core_blocks()
98 d3 += c; in poly1305_core_blocks()
99 c = (u32)(d3 >> 26); in poly1305_core_blocks()
100 h3 = (u32)d3 & 0x3ffffff; in poly1305_core_blocks()
/lib/
Dvsprintf.c337 uint32_t d3, d2, d1, q, h; in put_dec() local
345 d3 = (h >> 16); /* implicit "& 0xffff" */ in put_dec()
349 q = 656 * d3 + 7296 * d2 + 5536 * d1 + ((uint32_t)n & 0xffff); in put_dec()
352 q += 7671 * d3 + 9496 * d2 + 6 * d1; in put_dec()
355 q += 4749 * d3 + 42 * d2; in put_dec()
358 q += 281 * d3; in put_dec()