Lines Matching refs:key1
26 .macro enc_dround, key1, key2
27 enc_round q0, \key1
31 .macro dec_dround, key1, key2
32 dec_round q0, \key1
36 .macro enc_fround, key1, key2, key3
37 enc_round q0, \key1
42 .macro dec_fround, key1, key2, key3
43 dec_round q0, \key1
48 .macro enc_dround_4x, key1, key2
49 enc_round q0, \key1
50 enc_round q1, \key1
51 enc_round q2, \key1
52 enc_round q3, \key1
59 .macro dec_dround_4x, key1, key2
60 dec_round q0, \key1
61 dec_round q1, \key1
62 dec_round q2, \key1
63 dec_round q3, \key1
70 .macro enc_fround_4x, key1, key2, key3
71 enc_round q0, \key1
72 enc_round q1, \key1
73 enc_round q2, \key1
74 enc_round q3, \key1
85 .macro dec_fround_4x, key1, key2, key3
86 dec_round q0, \key1
87 dec_round q1, \key1
88 dec_round q2, \key1
89 dec_round q3, \key1