Lines Matching refs:key3
38 .macro enc_fround, key1, key2, key3
41 veor q0, q0, \key3
44 .macro dec_fround, key1, key2, key3
47 veor q0, q0, \key3
68 .macro enc_fround_3x, key1, key2, key3
75 veor q0, q0, \key3
76 veor q1, q1, \key3
77 veor q2, q2, \key3
80 .macro dec_fround_3x, key1, key2, key3
87 veor q0, q0, \key3
88 veor q1, q1, \key3
89 veor q2, q2, \key3