Searched +full:- +full:dopenssl_small_footprint (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | appveyor.yml | 2 - Visual Studio 2017 5 - x64 6 - x86 11 - VSVER: 15 14 - shared 15 - plain 16 - minimal 19 - ps: >- 20 Install-Module VSSetup -Scope CurrentUser 21 - ps: >- [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha512-c64xplus.pl | 2 # Copyright 2012-2020 The OpenSSL Project Authors. All Rights Reserved. 22 # transform function from sha512.c compiled with cl6x with -mv6400+ 23 # -o2 -DOPENSSL_SMALL_FOOTPRINT it's almost 7x faster and 2x smaller. 29 # service routines are expected to preserve it and for own well-being 32 while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {} 82 || MVK -128,B0 84 || [A0] STW FP,*SP--(40) ; save frame pointer 89 || [A0] STDW A13:A12,*FP[-3] 103 || [A0] MVKL (K512-__sha512_block),$K512 104 [A0] MVKH (K512-__sha512_block),$K512 [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A D | sha512-c64xplus.pl | 2 # Copyright 2012-2020 The OpenSSL Project Authors. All Rights Reserved. 22 # transform function from sha512.c compiled with cl6x with -mv6400+ 23 # -o2 -DOPENSSL_SMALL_FOOTPRINT it's almost 7x faster and 2x smaller. 29 # service routines are expected to preserve it and for own well-being 81 || MVK -128,B0 83 || [A0] STW FP,*SP--(40) ; save frame pointer 88 || [A0] STDW A13:A12,*FP[-3] 102 || [A0] MVKL (K512-__sha512_block),$K512 103 [A0] MVKH (K512-__sha512_block),$K512 128 LDNDW *$INP++,B11:B10 ; pre-fetch input [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/ |
| H A D | des-586.pl | 2 # Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. 31 $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV)); 44 &cbc("DES_ncbc_encrypt","DES_encrypt1","DES_encrypt1",0,4,5,3,5,-1); 99 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 101 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 112 for ($i=15; $i>0; $i-=2) 115 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 116 &comment("Round ".sprintf("%d",$i-1)); 117 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 168 # PIC-ification:-) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/asm/ |
| H A D | des-586.pl | 2 # Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. 30 $small_footprint=1 if (grep(/\-DOPENSSL_SMALL_FOOTPRINT/,@ARGV)); 43 &cbc("DES_ncbc_encrypt","DES_encrypt1","DES_encrypt1",0,4,5,3,5,-1); 98 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 100 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 111 for ($i=15; $i>0; $i-=2) 114 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 115 &comment("Round ".sprintf("%d",$i-1)); 116 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 167 # PIC-ification:-) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/asm/ |
| H A D | wp-mmx.pl | 2 # Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved. 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 22 # allergic to the latter, while Intel ones - to former [see the 24 # minimizes cache trashing and thus mitigates the hazard of side- 25 # channel leakage similar to AES cache-timing one; 2. performance 26 # gap among different µ-archs is smaller. 39 # (*) I've sketched even non-MMX assembler, but for the record 42 # (**) ... on AMD on the other hand non-MMX assembler was observed 45 # pre-MMX AMD core[s], the improvement coefficient is more 47 # least I know is that gcc-generated code compiled with [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/ |
| H A D | wp-mmx.pl | 2 # Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved. 18 *SCALE=\(2); # 2 or 8, that is the question:-) Value of 8 results 22 # allergic to the latter, while Intel ones - to former [see the 24 # minimizes cache trashing and thus mitigates the hazard of side- 25 # channel leakage similar to AES cache-timing one; 2. performance 26 # gap among different µ-archs is smaller. 39 # (*) I've sketched even non-MMX assembler, but for the record 42 # (**) ... on AMD on the other hand non-MMX assembler was observed 45 # pre-MMX AMD core[s], the improvement coefficient is more 47 # least I know is that gcc-generated code compiled with [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| H A D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", 39 asoutflag => "-o ", [all …]
|