Lines Matching refs:key1
28 .macro enc_dround, key1, key2
29 enc_round q0, \key1
33 .macro dec_dround, key1, key2
34 dec_round q0, \key1
38 .macro enc_fround, key1, key2, key3
39 enc_round q0, \key1
44 .macro dec_fround, key1, key2, key3
45 dec_round q0, \key1
50 .macro enc_dround_3x, key1, key2
51 enc_round q0, \key1
52 enc_round q1, \key1
53 enc_round q2, \key1
59 .macro dec_dround_3x, key1, key2
60 dec_round q0, \key1
61 dec_round q1, \key1
62 dec_round q2, \key1
68 .macro enc_fround_3x, key1, key2, key3
69 enc_round q0, \key1
70 enc_round q1, \key1
71 enc_round q2, \key1
80 .macro dec_fround_3x, key1, key2, key3
81 dec_round q0, \key1
82 dec_round q1, \key1
83 dec_round q2, \key1