Searched defs:x7 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
129 x7 = j7;
142 QUARTERROUND( x3, x7,x11,x15)
145 QUARTERROUND( x2, x7, x8,x13)
155 x7 = PLUS(x7,j7);
173 x7 = XOR(x7,U8TO32_LITTLE(m + 28));
197 U32TO8_LITTLE(c + 28,x7);

Completed in 44 milliseconds