HomeSort by relevance Sort by last modified time
    Searched refs:tp4 (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/aes/
aes_x86core.c 597 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
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
    [all...]
aes_core.c 1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl     [all...]
aes-x86_64.pl 1068 xor $tp10,$tp40 # tp4^=tp1
1069 xor $tp18,$tp48 # tp4^=tp1
1083 xor $tp80,$tp40 # tp4^tp1^=tp8
1084 xor $tp88,$tp48 # tp4^tp1^=tp8
1091 xor $tp40,$tp80 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1092 xor $tp48,$tp88 # tp2^tp1^=tp8^tp4^tp1=tp8^tp4^tp2
1122 rol \$16,`&LO("$tp40")` # ROTATE(tp4^tp1^tp8,16)
1123 rol \$16,`&LO("$tp48")` # ROTATE(tp4^tp1^tp8,16
    [all...]
aes-mips.pl 1094 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1170 srl $tp4,$m,7
1172 subu $m,$tp4
1177 and $tp4,$tp2,$x7f7f7f7f
1179 addu $tp4,$tp4 # tp4<<1
1182 xor $tp4,$m
1184 and $m,$tp4,$x80808080
1185 and $tp8,$tp4,$x7f7f7f7
    [all...]
aes-armv4.s 687 eor r2,r4,r2,lsl#1 @ tp4
701 eor r4,r4,r5,ror#16 @ ^= ROTATE(tpd=tp9^tp4,16)
aes-mips.s 962 addu $10,$10 # tp4<<1

Completed in 423 milliseconds