Lines Matching refs:in
47 $in="esi";
66 &mov($in, &DWP(0,"ebx","",0));# iv[0]
70 &push($in);
72 &push($in); # used in decrypt for iv[0]
76 &mov($in, &wparam(0)); # in
120 &mov("ecx", &DWP(0,$in,"",0)); # load first 4 bytes
121 &mov("edx", &DWP(4,$in,"",0)); # second 4 bytes
145 &add($in, 8);
169 &movb(&HB("edx"), &BP(6,$in,"",0));
173 &movb(&HB("edx"), &BP(5,$in,"",0));
176 &movb(&LB("edx"), &BP(4,$in,"",0));
179 &mov("ecx", &DWP(0,$in,"",0));
183 &movb(&HB("ecx"), &BP(2,$in,"",0));
187 &movb(&HB("ecx"), &BP(1,$in,"",0));
190 &movb(&LB("ecx"), &BP(0,$in,"",0));
226 &mov("eax", &DWP(0,$in,"",0)); # load first 4 bytes
227 &mov("ebx", &DWP(4,$in,"",0)); # second 4 bytes
249 &mov("eax", &DWP(0,$in,"",0)); # get old cipher text,
250 &mov("ebx", &DWP(4,$in,"",0)); # next iv actually
258 &add($in, 8);
269 &mov("eax", &DWP(0,$in,"",0)); # load first 4 bytes
270 &mov("ebx", &DWP(4,$in,"",0)); # second 4 bytes
293 &mov("eax", &DWP(0,$in,"",0)); # get old cipher text,
294 &mov("ebx", &DWP(4,$in,"",0)); # next iv actually
312 &movb(&BP(1,$in,"",0), &HB("ecx"));
314 &movb(&BP(0,$in,"",0), &LB("ecx"));