Searched refs:tp8 (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/aes/ |
H A D | aes_x86core.c | 611 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 613 tp9 = tp8 ^ tp1; in AES_set_decrypt_key() 616 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 913 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 924 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 926 tp9 = tp8 ^ tp1; in AES_decrypt() 929 tpe = tp8 ^ tp4 ^ tp2; in AES_decrypt() 990 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 1001 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 1003 tp9 = tp8 ^ tp1; in AES_decrypt() [all …]
|
H A D | aes_core.c | 1984 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 1994 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 1996 tp9 = tp8 ^ tp1; in AES_set_decrypt_key() 1999 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
|
/openssl/crypto/aes/asm/ |
H A D | aes-x86_64.pl | 1584 mov $acc,$tp8 1585 shr \$7,$tp8 1587 sub $tp8,$acc 1595 mov $acc,$tp8 1596 shr \$7,$tp8 1597 sub $tp8,$acc 1598 lea 0($tp4,$tp4),$tp8 1600 and \$0xfefefefe,$tp8 1602 xor $acc,$tp8 1608 xor $tp2,$tp8 [all …]
|
H A D | aes-586.pl | 1285 my $tp8 = $tbl; 1314 &and ($tp8,0xfefefefe); 1318 &xor ($tp8,$acc); 1321 &xor ($tp2,$tp8); 1323 &xor ($tp4,$tp8); 1328 &rotl ($tp8,8); 2912 &and ($tp8,0xfefefefe); 2915 &xor ($tp8,$acc); 2920 &xor ($tp2,$tp8); 2923 &xor ($tp4,$tp8); [all …]
|
H A D | aes-mips.pl | 1666 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1750 srl $tp8,$m,7 1752 subu $m,$tp8 1757 and $tp8,$tp4,$x7f7f7f7f 1759 addu $tp8,$tp8 # tp8<<1 1762 xor $tp8,$m 1764 xor $tp9,$tp8,$tp1 1765 xor $tpe,$tp8,$tp4
|
/openssl/apps/ |
H A D | pkcs12.c | 1029 const X509_SIG *tp8; in dump_certs_pkeys_bag() local 1033 tp8 = PKCS12_SAFEBAG_get0_pkcs8(bag); in dump_certs_pkeys_bag() 1034 X509_SIG_get0(tp8, &tp8alg, NULL); in dump_certs_pkeys_bag()
|
Completed in 33 milliseconds