Searched defs:x6 (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
128 x6 = j6;
141 QUARTERROUND( x2, x6,x10,x14)
144 QUARTERROUND( x1, x6,x11,x12)
154 x6 = PLUS(x6,j6);
172 x6 = XOR(x6,U8TO32_LITTLE(m + 24));
196 U32TO8_LITTLE(c + 24,x6);

Completed in 66 milliseconds