Home | History | Annotate | Download | only in chacha

Lines Matching defs:x12

71 	uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
86 x12 = y12 = le32dec(in + 0);
114 le32enc(out + 48, x12 + y12);
131 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
147 /* x12 = blkno */
165 y12 = x12 = blkno;
191 le32enc(s + 48, x12 + y12);
213 y12 = x12 = blkno;
239 le32enc(buf + 48, x12 + y12);
256 uint32_t x0,x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15;
272 /* x12 = blkno */
290 y12 = x12 = blkno;
316 le32enc(s + 48, (x12 + y12) ^ le32dec(p + 48));
338 y12 = x12 = blkno;
364 le32enc(buf + 48, x12 + y12);