Lines Matching +full:3 +full:x12
32 ((u32)((p)[3]) << 24))
39 (p)[3] = U8V((v) >> 24); \
78 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
93 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
104 j3 = x->input[3]; in chacha_encrypt_bytes()
137 x12 = j12; in chacha_encrypt_bytes()
142 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
147 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
163 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
181 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
205 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()