Lines Matching refs:TWO130
65 #define TWO130 (TWO96*TWO(34)) macro
170 st->s[0] = st->r[2] * (5.0/TWO130); in poly1305_init()
171 st->s[2] = st->r[4] * (5.0/TWO130); in poly1305_init()
172 st->s[4] = st->r[6] * (5.0/TWO130); in poly1305_init()
339 c3lo = (h3lo + TWO(52)*TWO130) - TWO(52)*TWO130; in poly1305_blocks()
344 c3hi = (h3hi + TWO(52)*TWO130) - TWO(52)*TWO130; in poly1305_blocks()
352 x0 = (h0lo - c0lo) + c3lo * (5.0/TWO130); in poly1305_blocks()
357 x0 += (h0hi - c0hi) + c3hi * (5.0/TWO130); in poly1305_blocks()
386 c3lo = (h3lo + TWO(52)*TWO130) - TWO(52)*TWO130; in poly1305_blocks()
391 c3hi = (h3hi + TWO(52)*TWO130) - TWO(52)*TWO130; in poly1305_blocks()
399 x0 = (h0lo - c0lo) + c3lo * (5.0/TWO130); in poly1305_blocks()
404 x0 += (h0hi - c0hi) + c3hi * (5.0/TWO130); in poly1305_blocks()