Searched defs:x10 (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
132 x10 = j10;
141 QUARTERROUND( x2, x6,x10,x14)
143 QUARTERROUND( x0, x5,x10,x15)
158 x10 = PLUS(x10,j10);
176 x10 = XOR(x10,U8TO32_LITTLE(m + 40));
200 U32TO8_LITTLE(c + 40,x10);

Completed in 44 milliseconds