Lines Matching +full:3 +full:x12
30 ((u32)((p)[3]) << 24))
37 (p)[3] = U8V((v) >> 24); \
76 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
102 j3 = x->input[3]; in chacha_encrypt_bytes()
135 x12 = j12; in chacha_encrypt_bytes()
140 QUARTERROUND( x0, x4, x8,x12) in chacha_encrypt_bytes()
145 QUARTERROUND( x1, x6,x11,x12) in chacha_encrypt_bytes()
161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
178 x12 = XOR(x12,U8TO32_LITTLE(m + 48)); in chacha_encrypt_bytes()
201 U32TO8_LITTLE(c + 48,x12); in chacha_encrypt_bytes()