Home
last modified time | relevance | path

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

/openssl/crypto/poly1305/
H A Dpoly1305_ieee754.c63 #define TWO64 (TWO32*TWO(32)) macro
64 #define TWO96 (TWO64*TWO(32))
119 st->h[2].d = TWO(52)*TWO64; in poly1305_init()
286 h2lo = st->h[2].d - TWO(52)*TWO64; in poly1305_blocks()
302 x2 = in2.d - TWO(52)*TWO64; in poly1305_blocks()
321 x2 = in2.d - TWO(52)*TWO64; in poly1305_blocks()
337 c1lo = (h1lo + TWO(52)*TWO64) - TWO(52)*TWO64; in poly1305_blocks()
342 c1hi = (h1hi + TWO(52)*TWO64) - TWO(52)*TWO64; in poly1305_blocks()
384 c1lo = (h1lo + TWO(52)*TWO64) - TWO(52)*TWO64; in poly1305_blocks()
389 c1hi = (h1hi + TWO(52)*TWO64) - TWO(52)*TWO64; in poly1305_blocks()
[all …]

Completed in 8 milliseconds