Home
last modified time | relevance | path

Searched refs:tpe (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_x86core.c603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
620 rk[j] = tpe ^ ROTATE(tpd,16) ^ in AES_set_decrypt_key()
623 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ in AES_set_decrypt_key()
915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
931 tpe = tp8 ^ tp4 ^ tp2; in AES_decrypt()
933 t[i] = tpe ^ ROTATE(tpd,16) ^ in AES_decrypt()
936 t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ in AES_decrypt()
992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
1008 tpe in AES_decrypt()
[all...]
H A Daes_core.c1984 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
1999 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
2001 rk[j] = tpe ^ ROTATE(tpd,16) ^ in AES_set_decrypt_key()
2004 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ in AES_set_decrypt_key()
/third_party/openssl/crypto/aes/
H A Daes_x86core.c603 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
618 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
620 rk[j] = tpe ^ ROTATE(tpd,16) ^ in AES_set_decrypt_key()
623 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ in AES_set_decrypt_key()
915 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
931 tpe = tp8 ^ tp4 ^ tp2; in AES_decrypt()
933 t[i] = tpe ^ ROTATE(tpd,16) ^ in AES_decrypt()
936 t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ in AES_decrypt()
992 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_decrypt() local
1008 tpe in AES_decrypt()
[all...]
H A Daes_core.c1984 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; in AES_set_decrypt_key() local
1999 tpe = tp8 ^ tp4 ^ tp2; in AES_set_decrypt_key()
2001 rk[j] = tpe ^ ROTATE(tpd,16) ^ in AES_set_decrypt_key()
2004 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^ in AES_set_decrypt_key()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-mips.pl1670 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1769 xor $tpe,$tp8,$tp4
1775 xor $tpe,$tp2
1777 xor $tpe,$tp1
1779 xor $tpe,$tp2
1781 xor $tpe,$tp4
1784 xor $tpe,$tp2
1786 xor $tpe,$tp1
1788 xor $tpe,$tp2
1790 xor $tpe,
[all...]
H A Daes-armv4.pl848 eor $t1,$t1,$s3 @ tpe
/third_party/openssl/crypto/aes/asm/
H A Daes-mips.pl1670 my ($tp1,$tp2,$tp4,$tp8,$tp9,$tpb,$tpd,$tpe)=($a4,$a5,$a6,$a7,$s0,$s1,$s2,$s3);
1769 xor $tpe,$tp8,$tp4
1775 xor $tpe,$tp2
1777 xor $tpe,$tp1
1779 xor $tpe,$tp2
1781 xor $tpe,$tp4
1784 xor $tpe,$tp2
1786 xor $tpe,$tp1
1788 xor $tpe,$tp2
1790 xor $tpe,
[all...]
H A Daes-armv4.pl848 eor $t1,$t1,$s3 @ tpe
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1506 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs()
1517 for (unsigned tpi = 0, tpe = TiedPairs.size(); tpi != tpe; ++tpi) { in processTiedPairs()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs3114 tpe: *mut ::c_int, in pset_info()
3238 tpe: ::lgrp_mem_size_flag_t, in lgrp_mem_size()
3250 tpe: ::lgrp_rsrc_t, in lgrp_resources()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2988 pub fn logoutx(line: *const ::c_char, status: ::c_int, tpe: ::c_int); in logoutx()
2995 tpe: ::c_int, in logwtmpx()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs373 pub tpe: u32,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1662 pub fn sys_checkpoint(tpe: ::c_int, fd: ::c_int, pid: ::pid_t, retval: ::c_int) -> ::c_int; in sys_checkpoint()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs474 pub tpe: ::c_int,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5282 pub fn os_log_type_enabled(oslog: ::os_log_t, tpe: ::os_log_type_t) -> bool; in os_log_type_enabled()

Completed in 66 milliseconds