Symbol: TWO96
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
122
st->h[3].d = TWO(52)*TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
170
st->r[6] = r3.d - TWO(52) * TWO96;
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
282
h3lo = st->h[3].d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
298
x3 = in3.d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
317
x3 = in3.d - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
333
c2lo = (h2lo + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
338
c2hi = (h2hi + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
380
c2lo = (h2lo + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
385
c2hi = (h2hi + TWO(52) * TWO96) - TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
406
st->h[3].d = x3 + TWO(52) * TWO96;
crypto/openssl/crypto/poly1305/poly1305_ieee754.c
68
#define TWO130 (TWO96 * TWO(34))