/openssl-master/crypto/perlasm/ |
A D | cbc.pl | 51 &push("ebp"); 52 &push("ebx"); 53 &push("esi"); 54 &push("edi"); 69 &push($out); 70 &push($in); 72 &push($in); # used in decrypt for iv[0] 87 else { &push("ecx"); } 94 else { &push("ecx"); } 101 else { &push("ecx"); } [all …]
|
A D | x86asm.pl | 220 &push("ebp"); 221 &push("ebx"); 222 &push("esi"); 223 &push("edi");
|
A D | README.md | 10 push(@INC,"perlasm","../../perlasm"); 46 &wparam(num) Parameter number num, that was push in 68 push(@INC,"perlasm","../../perlasm"); 91 &push( $tmp1);
|
/openssl-master/engines/asm/ |
A D | e_padlock-x86.pl | 59 &push ("ebx"); 64 &push ("eax"); 103 &push ("ebx"); 168 &push ("edi"); 169 &push ("esi"); 170 &push ("ebx"); 430 &push ("edi"); 452 &push ("edi"); 453 &push ("esi"); 489 &push ("edi"); [all …]
|
/openssl-master/Configurations/ |
A D | 00-base-templates.conf | 51 push @defs, "ZLIB" unless $disabled{zlib}; 52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"}; 58 push @incs, $withargs{zlib_include} 97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0]; 131 push @incs, 'GNV$ZLIB_INCLUDE:'
|
A D | 10-main.conf | 144 push @{$vms_info->{disable_warns}}, "MAYLOSEDATA3"; 1362 push @ex_libs, 'ws2_32.lib' unless $disabled{sock}; 1363 push @ex_libs, 'gdi32.lib advapi32.lib crypt32.lib user32.lib'; 1372 push @ex_libs, 'bufferoverflowu.lib' if (`cl 2>&1` =~ /14\.00\.4[0-9]{4}\./); 1443 push @ex_libs, 'ws2.lib' unless $disabled{sock}; 1444 push @ex_libs, 'crypt32.lib'; 1452 push @ex_libs, $x; 1454 push @ex_libs, '$(PORTSDK_LIBPATH)/portlib.lib' 1456 push @ex_libs, '/nodefaultlib coredll.lib corelibc.lib'
|
/openssl-master/crypto/des/asm/ |
A D | des-586.pl | 58 &push("edx"); 59 &push("ecx"); 73 &push("ecx"); 94 &push("ecx"); 96 &push("ecx"); 131 &push("esi"); 132 &push("edi"); 142 &push("ebx"); 143 &push("ebp"); 157 &push("ebx"); [all …]
|
A D | desboth.pl | 18 &push("ebx"); 21 &push("ebp"); 22 &push("esi"); 24 &push("edi");
|
/openssl-master/crypto/bn/asm/ |
A D | co-586.pl | 136 &push("esi"); 138 &push("edi"); 140 &push("ebp"); 141 &push("ebx"); 221 &push("esi"); 222 &push("edi"); 223 &push("ebp"); 224 &push("ebx");
|
A D | x86-gf2m.pl | 232 &push ("ebp"); 233 &push ("ebx"); 234 &push ("esi"); 235 &push ("edi"); 270 &push ("ebp"); 271 &push ("ebx"); 272 &push ("esi"); 273 &push ("edi");
|
A D | bn-586.pl | 144 &push("ebp"); 145 &push("ebx"); 146 &push("esi"); 147 &push("edi"); 260 &push("ebp"); 261 &push("ebx"); 262 &push("esi"); 263 &push("edi"); 366 &push("ebp"); 367 &push("ebx"); [all …]
|
/openssl-master/test/ssl-tests/ |
A D | 04-client_auth.cnf.in | 22 push @is_disabled, anydisabled("tls1_2", "dtls1_2"); 25 push @is_disabled, anydisabled("ssl3", "tls1", "tls1_1", "tls1_2", "dtls1", "dtls1_2"); 58 push @tests, { 79 push @tests, { 101 push @tests, { 129 push @tests, { 159 push @tests, { 190 push @tests, {
|
A D | 14-curves.cnf.in | 28 push @curves_tls_1_2, @curves_non_fips if !$fips_mode; 35 push @tests, { 56 push @tests, { 77 push @tests, {
|
A D | 16-dtls-certstatus.cnf.in | 95 push @tests, @tests_standard; 96 push @tests, @tests_sctp unless disabled("sctp") || disabled("sock");
|
A D | 27-ticket-appdata.cnf.in | 98 push @tests, @tests12 unless disabled("tls1_2"); 99 push @tests, @tests13 unless disabled("tls1_3")
|
A D | 22-compression.cnf.in | 141 push @tests, @tests_tls1_3 unless disabled("tls1_3"); 142 push @tests, @tests_tls1_2 unless alldisabled(("tls1_2", "tls1_1", "tls1",
|
/openssl-master/crypto/ |
A D | x86cpuid.pl | 25 &push ("eax"); 195 &push ("edx"); 196 &push ("eax"); 278 &push ("ebx"); 326 &push ("esi"); 327 &push ("edi"); 455 &push ("edi"); 456 &push ("ebx");
|
/openssl-master/crypto/rc5/asm/ |
A D | rc5-586.pl | 44 &push("ebp"); 45 &push("esi"); 46 &push("edi"); 54 &push($r);
|
/openssl-master/crypto/bf/asm/ |
A D | bf-586.pl | 44 &push("ebp"); 45 &push("ebx"); 48 &push("esi"); 49 &push("edi");
|
/openssl-master/ms/ |
A D | uplink-x86.pl | 25 &push ($i); 26 &push ("eax");
|
A D | uplink.c | 106 _asm push i \ 107 _asm push OFFSET OPENSSL_UplinkTable \
|
/openssl-master/crypto/cast/asm/ |
A D | cast-586.pl | 70 &push("ebp"); 71 &push("ebx"); 74 &push("esi"); 75 &push("edi"); 84 &push($tmp3);
|
/openssl-master/doc/ |
A D | build.info.in | 55 push @htmlfiles, $htmlfile; 56 push @manfiles, $manfile; 73 push @imagefiles, $imagefile;
|
/openssl-master/crypto/md5/asm/ |
A D | md5-586.pl | 194 &push("esi"); 195 &push("edi"); 199 &push("ebp"); 201 &push("ebx"); 205 &push($C); # Put on the TOS
|
/openssl-master/crypto/whrlpool/asm/ |
A D | wp-mmx.pl | 90 &push ("ebp"); 91 &push ("ebx"); 92 &push ("esi"); 93 &push ("edi");
|