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

/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
134 x11 = j11;
143 QUARTERROUND( x3, x7,x11,x15)
145 QUARTERROUND( x1, x6,x11,x12)
160 x11 = PLUS(x11,j11);
178 x11 = XOR(x11,U8TO32_LITTLE(m + 44));
202 U32TO8_LITTLE(c + 44,x11);

Completed in 52 milliseconds