mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
MSVC12 build for LibTomCrypt
libtomcrypt/libtomcrypt_MSVC12.vcxproj uses limited file set used by Firebird currently libtomcrypt/libtomcrypt_full_MSVC12.vcxproj contains full library but requires some adjustment re. aes.c (it should be compiled twice) MSVC10 and MSVC14 builds will follow
This commit is contained in:
parent
98702b9cda
commit
0e89a3caf2
28
extern/libtomcrypt/libtomcrypt_MSVC12.sln
vendored
Normal file
28
extern/libtomcrypt/libtomcrypt_MSVC12.sln
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtomcrypt", "libtomcrypt_MSVC12.vcxproj", "{489B8EBF-E95A-4A1C-8041-082FA1C2F953}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Debug|x64.Build.0 = Debug|x64
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Release|Win32.Build.0 = Release|Win32
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Release|x64.ActiveCfg = Release|x64
|
||||
{489B8EBF-E95A-4A1C-8041-082FA1C2F953}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
179
extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj
vendored
Normal file
179
extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj
vendored
Normal file
@ -0,0 +1,179 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>libtomcrypt</ProjectName>
|
||||
<ProjectGuid>{489B8EBF-E95A-4A1C-8041-082FA1C2F953}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120_xp</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120_xp</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<StringPooling>
|
||||
</StringPooling>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0409</Culture>
|
||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>.\Release\libtomcrypt.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_DEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0409</Culture>
|
||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>.\Debug\libtomcrypt.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_DEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>
|
||||
</StringPooling>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\hashes\md5.c" />
|
||||
<ClCompile Include="src\hashes\sha1.c" />
|
||||
<ClCompile Include="src\hashes\sha2\sha256.c" />
|
||||
<ClCompile Include="src\hashes\sha2\sha512.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_argchk.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\headers\tomcrypt.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_argchk.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_cfg.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_cipher.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_custom.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_hash.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_macros.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_misc.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
55
extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj.filters
vendored
Normal file
55
extern/libtomcrypt/libtomcrypt_MSVC12.vcxproj.filters
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="hashes">
|
||||
<UniqueIdentifier>{d5e0c460-2f27-4e1c-92ac-ab37d6249ec3}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="hashes\sha2">
|
||||
<UniqueIdentifier>{67f933bf-5fdf-44f3-8827-eaa3b9a37156}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="headers">
|
||||
<UniqueIdentifier>{de9e0374-839a-4994-9bad-99ee2dbaf7ab}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\hashes\sha2\sha256.c">
|
||||
<Filter>hashes\sha2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\hashes\sha2\sha512.c">
|
||||
<Filter>hashes\sha2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\hashes\md5.c">
|
||||
<Filter>hashes</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\hashes\sha1.c">
|
||||
<Filter>hashes</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\misc\crypt\crypt_argchk.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\headers\tomcrypt.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_argchk.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_cfg.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_cipher.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_custom.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_hash.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_macros.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="src\headers\tomcrypt_misc.h">
|
||||
<Filter>headers</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
509
extern/libtomcrypt/libtomcrypt_full_MSVC12.vcxproj
vendored
Normal file
509
extern/libtomcrypt/libtomcrypt_full_MSVC12.vcxproj
vendored
Normal file
@ -0,0 +1,509 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectName>libtomcrypt</ProjectName>
|
||||
<ProjectGuid>{489B8EBF-E95A-4A1C-8041-082FA1C2F953}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120_xp</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120_xp</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>false</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
<Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<OutDir>lib\$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>temp\$(Platform)\$(Configuration)\</IntDir>
|
||||
<TargetName>tomcrypt</TargetName>
|
||||
<TargetExt>.lib</TargetExt>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<StringPooling>
|
||||
</StringPooling>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0409</Culture>
|
||||
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>.\Release\libtomcrypt.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
||||
<FunctionLevelLinking>false</FunctionLevelLinking>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_DEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<Culture>0x0409</Culture>
|
||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
<Bscmake>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>.\Debug\libtomcrypt.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<Lib>
|
||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
</Lib>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>_DEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||||
<AdditionalIncludeDirectories>src\headers;..\libtommath;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<PreprocessorDefinitions>NDEBUG;LTM_DESC;WIN32;_LIB;LTC_SOURCE;USE_LTM;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>
|
||||
</StringPooling>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\ciphers\aes\aes.c">
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cl /nologo /MLd /W3 /Gm /GX /ZI /Od /I "src\headers" /I "..\libtommath" /D "_DEBUG" /D "LTM_DESC" /D "WIN32" /D "_MBCS" /D "_LIB" /D "LTC_SOURCE" /D "USE_LTM" /Fp"Debug/libtomcrypt.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c %(FullPath)
|
||||
cl /nologo /DENCRYPT_ONLY /MLd /W3 /Gm /GX /ZI /Od /I "src\headers" /I "..\libtommath" /D "_DEBUG" /D "LTM_DESC" /D "WIN32" /D "_MBCS" /D "_LIB" /D "LTC_SOURCE" /D "USE_LTM" /Fp"Debug/libtomcrypt.pch" /YX /Fo"Debug/aes_enc.obj" /Fd"Debug/" /FD /GZ /c %(FullPath)</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug/aes.obj;Debug/aes_enc.obj;%(Outputs)</Outputs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\ciphers\aes\aes_tab.c">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\ciphers\anubis.c" />
|
||||
<ClCompile Include="src\ciphers\blowfish.c" />
|
||||
<ClCompile Include="src\ciphers\cast5.c" />
|
||||
<ClCompile Include="src\ciphers\des.c" />
|
||||
<ClCompile Include="src\ciphers\kasumi.c" />
|
||||
<ClCompile Include="src\ciphers\khazad.c" />
|
||||
<ClCompile Include="src\ciphers\kseed.c" />
|
||||
<ClCompile Include="src\ciphers\multi2.c" />
|
||||
<ClCompile Include="src\ciphers\noekeon.c" />
|
||||
<ClCompile Include="src\ciphers\rc2.c" />
|
||||
<ClCompile Include="src\ciphers\rc5.c" />
|
||||
<ClCompile Include="src\ciphers\rc6.c" />
|
||||
<ClCompile Include="src\ciphers\safer\safer.c" />
|
||||
<ClCompile Include="src\ciphers\safer\saferp.c" />
|
||||
<ClCompile Include="src\ciphers\safer\safer_tab.c">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\ciphers\skipjack.c" />
|
||||
<ClCompile Include="src\ciphers\twofish\twofish.c" />
|
||||
<ClCompile Include="src\ciphers\twofish\twofish_tab.c">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\ciphers\xtea.c" />
|
||||
<ClCompile Include="src\encauth\ccm\ccm_memory.c" />
|
||||
<ClCompile Include="src\encauth\ccm\ccm_test.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_addheader.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_decrypt.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_decrypt_verify_memory.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_done.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_encrypt.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_encrypt_authenticate_memory.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_init.c" />
|
||||
<ClCompile Include="src\encauth\eax\eax_test.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_add_aad.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_add_iv.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_done.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_gf_mult.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_init.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_memory.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_mult_h.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_process.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_reset.c" />
|
||||
<ClCompile Include="src\encauth\gcm\gcm_test.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_decrypt.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_decrypt_verify_memory.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_done_decrypt.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_done_encrypt.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_encrypt.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_encrypt_authenticate_memory.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_init.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_ntz.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_shift_xor.c" />
|
||||
<ClCompile Include="src\encauth\ocb\ocb_test.c" />
|
||||
<ClCompile Include="src\encauth\ocb\s_ocb_done.c" />
|
||||
<ClCompile Include="src\hashes\chc\chc.c" />
|
||||
<ClCompile Include="src\hashes\helper\hash_file.c" />
|
||||
<ClCompile Include="src\hashes\helper\hash_filehandle.c" />
|
||||
<ClCompile Include="src\hashes\helper\hash_memory.c" />
|
||||
<ClCompile Include="src\hashes\helper\hash_memory_multi.c" />
|
||||
<ClCompile Include="src\hashes\md2.c" />
|
||||
<ClCompile Include="src\hashes\md4.c" />
|
||||
<ClCompile Include="src\hashes\md5.c" />
|
||||
<ClCompile Include="src\hashes\rmd128.c" />
|
||||
<ClCompile Include="src\hashes\rmd160.c" />
|
||||
<ClCompile Include="src\hashes\rmd256.c" />
|
||||
<ClCompile Include="src\hashes\rmd320.c" />
|
||||
<ClCompile Include="src\hashes\sha1.c" />
|
||||
<ClCompile Include="src\hashes\sha2\sha224.c" />
|
||||
<ClCompile Include="src\hashes\sha2\sha256.c" />
|
||||
<ClCompile Include="src\hashes\sha2\sha384.c" />
|
||||
<ClCompile Include="src\hashes\sha2\sha512.c" />
|
||||
<ClCompile Include="src\hashes\tiger.c" />
|
||||
<ClCompile Include="src\hashes\whirl\whirl.c" />
|
||||
<ClCompile Include="src\hashes\whirl\whirltab.c">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\mac\f9\f9_done.c" />
|
||||
<ClCompile Include="src\mac\f9\f9_file.c" />
|
||||
<ClCompile Include="src\mac\f9\f9_init.c" />
|
||||
<ClCompile Include="src\mac\f9\f9_memory.c" />
|
||||
<ClCompile Include="src\mac\f9\f9_memory_multi.c" />
|
||||
<ClCompile Include="src\mac\f9\f9_process.c" />
|
||||
<ClCompile Include="src\mac\f9\f9_test.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_done.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_file.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_init.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_memory.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_memory_multi.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_process.c" />
|
||||
<ClCompile Include="src\mac\hmac\hmac_test.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_done.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_file.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_init.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_memory.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_memory_multi.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_process.c" />
|
||||
<ClCompile Include="src\mac\omac\omac_test.c" />
|
||||
<ClCompile Include="src\mac\pelican\pelican.c" />
|
||||
<ClCompile Include="src\mac\pelican\pelican_memory.c" />
|
||||
<ClCompile Include="src\mac\pelican\pelican_test.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_done.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_file.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_init.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_memory.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_memory_multi.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_ntz.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_process.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_shift_xor.c" />
|
||||
<ClCompile Include="src\mac\pmac\pmac_test.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_done.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_file.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_init.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_memory.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_memory_multi.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_process.c" />
|
||||
<ClCompile Include="src\mac\xcbc\xcbc_test.c" />
|
||||
<ClCompile Include="src\math\fp\ltc_ecc_fp_mulmod.c" />
|
||||
<ClCompile Include="src\math\gmp_desc.c" />
|
||||
<ClCompile Include="src\math\ltm_desc.c" />
|
||||
<ClCompile Include="src\math\multi.c" />
|
||||
<ClCompile Include="src\math\rand_prime.c" />
|
||||
<ClCompile Include="src\math\tfm_desc.c" />
|
||||
<ClCompile Include="src\misc\base64\base64_decode.c" />
|
||||
<ClCompile Include="src\misc\base64\base64_encode.c" />
|
||||
<ClCompile Include="src\misc\burn_stack.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_argchk.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_cipher_descriptor.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_cipher_is_valid.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_cipher.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_cipher_any.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_cipher_id.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_hash.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_hash_any.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_hash_id.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_hash_oid.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_find_prng.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_fsa.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_hash_descriptor.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_hash_is_valid.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_ltc_mp_descriptor.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_prng_descriptor.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_prng_is_valid.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_register_cipher.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_register_hash.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_register_prng.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_unregister_cipher.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_unregister_hash.c" />
|
||||
<ClCompile Include="src\misc\crypt\crypt_unregister_prng.c" />
|
||||
<ClCompile Include="src\misc\error_to_string.c" />
|
||||
<ClCompile Include="src\misc\pkcs5\pkcs_5_1.c" />
|
||||
<ClCompile Include="src\misc\pkcs5\pkcs_5_2.c" />
|
||||
<ClCompile Include="src\misc\zeromem.c" />
|
||||
<ClCompile Include="src\modes\cbc\cbc_decrypt.c" />
|
||||
<ClCompile Include="src\modes\cbc\cbc_done.c" />
|
||||
<ClCompile Include="src\modes\cbc\cbc_encrypt.c" />
|
||||
<ClCompile Include="src\modes\cbc\cbc_getiv.c" />
|
||||
<ClCompile Include="src\modes\cbc\cbc_setiv.c" />
|
||||
<ClCompile Include="src\modes\cbc\cbc_start.c" />
|
||||
<ClCompile Include="src\modes\cfb\cfb_decrypt.c" />
|
||||
<ClCompile Include="src\modes\cfb\cfb_done.c" />
|
||||
<ClCompile Include="src\modes\cfb\cfb_encrypt.c" />
|
||||
<ClCompile Include="src\modes\cfb\cfb_getiv.c" />
|
||||
<ClCompile Include="src\modes\cfb\cfb_setiv.c" />
|
||||
<ClCompile Include="src\modes\cfb\cfb_start.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_decrypt.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_done.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_encrypt.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_getiv.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_setiv.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_start.c" />
|
||||
<ClCompile Include="src\modes\ctr\ctr_test.c" />
|
||||
<ClCompile Include="src\modes\ecb\ecb_decrypt.c" />
|
||||
<ClCompile Include="src\modes\ecb\ecb_done.c" />
|
||||
<ClCompile Include="src\modes\ecb\ecb_encrypt.c" />
|
||||
<ClCompile Include="src\modes\ecb\ecb_start.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_decrypt.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_done.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_encrypt.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_getiv.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_setiv.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_start.c" />
|
||||
<ClCompile Include="src\modes\f8\f8_test_mode.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_decrypt.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_done.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_encrypt.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_getiv.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_process.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_setiv.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_start.c" />
|
||||
<ClCompile Include="src\modes\lrw\lrw_test.c" />
|
||||
<ClCompile Include="src\modes\ofb\ofb_decrypt.c" />
|
||||
<ClCompile Include="src\modes\ofb\ofb_done.c" />
|
||||
<ClCompile Include="src\modes\ofb\ofb_encrypt.c" />
|
||||
<ClCompile Include="src\modes\ofb\ofb_getiv.c" />
|
||||
<ClCompile Include="src\modes\ofb\ofb_setiv.c" />
|
||||
<ClCompile Include="src\modes\ofb\ofb_start.c" />
|
||||
<ClCompile Include="src\modes\xts\xts_decrypt.c" />
|
||||
<ClCompile Include="src\modes\xts\xts_done.c" />
|
||||
<ClCompile Include="src\modes\xts\xts_encrypt.c" />
|
||||
<ClCompile Include="src\modes\xts\xts_init.c" />
|
||||
<ClCompile Include="src\modes\xts\xts_mult_x.c" />
|
||||
<ClCompile Include="src\modes\xts\xts_test.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\bit\der_decode_bit_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\bit\der_encode_bit_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\bit\der_length_bit_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\boolean\der_decode_boolean.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\boolean\der_encode_boolean.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\boolean\der_length_boolean.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\choice\der_decode_choice.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\ia5\der_decode_ia5_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\ia5\der_encode_ia5_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\ia5\der_length_ia5_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\integer\der_decode_integer.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\integer\der_encode_integer.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\integer\der_length_integer.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\object_identifier\der_length_object_identifier.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\octet\der_decode_octet_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\octet\der_encode_octet_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\octet\der_length_octet_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\printable_string\der_decode_printable_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\printable_string\der_encode_printable_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\printable_string\der_length_printable_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_ex.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_decode_sequence_multi.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_ex.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_encode_sequence_multi.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_length_sequence.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\sequence\der_sequence_free.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\set\der_encode_set.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\set\der_encode_setof.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\short_integer\der_decode_short_integer.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\short_integer\der_encode_short_integer.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\short_integer\der_length_short_integer.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\utctime\der_decode_utctime.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\utctime\der_encode_utctime.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\utctime\der_length_utctime.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\utf8\der_decode_utf8_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\utf8\der_encode_utf8_string.c" />
|
||||
<ClCompile Include="src\pk\asn1\der\utf8\der_length_utf8_string.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_decrypt_key.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_encrypt_key.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_export.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_free.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_import.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_make_key.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_shared_secret.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_sign_hash.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_verify_hash.c" />
|
||||
<ClCompile Include="src\pk\dsa\dsa_verify_key.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_ansi_x963_export.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_ansi_x963_import.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_decrypt_key.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_encrypt_key.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_export.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_free.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_get_size.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_import.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_make_key.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_shared_secret.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_sign_hash.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_sizes.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_test.c" />
|
||||
<ClCompile Include="src\pk\ecc\ecc_verify_hash.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_is_valid_idx.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_map.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_mul2add.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_mulmod.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_mulmod_timing.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_points.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_projective_add_point.c" />
|
||||
<ClCompile Include="src\pk\ecc\ltc_ecc_projective_dbl_point.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_decrypt_key.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_encrypt_key.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_export.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_exptmod.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_free.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_import.c" />
|
||||
<ClCompile Include="src\pk\katja\katja_make_key.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_i2osp.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_mgf1.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_decode.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_oaep_encode.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_os2ip.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_decode.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_pss_encode.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_decode.c" />
|
||||
<ClCompile Include="src\pk\pkcs1\pkcs_1_v1_5_encode.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_decrypt_key.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_encrypt_key.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_export.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_exptmod.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_free.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_import.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_make_key.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_sign_hash.c" />
|
||||
<ClCompile Include="src\pk\rsa\rsa_verify_hash.c" />
|
||||
<ClCompile Include="src\prngs\fortuna.c" />
|
||||
<ClCompile Include="src\prngs\rc4.c" />
|
||||
<ClCompile Include="src\prngs\rng_get_bytes.c" />
|
||||
<ClCompile Include="src\prngs\rng_make_prng.c" />
|
||||
<ClCompile Include="src\prngs\sober128.c" />
|
||||
<ClCompile Include="src\prngs\sober128tab.c">
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="src\prngs\sprng.c" />
|
||||
<ClCompile Include="src\prngs\yarrow.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="src\headers\tomcrypt.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_argchk.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_cfg.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_cipher.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_custom.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_hash.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_mac.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_macros.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_math.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_misc.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_pk.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_pkcs.h" />
|
||||
<ClInclude Include="src\headers\tomcrypt_prng.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
1137
extern/libtomcrypt/libtomcrypt_full_MSVC12.vcxproj.filters
vendored
Normal file
1137
extern/libtomcrypt/libtomcrypt_full_MSVC12.vcxproj.filters
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4
extern/libtomcrypt/src/hashes/sha2/sha224.c
vendored
4
extern/libtomcrypt/src/hashes/sha2/sha224.c
vendored
@ -8,10 +8,13 @@
|
||||
*
|
||||
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
|
||||
*/
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
@param sha224.c
|
||||
LTC_SHA-224 new NIST standard based off of LTC_SHA-256 truncated to 224 bits (Tom St Denis)
|
||||
*/
|
||||
#ifdef LTC_SHA224
|
||||
|
||||
const struct ltc_hash_descriptor sha224_desc =
|
||||
{
|
||||
@ -119,6 +122,7 @@ int sha224_test(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* $Source$ */
|
||||
/* $Revision$ */
|
||||
|
5
extern/libtomcrypt/src/hashes/sha2/sha384.c
vendored
5
extern/libtomcrypt/src/hashes/sha2/sha384.c
vendored
@ -8,11 +8,15 @@
|
||||
*
|
||||
* Tom St Denis, tomstdenis@gmail.com, http://libtom.org
|
||||
*/
|
||||
#include "tomcrypt.h"
|
||||
|
||||
/**
|
||||
@param sha384.c
|
||||
LTC_SHA384 hash included in sha512.c, Tom St Denis
|
||||
*/
|
||||
|
||||
#ifdef LTC_SHA384
|
||||
|
||||
const struct ltc_hash_descriptor sha384_desc =
|
||||
{
|
||||
"sha384",
|
||||
@ -125,6 +129,7 @@ int sha384_test(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -18,6 +18,10 @@
|
||||
#define LTC_SHA256
|
||||
#define LTC_SHA512
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define LTC_NO_PROTOTYPES
|
||||
#endif
|
||||
|
||||
/*** Firebird customizations - end ***/
|
||||
|
||||
/* macros for various libc functions you can change for embedded targets */
|
||||
|
Loading…
Reference in New Issue
Block a user