Searched defs:x12 (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
H A D | chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 135 x12 = j12; 140 QUARTERROUND( x0, x4, x8,x12) 145 QUARTERROUND( x1, x6,x11,x12) 161 x12 = PLUS(x12,j12); 179 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); 203 U32TO8_LITTLE(c + 48,x12);
|
Completed in 36 milliseconds