Home | History | Annotate | Download | only in chacha

Lines Matching defs:x15

71 	uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
89 x15 = y15 = le32dec(in + 12);
117 le32enc(out + 60, x15 + y15);
131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
150 x15 = le32dec(nonce + 8);
168 y15 = x15;
194 le32enc(s + 60, x15 + y15);
216 y15 = x15;
242 le32enc(buf + 60, x15 + y15);
256 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
275 x15 = le32dec(nonce + 8);
293 y15 = x15;
319 le32enc(s + 60, (x15 + y15) ^ le32dec(p + 60));
341 y15 = x15;
367 le32enc(buf + 60, x15 + y15);