Home | History | Annotate | Download | only in chacha

Lines Matching defs:x14

71 	uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
88 x14 = y14 = le32dec(in + 8);
116 le32enc(out + 56, x14 + y14);
131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
149 x14 = le32dec(nonce + 4);
167 y14 = x14;
193 le32enc(s + 56, x14 + y14);
215 y14 = x14;
241 le32enc(buf + 56, x14 + y14);
256 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
274 x14 = le32dec(nonce + 4);
292 y14 = x14;
318 le32enc(s + 56, (x14 + y14) ^ le32dec(p + 56));
340 y14 = x14;
366 le32enc(buf + 56, x14 + y14);