/third_party/node/deps/openssl/openssl/crypto/aes/ |
H A D | aes_x86core.c | 603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 613 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 615 tp9 = tp8 ^ tp1; in AES_set_decrypt_key() 618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 926 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 928 tp9 = tp8 ^ tp1; in AES_decrypt() 931 tpe = tp8 ^ tp4 ^ tp2; in AES_decrypt() 992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 1003 tp8 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()
|
/third_party/openssl/crypto/aes/ |
H A D | aes_x86core.c | 603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local 613 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_set_decrypt_key() 615 tp9 = tp8 ^ tp1; in AES_set_decrypt_key() 618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key() 915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 926 tp8 = ((tp4 & 0x7f7f7f7f) << 1) ^ in AES_decrypt() 928 tp9 = tp8 ^ tp1; in AES_decrypt() 931 tpe = tp8 ^ tp4 ^ tp2; in AES_decrypt() 992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local 1003 tp8 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()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 1285 my $tp8 = $tbl; 1312 &lea ($tp8,&DWP(0,$tp4,$tp4)); 1314 &and ($tp8,0xfefefefe); 1318 &xor ($tp8,$acc); 1321 &xor ($tp2,$tp8); 1323 &xor ($tp4,$tp8); 1325 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1) 1327 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24) 1328 &rotl ($tp8, [all...] |
H A D | aes-x86_64.pl | 1110 xor $tp80,$tp10 # tp1^=tp8 1111 xor $tp88,$tp18 # tp1^=tp8 1112 xor $tp80,$tp20 # tp2^tp1^=tp8 1113 xor $tp88,$tp28 # tp2^tp1^=tp8 1116 xor $tp80,$tp40 # tp4^tp1^=tp8 1118 xor $tp88,$tp48 # tp4^tp1^=tp8 1120 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1 1121 rol \$8,`&LO("$tp10")` # ROTATE(tp1^tp8,8) 1122 xor $tp28,$tp88 # tp8 [all...] |
H A D | aes-mips.pl | 1670 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1754 srl $tp8,$m,7 1756 subu $m,$tp8 1761 and $tp8,$tp4,$x7f7f7f7f 1763 addu $tp8,$tp8 # tp8<<1 1766 xor $tp8,$m 1768 xor $tp9,$tp8,$tp1 1769 xor $tpe,$tp8, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 1285 my $tp8 = $tbl; 1312 &lea ($tp8,&DWP(0,$tp4,$tp4)); 1314 &and ($tp8,0xfefefefe); 1318 &xor ($tp8,$acc); 1321 &xor ($tp2,$tp8); 1323 &xor ($tp4,$tp8); 1325 &xor ($s[$i],$tp8); # ^= tp8^(tp4^tp1)^(tp2^tp1) 1327 &xor ($s[$i],$tp2); # ^= ROTATE(tp8^tp2^tp1,24) 1328 &rotl ($tp8, [all...] |
H A D | aes-x86_64.pl | 1110 xor $tp80,$tp10 # tp1^=tp8 1111 xor $tp88,$tp18 # tp1^=tp8 1112 xor $tp80,$tp20 # tp2^tp1^=tp8 1113 xor $tp88,$tp28 # tp2^tp1^=tp8 1116 xor $tp80,$tp40 # tp4^tp1^=tp8 1118 xor $tp88,$tp48 # tp4^tp1^=tp8 1120 xor $tp20,$tp80 # tp8^=tp8^tp2^tp1=tp2^tp1 1121 rol \$8,`&LO("$tp10")` # ROTATE(tp1^tp8,8) 1122 xor $tp28,$tp88 # tp8 [all...] |
H A D | aes-mips.pl | 1670 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3); 1754 srl $tp8,$m,7 1756 subu $m,$tp8 1761 and $tp8,$tp4,$x7f7f7f7f 1763 addu $tp8,$tp8 # tp8<<1 1766 xor $tp8,$m 1768 xor $tp9,$tp8,$tp1 1769 xor $tpe,$tp8, [all...] |
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1372 xr %r11,%r1 # tp8 1377 xr %r10,%r11 # ^=tp8 1379 xr %r9,%r11 # tp2^tp1^tp8 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1383 xr %r8,%r9 # ^= ROTATE(tp8^tp2^tp1,24) 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16) 1386 xr %r8,%r11 # ^= ROTATE(tp8,8)
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1372 xr %r11,%r1 # tp8 1377 xr %r10,%r11 # ^=tp8 1379 xr %r9,%r11 # tp2^tp1^tp8 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1383 xr %r8,%r9 # ^= ROTATE(tp8^tp2^tp1,24) 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16) 1386 xr %r8,%r11 # ^= ROTATE(tp8,8)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1372 xr %r11,%r1 # tp8 1377 xr %r10,%r11 # ^=tp8 1379 xr %r9,%r11 # tp2^tp1^tp8 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1383 xr %r8,%r9 # ^= ROTATE(tp8^tp2^tp1,24) 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16) 1386 xr %r8,%r11 # ^= ROTATE(tp8,8)
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1372 xr %r11,%r1 # tp8 1377 xr %r10,%r11 # ^=tp8 1379 xr %r9,%r11 # tp2^tp1^tp8 1380 xr %r8,%r10 # ^=tp4^tp1^tp8 1383 xr %r8,%r9 # ^= ROTATE(tp8^tp2^tp1,24) 1385 xr %r8,%r10 # ^= ROTATE(tp8^tp4^tp1,16) 1386 xr %r8,%r11 # ^= ROTATE(tp8,8)
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs12.c | 925 const X509_SIG *tp8; in dump_certs_pkeys_bag() local 929 tp8 = PKCS12_SAFEBAG_get0_pkcs8(bag); in dump_certs_pkeys_bag() 930 X509_SIG_get0(tp8, &tp8alg, NULL); in dump_certs_pkeys_bag()
|
/third_party/openssl/apps/ |
H A D | pkcs12.c | 929 const X509_SIG *tp8; in dump_certs_pkeys_bag() local 933 tp8 = PKCS12_SAFEBAG_get0_pkcs8(bag); in dump_certs_pkeys_bag() 934 X509_SIG_get0(tp8, &tp8alg, NULL); in dump_certs_pkeys_bag()
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/aes/ |
H A D | aes-mips.S | 1523 addu $11,$11 # tp8<<1
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/aes/ |
H A D | aes-mips.S | 1523 addu $11,$11 # tp8<<1
|