Searched refs:tp4 (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
604 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
606 m = tp4 & 0x80808080;
607 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
611 tpd = tp9 ^ tp4;
612 tpe = tp8 ^ tp4 ^ tp2;
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
913 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
915 m = tp4 & 0x80808080;
916 tp8 = ((tp4
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1336 tp4 = ((tp2 & 0x7f7f7f7f) << 1) ^
1338 m = tp4 & 0x80808080;
1339 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^
1343 tpd = tp9 ^ tp4;
1344 tpe = tp8 ^ tp4 ^ tp2;
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-586.pl1270 my $tp4 = @s[($i+3)%4]; $tp4 = @s[3] if ($i==1);
1287 &lea ($tp4,&DWP(0,$tp2,$tp2));
1289 &and ($tp4,0xfefefefe);
1292 &xor ($acc,$tp4);
1293 &mov ($tp4,$acc);
1298 &lea ($tp8,&DWP(0,$tp4,$tp4));
1302 &xor ($tp4,$s[$i]); # tp4
[all...]
H A Daes-x86_64.pl1065 xor $tp10,$tp40 # tp4^=tp1
1066 xor $tp18,$tp48 # tp4^=tp1
1080 xor $tp80,$tp40 # tp4^tp1^=tp8
1081 xor $tp88,$tp48 # tp4^tp1^=tp8
1088 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1089 xor $tp48,$tp88 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1119 rol \$16,`&LO("$tp40")` # ROTATE(tp4^tp1^tp8,16)
1120 rol \$16,`&LO("$tp48")` # ROTATE(tp4
[all...]

Completed in 90 milliseconds