Searched defs:x11 (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
133 x11 = j11;
142 QUARTERROUND( x3, x7,x11,x15)
144 QUARTERROUND( x1, x6,x11,x12)
159 x11 = PLUS(x11,j11);
177 x11 = XOR(x11,U8TO32_LITTLE(m + 44));
201 U32TO8_LITTLE(c + 44,x11);

Completed in 72 milliseconds