779 lines
16 KiB
XML
779 lines
16 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="libtomcrypt"
|
|
ProjectGUID="{F70DD0FE-A74A-42E7-B81F-E35C49FC9EB9}"
|
|
RootNamespace="libtomcrypt"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(IntDir)"
|
|
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="src\headers"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="2"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(IntDir)"
|
|
IntermediateDirectory="$(SolutionDir)/build-$(SolutionName)/$(ProjectName)/$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
WholeProgramOptimization="false"
|
|
AdditionalIncludeDirectories="src\headers"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="2"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\src\ciphers\aes\aes.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\base64\base64_decode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\base64\base64_encode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\burn_stack.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cbc\cbc_decrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cbc\cbc_done.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cbc\cbc_encrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cbc\cbc_getiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cbc\cbc_setiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cbc\cbc_start.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cfb\cfb_decrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cfb\cfb_done.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cfb\cfb_encrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cfb\cfb_getiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cfb\cfb_setiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\cfb\cfb_start.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_argchk.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_cipher_descriptor.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_cipher_is_valid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_cipher.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_cipher_any.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_cipher_id.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_hash_any.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_hash_id.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_hash_oid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_find_prng.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_fsa.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_hash_descriptor.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_hash_is_valid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_ltc_mp_descriptor.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_prng_descriptor.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_prng_is_valid.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_register_cipher.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_register_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_register_prng.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_unregister_cipher.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_unregister_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\crypt\crypt_unregister_prng.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_decrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_done.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_encrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_getiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_setiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_start.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ctr\ctr_test.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\bit\der_decode_bit_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\boolean\der_decode_boolean.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\choice\der_decode_choice.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\ia5\der_decode_ia5_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\integer\der_decode_integer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\octet\der_decode_octet_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\printable_string\der_decode_printable_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\short_integer\der_decode_short_integer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\utctime\der_decode_utctime.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\utf8\der_decode_utf8_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\bit\der_encode_bit_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\boolean\der_encode_boolean.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\ia5\der_encode_ia5_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\integer\der_encode_integer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\octet\der_encode_octet_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\printable_string\der_encode_printable_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\set\der_encode_set.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\set\der_encode_setof.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\short_integer\der_encode_short_integer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\utctime\der_encode_utctime.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\utf8\der_encode_utf8_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\bit\der_length_bit_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\boolean\der_length_boolean.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\ia5\der_length_ia5_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\integer\der_length_integer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\octet\der_length_octet_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\printable_string\der_length_printable_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_length_sequence.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\short_integer\der_length_short_integer.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\utctime\der_length_utctime.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\utf8\der_length_utf8_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\asn1\der\sequence\der_sequence_free.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_decrypt_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_encrypt_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_export.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_free.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_import.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_make_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_shared_secret.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_sign_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_verify_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\dsa\dsa_verify_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ecb\ecb_decrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ecb\ecb_done.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ecb\ecb_encrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ecb\ecb_start.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\error_to_string.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\prngs\fortuna.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\hashes\helper\hash_memory.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\math\fp\ltc_ecc_fp_mulmod.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\math\ltm_desc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\hashes\md5.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\math\multi.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ofb\ofb_decrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ofb\ofb_done.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ofb\ofb_encrypt.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ofb\ofb_getiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ofb\ofb_setiv.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\modes\ofb\ofb_start.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_i2osp.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_mgf1.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_decode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_oaep_encode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_os2ip.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_decode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_pss_encode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_decode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\pkcs1\pkcs_1_v1_5_encode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\pkcs5\pkcs_5_1.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\pkcs5\pkcs_5_2.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\math\rand_prime.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\prngs\rng_get_bytes.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\prngs\rng_make_prng.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_decrypt_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_encrypt_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_export.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_exptmod.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_free.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_import.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_make_key.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_sign_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\pk\rsa\rsa_verify_hash.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\hashes\sha1.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\prngs\sprng.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\prngs\yarrow.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\misc\zeromem.c"
|
|
>
|
|
</File>
|
|
<Filter
|
|
Name="headers"
|
|
>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_argchk.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_cfg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_cipher.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_custom.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_hash.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_mac.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_macros.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_math.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_misc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_pk.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_pkcs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\headers\tomcrypt_prng.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|