Lines Matching refs:round
80 #define encrypt_round(a,b,c,d,round)\ argument
104 add k+round(%ebp), %esi;\
107 add k+4+round(%ebp),d ## D;\
118 #define encrypt_last_round(a,b,c,d,round)\ argument
142 add k+round(%ebp), %esi;\
145 add k+4+round(%ebp),d ## D;\
155 #define decrypt_round(a,b,c,d,round)\ argument
179 add k+round(%ebp), c ## D;\
181 add k+4+round(%ebp),%esi;\
193 #define decrypt_last_round(a,b,c,d,round)\ argument
217 add k+round(%ebp), c ## D;\
219 add k+4+round(%ebp),%esi;\