Lines Matching refs:xor

93 	&xor	($t0,$idx);				# t0^=key[0]
94 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1]
98 &xor ($t3,&DWP($SBOX4_4404,$Tbl,$idx,8)); # t3^=SBOX4_4404[0]
103 &xor ($t3,&DWP($SBOX1_1110,$Tbl,$idx,8)); # t3^=SBOX1_1110[0]
105 &xor ($t2,&DWP($SBOX4_4404,$Tbl,$idx,8)); # t2^=SBOX4_4404[1]
108 &xor ($t3,&DWP($SBOX2_0222,$Tbl,$t0,8)); # t3^=SBOX2_0222[0]
111 &xor ($t2,$t3); # t2^=t3
113 &xor ($t2,&DWP($SBOX2_0222,$Tbl,$idx,8)); # t2^=SBOX2_0222[1]
116 &xor ($t3,$t0); # t3^=s3
117 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
119 &xor ($t3,$t2); # t3^=t2
121 &xor ($t2,$t1); # t2^=s2
248 &xor (@T[0],&DWP(0,$key)); # ^=key[0-3]
249 &xor (@T[1],&DWP(4,$key));
250 &xor (@T[2],&DWP(8,$key));
251 &xor (@T[3],&DWP(12,$key));
271 &xor (@T[1],$idx);
274 &xor (@T[2],$__s2);
280 &xor (@T[0],$idx);
283 &xor (@T[3],@T[2]);
293 &xor (@T[0],$idx); # $idx is preloaded with key[0]
294 &xor (@T[1],&DWP(4,$key));
295 &xor (@T[2],&DWP(8,$key));
296 &xor (@T[3],&DWP(12,$key));
423 &xor (@T[0],&DWP(0,$key)); # ^=key[0-3]
424 &xor (@T[1],&DWP(4,$key));
425 &xor (@T[2],&DWP(8,$key));
426 &xor (@T[3],&DWP(12,$key));
446 &xor (@T[1],$idx);
449 &xor (@T[2],$__s2);
455 &xor (@T[0],$idx);
458 &xor (@T[3],@T[2]);
468 &xor (@T[2],$idx); # $idx is preloaded with key[2]
469 &xor (@T[3],&DWP(12,$key));
470 &xor (@T[0],&DWP(0,$key));
471 &xor (@T[1],&DWP(4,$key));
600 &xor (@T[0],&DWP(0*8+0,$key)); # KR^KL
601 &xor (@T[1],&DWP(0*8+4,$key));
602 &xor (@T[2],&DWP(1*8+0,$key));
603 &xor (@T[3],&DWP(1*8+4,$key));
623 &xor (@T[0],&DWP(0*8+0,$idx)); # ^KL
624 &xor (@T[1],&DWP(0*8+4,$idx));
625 &xor (@T[2],&DWP(1*8+0,$idx));
626 &xor (@T[3],&DWP(1*8+4,$idx));
674 &xor (@T[0],&DWP(4*8+0,$idx)); # KA^KR
675 &xor (@T[1],&DWP(4*8+4,$idx));
676 &xor (@T[2],&DWP(5*8+0,$idx));
677 &xor (@T[3],&DWP(5*8+4,$idx));
768 &xor ("eax","eax");
906 &xor ($s0,&DWP(0,$idx)); # xor input data
907 &xor ($s1,&DWP(4,$idx));
908 &xor ($s2,&DWP(8,$idx));
910 &xor ($s3,&DWP(12,$idx));
973 &xor ($s0,$s0);
1016 &xor ($s0,&DWP(0,$key)); # xor iv
1018 &xor ($s1,&DWP(4,$key));
1019 &xor ($s2,&DWP(8,$key));
1020 &xor ($s3,&DWP(12,$key));
1093 &xor ($s0,&DWP(0,$key)); # xor iv
1095 &xor ($s1,&DWP(4,$key));
1096 &xor ($s2,&DWP(8,$key));
1097 &xor ($s3,&DWP(12,$key));