Updates to benchmark/test Visual Studio projects to properly reference x64. Added missing files to VS projects. Example settings for enabling SP and AESNI in Visual Studio in IDE/WIN/user_settings.h.

This commit is contained in:
David Garske
2019-07-19 13:08:13 -07:00
parent 0bcae86038
commit aed1e433b2
5 changed files with 127 additions and 49 deletions

View File

@@ -151,10 +151,46 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=".\src\crl.c"
>
</File>
<File
RelativePath=".\src\internal.c"
>
</File>
<File
RelativePath=".\src\keys.c"
>
</File>
<File
RelativePath=".\src\ocsp.c"
>
</File>
<File
RelativePath=".\src\ssl.c"
>
</File>
<File
RelativePath=".\src\tls.c"
>
</File>
<File
RelativePath=".\src\tls13.c"
>
</File>
<File
RelativePath=".\src\wolfio.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\aes.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\aes_asm.asm"
>
</File>
<File
RelativePath=".\wolfcrypt\src\arc4.c"
>
@@ -167,6 +203,10 @@
RelativePath=".\wolfcrypt\src\blake2b.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\blake2s.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\camellia.c"
>
@@ -183,10 +223,6 @@
RelativePath=".\wolfcrypt\src\chacha20_poly1305.c"
>
</File>
<File
RelativePath=".\src\crl.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\des3.c"
>
@@ -207,6 +243,22 @@
RelativePath=".\wolfcrypt\src\error.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\fe_low_mem.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\fe_operations.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\ge_low_mem.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\ge_operations.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\hash.c"
>
@@ -223,22 +275,14 @@
RelativePath=".\wolfcrypt\src\integer.c"
>
</File>
<File
RelativePath=".\src\internal.c"
>
</File>
<File
RelativePath=".\src\wolfio.c"
>
</File>
<File
RelativePath=".\src\keys.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\logging.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\md2.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\md4.c"
>
@@ -251,10 +295,6 @@
RelativePath=".\wolfcrypt\src\memory.c"
>
</File>
<File
RelativePath=".\src\ocsp.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\pkcs7.c"
>
@@ -267,14 +307,6 @@
RelativePath=".\wolfcrypt\src\poly1305.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_port.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wolfmath.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\pwdbased.c"
>
@@ -307,26 +339,46 @@
RelativePath=".\wolfcrypt\src\sha512.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sp_c32.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sp_c64.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sp_int.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\sp_x86_64.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\signature.c"
>
</File>
<File
RelativePath=".\src\ssl.c"
>
</File>
<File
RelativePath=".\src\tls.c"
>
</File>
<File
RelativePath=".\src\tls13.c"
RelativePath=".\wolfcrypt\src\tfm.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_encrypt.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_pkcs11.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wc_port.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wolfmath.c"
>
</File>
<File
RelativePath=".\wolfcrypt\src\wolfevent.c"
>