Lines Matching full:k1
75 .macro rounds f, p, q, s0, s1, s2, s3, k0, k1, k2, k3
77 round %edx, %eax, %ebx, %ecx, \f, \k1, \p*1+\q, \s1
83 .macro rounds0 i, k0, k1, k2, k3
84 rounds f0, 1, \i, 7, 12, 17, 22, \k0, \k1, \k2, \k3
87 .macro rounds1 i, k0, k1, k2, k3
88 rounds f1, 5, 5*\i+1, 5, 9, 14, 20, \k0, \k1, \k2, \k3
91 .macro rounds2 i, k0, k1, k2, k3
92 rounds f2, 3, 3*\i+5, 4, 11, 16, 23, \k0, \k1, \k2, \k3
95 .macro rounds3 i, k0, k1, k2, k3
96 rounds f3, 7, 7*\i, 6, 10, 15, 21, \k0, \k1, \k2, \k3
174 .macro rounds1 i, k0, k1, k2, k3
176 round1 %edx, %eax, %ebx, %ecx, \k1, 5*\i+ 6, 9
182 .macro rounds3 i, k0, k1, k2, k3
184 round3 %edx, %eax, %ebx, %ecx, \k1, 7*\i+ 7, 10