Searched defs:x8 (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
131 x8 = j8;
140 QUARTERROUND( x0, x4, x8,x12)
146 QUARTERROUND( x2, x7, x8,x13)
157 x8 = PLUS(x8,j8);
175 x8 = XOR(x8,U8TO32_LITTLE(m + 32));
199 U32TO8_LITTLE(c + 32,x8);

Completed in 50 milliseconds