Searched defs:x14 (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
137 x14 = j14;
142 QUARTERROUND( x2, x6,x10,x14)
147 QUARTERROUND( x3, x4, x9,x14)
163 x14 = PLUS(x14,j14);
181 x14 = XOR(x14,U8TO32_LITTLE(m + 56));
205 U32TO8_LITTLE(c + 56,x14);

Completed in 46 milliseconds