• Home
  • Raw
  • Download

Lines Matching refs:xor

94 	&xor	($t0,$idx);				# t0^=key[0]
95 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1]
99 &xor ($t3,&DWP($SBOX4_4404,$Tbl,$idx,8)); # t3^=SBOX4_4404[0]
104 &xor ($t3,&DWP($SBOX1_1110,$Tbl,$idx,8)); # t3^=SBOX1_1110[0]
106 &xor ($t2,&DWP($SBOX4_4404,$Tbl,$idx,8)); # t2^=SBOX4_4404[1]
109 &xor ($t3,&DWP($SBOX2_0222,$Tbl,$t0,8)); # t3^=SBOX2_0222[0]
112 &xor ($t2,$t3); # t2^=t3
114 &xor ($t2,&DWP($SBOX2_0222,$Tbl,$idx,8)); # t2^=SBOX2_0222[1]
117 &xor ($t3,$t0); # t3^=s3
118 &xor ($t2,&DWP($SBOX3_3033,$Tbl,$idx,8)); # t2^=SBOX3_3033[1]
120 &xor ($t3,$t2); # t3^=t2
122 &xor ($t2,$t1); # t2^=s2
249 &xor (@T[0],&DWP(0,$key)); # ^=key[0-3]
250 &xor (@T[1],&DWP(4,$key));
251 &xor (@T[2],&DWP(8,$key));
252 &xor (@T[3],&DWP(12,$key));
272 &xor (@T[1],$idx);
275 &xor (@T[2],$__s2);
281 &xor (@T[0],$idx);
284 &xor (@T[3],@T[2]);
294 &xor (@T[0],$idx); # $idx is preloaded with key[0]
295 &xor (@T[1],&DWP(4,$key));
296 &xor (@T[2],&DWP(8,$key));
297 &xor (@T[3],&DWP(12,$key));
424 &xor (@T[0],&DWP(0,$key)); # ^=key[0-3]
425 &xor (@T[1],&DWP(4,$key));
426 &xor (@T[2],&DWP(8,$key));
427 &xor (@T[3],&DWP(12,$key));
447 &xor (@T[1],$idx);
450 &xor (@T[2],$__s2);
456 &xor (@T[0],$idx);
459 &xor (@T[3],@T[2]);
469 &xor (@T[2],$idx); # $idx is preloaded with key[2]
470 &xor (@T[3],&DWP(12,$key));
471 &xor (@T[0],&DWP(0,$key));
472 &xor (@T[1],&DWP(4,$key));
601 &xor (@T[0],&DWP(0*8+0,$key)); # KR^KL
602 &xor (@T[1],&DWP(0*8+4,$key));
603 &xor (@T[2],&DWP(1*8+0,$key));
604 &xor (@T[3],&DWP(1*8+4,$key));
624 &xor (@T[0],&DWP(0*8+0,$idx)); # ^KL
625 &xor (@T[1],&DWP(0*8+4,$idx));
626 &xor (@T[2],&DWP(1*8+0,$idx));
627 &xor (@T[3],&DWP(1*8+4,$idx));
675 &xor (@T[0],&DWP(4*8+0,$idx)); # KA^KR
676 &xor (@T[1],&DWP(4*8+4,$idx));
677 &xor (@T[2],&DWP(5*8+0,$idx));
678 &xor (@T[3],&DWP(5*8+4,$idx));
769 &xor ("eax","eax");
907 &xor ($s0,&DWP(0,$idx)); # xor input data
908 &xor ($s1,&DWP(4,$idx));
909 &xor ($s2,&DWP(8,$idx));
911 &xor ($s3,&DWP(12,$idx));
974 &xor ($s0,$s0);
1017 &xor ($s0,&DWP(0,$key)); # xor iv
1019 &xor ($s1,&DWP(4,$key));
1020 &xor ($s2,&DWP(8,$key));
1021 &xor ($s3,&DWP(12,$key));
1094 &xor ($s0,&DWP(0,$key)); # xor iv
1096 &xor ($s1,&DWP(4,$key));
1097 &xor ($s2,&DWP(8,$key));
1098 &xor ($s3,&DWP(12,$key));