Symbol: TWO
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
119
st->h[0].d = TWO(52)*TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
120
st->h[1].d = TWO(52)*TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
121
st->h[2].d = TWO(52)*TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
122
st->h[3].d = TWO(52)*TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
167
st->r[0] = r0.d - TWO(52) * TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
168
st->r[2] = r1.d - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
169
st->r[4] = r2.d - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
170
st->r[6] = r3.d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
179
st->r[1] = (st->r[0] + TWO(52) * TWO(16) * TWO0) - TWO(52) * TWO(16) * TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
182
st->r[3] = (st->r[2] + TWO(52) * TWO(16) * TWO32) - TWO(52) * TWO(16) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
185
st->r[5] = (st->r[4] + TWO(52) * TWO(16) * TWO64) - TWO(52) * TWO(16) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
188
st->r[7] = (st->r[6] + TWO(52) * TWO(16) * TWO96) - TWO(52) * TWO(16) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
191
st->s[1] = (st->s[0] + TWO(52) * TWO(16) * TWO0 / TWO96) - TWO(52) * TWO(16) * TWO0 / TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
194
st->s[3] = (st->s[2] + TWO(52) * TWO(16) * TWO32 / TWO96) - TWO(52) * TWO(16) * TWO32 / TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
197
st->s[5] = (st->s[4] + TWO(52) * TWO(16) * TWO64 / TWO96) - TWO(52) * TWO(16) * TWO64 / TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
279
h0lo = st->h[0].d - TWO(52) * TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
280
h1lo = st->h[1].d - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
281
h2lo = st->h[2].d - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
282
h3lo = st->h[3].d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
295
x0 = in0.d - TWO(52) * TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
296
x1 = in1.d - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
297
x2 = in2.d - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
298
x3 = in3.d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
314
x0 = in0.d - TWO(52) * TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
315
x1 = in1.d - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
316
x2 = in2.d - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
317
x3 = in3.d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
331
c0lo = (h0lo + TWO(52) * TWO32) - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
332
c1lo = (h1lo + TWO(52) * TWO64) - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
333
c2lo = (h2lo + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
334
c3lo = (h3lo + TWO(52) * TWO130) - TWO(52) * TWO130;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
336
c0hi = (h0hi + TWO(52) * TWO32) - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
337
c1hi = (h1hi + TWO(52) * TWO64) - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
338
c2hi = (h2hi + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
339
c3hi = (h3hi + TWO(52) * TWO130) - TWO(52) * TWO130;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
378
c0lo = (h0lo + TWO(52) * TWO32) - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
379
c1lo = (h1lo + TWO(52) * TWO64) - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
380
c2lo = (h2lo + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
381
c3lo = (h3lo + TWO(52) * TWO130) - TWO(52) * TWO130;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
383
c0hi = (h0hi + TWO(52) * TWO32) - TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
384
c1hi = (h1hi + TWO(52) * TWO64) - TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
385
c2hi = (h2hi + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
386
c3hi = (h3hi + TWO(52) * TWO130) - TWO(52) * TWO130;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
404
st->h[1].d = x1 + TWO(52) * TWO32;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
405
st->h[2].d = x2 + TWO(52) * TWO64;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
406
st->h[3].d = x3 + TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
407
st->h[0].d = x0 + TWO(52) * TWO0;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
64
#define TWO0 TWO(0)
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
65
#define TWO32 TWO(32)
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
66
#define TWO64 (TWO32 * TWO(32))
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
67
#define TWO96 (TWO64 * TWO(32))
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
68
#define TWO130 (TWO96 * TWO(34))