I2C toy code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2527 line
52 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="libtomcrypt"
  6. ProjectGUID="{E3802982-DCB6-4D85-A2BD-6B08F0657E79}"
  7. RootNamespace="libtomcrypt"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
  24. IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
  25. ConfigurationType="4"
  26. UseOfMFC="0"
  27. ATLMinimizesCRunTimeLibraryUsage="false"
  28. CharacterSet="0"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="src\headers,..\libtommath"
  49. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
  50. MinimalRebuild="true"
  51. ExceptionHandling="0"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="1"
  54. PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
  55. AssemblerListingLocation="$(IntDir)\"
  56. ObjectFile="$(IntDir)\"
  57. ProgramDataBaseFileName="$(IntDir)\"
  58. WarningLevel="3"
  59. SuppressStartupBanner="true"
  60. DebugInformationFormat="4"
  61. CompileAs="1"
  62. />
  63. <Tool
  64. Name="VCManagedResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCResourceCompilerTool"
  68. PreprocessorDefinitions="_DEBUG"
  69. Culture="1033"
  70. />
  71. <Tool
  72. Name="VCPreLinkEventTool"
  73. />
  74. <Tool
  75. Name="VCLibrarianTool"
  76. OutputFile="$(OutDir)\tomcryptd.lib"
  77. SuppressStartupBanner="true"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. SuppressStartupBanner="true"
  88. OutputFile=".\Debug/libtomcrypt.bsc"
  89. />
  90. <Tool
  91. Name="VCFxCopTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
  100. IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
  101. ConfigurationType="4"
  102. UseOfMFC="0"
  103. ATLMinimizesCRunTimeLibraryUsage="false"
  104. CharacterSet="0"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. Optimization="2"
  124. InlineFunctionExpansion="1"
  125. AdditionalIncludeDirectories="src\headers,..\libtommath"
  126. PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
  127. StringPooling="true"
  128. ExceptionHandling="0"
  129. RuntimeLibrary="0"
  130. EnableFunctionLevelLinking="true"
  131. PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
  132. AssemblerListingLocation="$(IntDir)\"
  133. ObjectFile="$(IntDir)\"
  134. ProgramDataBaseFileName="$(IntDir)\"
  135. WarningLevel="3"
  136. SuppressStartupBanner="true"
  137. CompileAs="1"
  138. />
  139. <Tool
  140. Name="VCManagedResourceCompilerTool"
  141. />
  142. <Tool
  143. Name="VCResourceCompilerTool"
  144. PreprocessorDefinitions="NDEBUG"
  145. Culture="1033"
  146. />
  147. <Tool
  148. Name="VCPreLinkEventTool"
  149. />
  150. <Tool
  151. Name="VCLibrarianTool"
  152. OutputFile="$(OutDir)\tomcrypt.lib"
  153. SuppressStartupBanner="true"
  154. />
  155. <Tool
  156. Name="VCALinkTool"
  157. />
  158. <Tool
  159. Name="VCXDCMakeTool"
  160. />
  161. <Tool
  162. Name="VCBscMakeTool"
  163. SuppressStartupBanner="true"
  164. OutputFile=".\Release/libtomcrypt.bsc"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCPostBuildEventTool"
  171. />
  172. </Configuration>
  173. <Configuration
  174. Name="Debug|x64"
  175. OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
  176. IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
  177. ConfigurationType="4"
  178. UseOfMFC="0"
  179. ATLMinimizesCRunTimeLibraryUsage="false"
  180. CharacterSet="0"
  181. >
  182. <Tool
  183. Name="VCPreBuildEventTool"
  184. />
  185. <Tool
  186. Name="VCCustomBuildTool"
  187. />
  188. <Tool
  189. Name="VCXMLDataGeneratorTool"
  190. />
  191. <Tool
  192. Name="VCWebServiceProxyGeneratorTool"
  193. />
  194. <Tool
  195. Name="VCMIDLTool"
  196. TargetEnvironment="3"
  197. />
  198. <Tool
  199. Name="VCCLCompilerTool"
  200. Optimization="0"
  201. AdditionalIncludeDirectories="src\headers,..\libtommath"
  202. PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
  203. MinimalRebuild="true"
  204. ExceptionHandling="0"
  205. BasicRuntimeChecks="3"
  206. RuntimeLibrary="1"
  207. PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
  208. AssemblerListingLocation="$(IntDir)\"
  209. ObjectFile="$(IntDir)\"
  210. ProgramDataBaseFileName="$(IntDir)\"
  211. WarningLevel="3"
  212. SuppressStartupBanner="true"
  213. DebugInformationFormat="3"
  214. CompileAs="1"
  215. />
  216. <Tool
  217. Name="VCManagedResourceCompilerTool"
  218. />
  219. <Tool
  220. Name="VCResourceCompilerTool"
  221. PreprocessorDefinitions="_DEBUG"
  222. Culture="1033"
  223. />
  224. <Tool
  225. Name="VCPreLinkEventTool"
  226. />
  227. <Tool
  228. Name="VCLibrarianTool"
  229. OutputFile="$(OutDir)\tomcryptd.lib"
  230. SuppressStartupBanner="true"
  231. />
  232. <Tool
  233. Name="VCALinkTool"
  234. />
  235. <Tool
  236. Name="VCXDCMakeTool"
  237. />
  238. <Tool
  239. Name="VCBscMakeTool"
  240. SuppressStartupBanner="true"
  241. OutputFile=".\Debug/libtomcrypt.bsc"
  242. />
  243. <Tool
  244. Name="VCFxCopTool"
  245. />
  246. <Tool
  247. Name="VCPostBuildEventTool"
  248. />
  249. </Configuration>
  250. <Configuration
  251. Name="Release|x64"
  252. OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
  253. IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
  254. ConfigurationType="4"
  255. UseOfMFC="0"
  256. ATLMinimizesCRunTimeLibraryUsage="false"
  257. CharacterSet="0"
  258. >
  259. <Tool
  260. Name="VCPreBuildEventTool"
  261. />
  262. <Tool
  263. Name="VCCustomBuildTool"
  264. />
  265. <Tool
  266. Name="VCXMLDataGeneratorTool"
  267. />
  268. <Tool
  269. Name="VCWebServiceProxyGeneratorTool"
  270. />
  271. <Tool
  272. Name="VCMIDLTool"
  273. TargetEnvironment="3"
  274. />
  275. <Tool
  276. Name="VCCLCompilerTool"
  277. Optimization="2"
  278. InlineFunctionExpansion="1"
  279. AdditionalIncludeDirectories="src\headers,..\libtommath"
  280. PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
  281. StringPooling="true"
  282. ExceptionHandling="0"
  283. RuntimeLibrary="0"
  284. EnableFunctionLevelLinking="true"
  285. PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
  286. AssemblerListingLocation="$(IntDir)\"
  287. ObjectFile="$(IntDir)\"
  288. ProgramDataBaseFileName="$(IntDir)\"
  289. WarningLevel="3"
  290. SuppressStartupBanner="true"
  291. CompileAs="1"
  292. />
  293. <Tool
  294. Name="VCManagedResourceCompilerTool"
  295. />
  296. <Tool
  297. Name="VCResourceCompilerTool"
  298. PreprocessorDefinitions="NDEBUG"
  299. Culture="1033"
  300. />
  301. <Tool
  302. Name="VCPreLinkEventTool"
  303. />
  304. <Tool
  305. Name="VCLibrarianTool"
  306. OutputFile="$(OutDir)\tomcrypt.lib"
  307. SuppressStartupBanner="true"
  308. />
  309. <Tool
  310. Name="VCALinkTool"
  311. />
  312. <Tool
  313. Name="VCXDCMakeTool"
  314. />
  315. <Tool
  316. Name="VCBscMakeTool"
  317. SuppressStartupBanner="true"
  318. OutputFile=".\Release/libtomcrypt.bsc"
  319. />
  320. <Tool
  321. Name="VCFxCopTool"
  322. />
  323. <Tool
  324. Name="VCPostBuildEventTool"
  325. />
  326. </Configuration>
  327. </Configurations>
  328. <References>
  329. </References>
  330. <Files>
  331. <Filter
  332. Name="ciphers"
  333. >
  334. <File
  335. RelativePath="src\ciphers\anubis.c"
  336. >
  337. </File>
  338. <File
  339. RelativePath="src\ciphers\blowfish.c"
  340. >
  341. </File>
  342. <File
  343. RelativePath="src\ciphers\camellia.c"
  344. >
  345. </File>
  346. <File
  347. RelativePath="src\ciphers\cast5.c"
  348. >
  349. </File>
  350. <File
  351. RelativePath="src\ciphers\des.c"
  352. >
  353. </File>
  354. <File
  355. RelativePath="src\ciphers\kasumi.c"
  356. >
  357. </File>
  358. <File
  359. RelativePath="src\ciphers\khazad.c"
  360. >
  361. </File>
  362. <File
  363. RelativePath="src\ciphers\kseed.c"
  364. >
  365. </File>
  366. <File
  367. RelativePath="src\ciphers\multi2.c"
  368. >
  369. </File>
  370. <File
  371. RelativePath="src\ciphers\noekeon.c"
  372. >
  373. </File>
  374. <File
  375. RelativePath="src\ciphers\rc2.c"
  376. >
  377. </File>
  378. <File
  379. RelativePath="src\ciphers\rc5.c"
  380. >
  381. </File>
  382. <File
  383. RelativePath="src\ciphers\rc6.c"
  384. >
  385. </File>
  386. <File
  387. RelativePath="src\ciphers\skipjack.c"
  388. >
  389. </File>
  390. <File
  391. RelativePath="src\ciphers\xtea.c"
  392. >
  393. </File>
  394. <Filter
  395. Name="aes"
  396. >
  397. <File
  398. RelativePath="src\ciphers\aes\aes.c"
  399. >
  400. </File>
  401. <File
  402. RelativePath="src\ciphers\aes\aes_tab.c"
  403. >
  404. <FileConfiguration
  405. Name="Debug|Win32"
  406. ExcludedFromBuild="true"
  407. >
  408. <Tool
  409. Name="VCCLCompilerTool"
  410. AdditionalIncludeDirectories=""
  411. PreprocessorDefinitions=""
  412. />
  413. </FileConfiguration>
  414. <FileConfiguration
  415. Name="Release|Win32"
  416. ExcludedFromBuild="true"
  417. >
  418. <Tool
  419. Name="VCCLCompilerTool"
  420. AdditionalIncludeDirectories=""
  421. PreprocessorDefinitions=""
  422. />
  423. </FileConfiguration>
  424. <FileConfiguration
  425. Name="Debug|x64"
  426. ExcludedFromBuild="true"
  427. >
  428. <Tool
  429. Name="VCCLCompilerTool"
  430. AdditionalIncludeDirectories=""
  431. PreprocessorDefinitions=""
  432. />
  433. </FileConfiguration>
  434. <FileConfiguration
  435. Name="Release|x64"
  436. ExcludedFromBuild="true"
  437. >
  438. <Tool
  439. Name="VCCLCompilerTool"
  440. AdditionalIncludeDirectories=""
  441. PreprocessorDefinitions=""
  442. />
  443. </FileConfiguration>
  444. </File>
  445. </Filter>
  446. <Filter
  447. Name="safer"
  448. >
  449. <File
  450. RelativePath="src\ciphers\safer\safer.c"
  451. >
  452. </File>
  453. <File
  454. RelativePath="src\ciphers\safer\safer_tab.c"
  455. >
  456. <FileConfiguration
  457. Name="Debug|Win32"
  458. ExcludedFromBuild="true"
  459. >
  460. <Tool
  461. Name="VCCLCompilerTool"
  462. AdditionalIncludeDirectories=""
  463. PreprocessorDefinitions=""
  464. />
  465. </FileConfiguration>
  466. <FileConfiguration
  467. Name="Release|Win32"
  468. ExcludedFromBuild="true"
  469. >
  470. <Tool
  471. Name="VCCLCompilerTool"
  472. AdditionalIncludeDirectories=""
  473. PreprocessorDefinitions=""
  474. />
  475. </FileConfiguration>
  476. <FileConfiguration
  477. Name="Debug|x64"
  478. ExcludedFromBuild="true"
  479. >
  480. <Tool
  481. Name="VCCLCompilerTool"
  482. AdditionalIncludeDirectories=""
  483. PreprocessorDefinitions=""
  484. />
  485. </FileConfiguration>
  486. <FileConfiguration
  487. Name="Release|x64"
  488. ExcludedFromBuild="true"
  489. >
  490. <Tool
  491. Name="VCCLCompilerTool"
  492. AdditionalIncludeDirectories=""
  493. PreprocessorDefinitions=""
  494. />
  495. </FileConfiguration>
  496. </File>
  497. <File
  498. RelativePath="src\ciphers\safer\saferp.c"
  499. >
  500. </File>
  501. </Filter>
  502. <Filter
  503. Name="twofish"
  504. >
  505. <File
  506. RelativePath="src\ciphers\twofish\twofish.c"
  507. >
  508. </File>
  509. <File
  510. RelativePath="src\ciphers\twofish\twofish_tab.c"
  511. >
  512. <FileConfiguration
  513. Name="Debug|Win32"
  514. ExcludedFromBuild="true"
  515. >
  516. <Tool
  517. Name="VCCLCompilerTool"
  518. AdditionalIncludeDirectories=""
  519. PreprocessorDefinitions=""
  520. />
  521. </FileConfiguration>
  522. <FileConfiguration
  523. Name="Release|Win32"
  524. ExcludedFromBuild="true"
  525. >
  526. <Tool
  527. Name="VCCLCompilerTool"
  528. AdditionalIncludeDirectories=""
  529. PreprocessorDefinitions=""
  530. />
  531. </FileConfiguration>
  532. <FileConfiguration
  533. Name="Debug|x64"
  534. ExcludedFromBuild="true"
  535. >
  536. <Tool
  537. Name="VCCLCompilerTool"
  538. AdditionalIncludeDirectories=""
  539. PreprocessorDefinitions=""
  540. />
  541. </FileConfiguration>
  542. <FileConfiguration
  543. Name="Release|x64"
  544. ExcludedFromBuild="true"
  545. >
  546. <Tool
  547. Name="VCCLCompilerTool"
  548. AdditionalIncludeDirectories=""
  549. PreprocessorDefinitions=""
  550. />
  551. </FileConfiguration>
  552. </File>
  553. </Filter>
  554. </Filter>
  555. <Filter
  556. Name="encauth"
  557. >
  558. <Filter
  559. Name="ccm"
  560. >
  561. <File
  562. RelativePath="src\encauth\ccm\ccm_add_aad.c"
  563. >
  564. </File>
  565. <File
  566. RelativePath="src\encauth\ccm\ccm_add_nonce.c"
  567. >
  568. </File>
  569. <File
  570. RelativePath="src\encauth\ccm\ccm_done.c"
  571. >
  572. </File>
  573. <File
  574. RelativePath="src\encauth\ccm\ccm_init.c"
  575. >
  576. </File>
  577. <File
  578. RelativePath="src\encauth\ccm\ccm_memory.c"
  579. >
  580. </File>
  581. <File
  582. RelativePath="src\encauth\ccm\ccm_process.c"
  583. >
  584. </File>
  585. <File
  586. RelativePath="src\encauth\ccm\ccm_reset.c"
  587. >
  588. </File>
  589. <File
  590. RelativePath="src\encauth\ccm\ccm_test.c"
  591. >
  592. </File>
  593. </Filter>
  594. <Filter
  595. Name="chachapoly"
  596. >
  597. <File
  598. RelativePath="src\encauth\chachapoly\chacha20poly1305_add_aad.c"
  599. >
  600. </File>
  601. <File
  602. RelativePath="src\encauth\chachapoly\chacha20poly1305_decrypt.c"
  603. >
  604. </File>
  605. <File
  606. RelativePath="src\encauth\chachapoly\chacha20poly1305_done.c"
  607. >
  608. </File>
  609. <File
  610. RelativePath="src\encauth\chachapoly\chacha20poly1305_encrypt.c"
  611. >
  612. </File>
  613. <File
  614. RelativePath="src\encauth\chachapoly\chacha20poly1305_init.c"
  615. >
  616. </File>
  617. <File
  618. RelativePath="src\encauth\chachapoly\chacha20poly1305_memory.c"
  619. >
  620. </File>
  621. <File
  622. RelativePath="src\encauth\chachapoly\chacha20poly1305_setiv.c"
  623. >
  624. </File>
  625. <File
  626. RelativePath="src\encauth\chachapoly\chacha20poly1305_setiv_rfc7905.c"
  627. >
  628. </File>
  629. <File
  630. RelativePath="src\encauth\chachapoly\chacha20poly1305_test.c"
  631. >
  632. </File>
  633. </Filter>
  634. <Filter
  635. Name="eax"
  636. >
  637. <File
  638. RelativePath="src\encauth\eax\eax_addheader.c"
  639. >
  640. </File>
  641. <File
  642. RelativePath="src\encauth\eax\eax_decrypt.c"
  643. >
  644. </File>
  645. <File
  646. RelativePath="src\encauth\eax\eax_decrypt_verify_memory.c"
  647. >
  648. </File>
  649. <File
  650. RelativePath="src\encauth\eax\eax_done.c"
  651. >
  652. </File>
  653. <File
  654. RelativePath="src\encauth\eax\eax_encrypt.c"
  655. >
  656. </File>
  657. <File
  658. RelativePath="src\encauth\eax\eax_encrypt_authenticate_memory.c"
  659. >
  660. </File>
  661. <File
  662. RelativePath="src\encauth\eax\eax_init.c"
  663. >
  664. </File>
  665. <File
  666. RelativePath="src\encauth\eax\eax_test.c"
  667. >
  668. </File>
  669. </Filter>
  670. <Filter
  671. Name="gcm"
  672. >
  673. <File
  674. RelativePath="src\encauth\gcm\gcm_add_aad.c"
  675. >
  676. </File>
  677. <File
  678. RelativePath="src\encauth\gcm\gcm_add_iv.c"
  679. >
  680. </File>
  681. <File
  682. RelativePath="src\encauth\gcm\gcm_done.c"
  683. >
  684. </File>
  685. <File
  686. RelativePath="src\encauth\gcm\gcm_gf_mult.c"
  687. >
  688. </File>
  689. <File
  690. RelativePath="src\encauth\gcm\gcm_init.c"
  691. >
  692. </File>
  693. <File
  694. RelativePath="src\encauth\gcm\gcm_memory.c"
  695. >
  696. </File>
  697. <File
  698. RelativePath="src\encauth\gcm\gcm_mult_h.c"
  699. >
  700. </File>
  701. <File
  702. RelativePath="src\encauth\gcm\gcm_process.c"
  703. >
  704. </File>
  705. <File
  706. RelativePath="src\encauth\gcm\gcm_reset.c"
  707. >
  708. </File>
  709. <File
  710. RelativePath="src\encauth\gcm\gcm_test.c"
  711. >
  712. </File>
  713. </Filter>
  714. <Filter
  715. Name="ocb"
  716. >
  717. <File
  718. RelativePath="src\encauth\ocb\ocb_decrypt.c"
  719. >
  720. </File>
  721. <File
  722. RelativePath="src\encauth\ocb\ocb_decrypt_verify_memory.c"
  723. >
  724. </File>
  725. <File
  726. RelativePath="src\encauth\ocb\ocb_done_decrypt.c"
  727. >
  728. </File>
  729. <File
  730. RelativePath="src\encauth\ocb\ocb_done_encrypt.c"
  731. >
  732. </File>
  733. <File
  734. RelativePath="src\encauth\ocb\ocb_encrypt.c"
  735. >
  736. </File>
  737. <File
  738. RelativePath="src\encauth\ocb\ocb_encrypt_authenticate_memory.c"
  739. >
  740. </File>
  741. <File
  742. RelativePath="src\encauth\ocb\ocb_init.c"
  743. >
  744. </File>
  745. <File
  746. RelativePath="src\encauth\ocb\ocb_ntz.c"
  747. >
  748. </File>
  749. <File
  750. RelativePath="src\encauth\ocb\ocb_shift_xor.c"
  751. >
  752. </File>
  753. <File
  754. RelativePath="src\encauth\ocb\ocb_test.c"
  755. >
  756. </File>
  757. <File
  758. RelativePath="src\encauth\ocb\s_ocb_done.c"
  759. >
  760. </File>
  761. </Filter>
  762. <Filter
  763. Name="ocb3"
  764. >
  765. <File
  766. RelativePath="src\encauth\ocb3\ocb3_add_aad.c"
  767. >
  768. </File>
  769. <File
  770. RelativePath="src\encauth\ocb3\ocb3_decrypt.c"
  771. >
  772. </File>
  773. <File
  774. RelativePath="src\encauth\ocb3\ocb3_decrypt_last.c"
  775. >
  776. </File>
  777. <File
  778. RelativePath="src\encauth\ocb3\ocb3_decrypt_verify_memory.c"
  779. >
  780. </File>
  781. <File
  782. RelativePath="src\encauth\ocb3\ocb3_done.c"
  783. >
  784. </File>
  785. <File
  786. RelativePath="src\encauth\ocb3\ocb3_encrypt.c"
  787. >
  788. </File>
  789. <File
  790. RelativePath="src\encauth\ocb3\ocb3_encrypt_authenticate_memory.c"
  791. >
  792. </File>
  793. <File
  794. RelativePath="src\encauth\ocb3\ocb3_encrypt_last.c"
  795. >
  796. </File>
  797. <File
  798. RelativePath="src\encauth\ocb3\ocb3_init.c"
  799. >
  800. </File>
  801. <File
  802. RelativePath="src\encauth\ocb3\ocb3_int_aad_add_block.c"
  803. >
  804. </File>
  805. <File
  806. RelativePath="src\encauth\ocb3\ocb3_int_calc_offset_zero.c"
  807. >
  808. </File>
  809. <File
  810. RelativePath="src\encauth\ocb3\ocb3_int_ntz.c"
  811. >
  812. </File>
  813. <File
  814. RelativePath="src\encauth\ocb3\ocb3_int_xor_blocks.c"
  815. >
  816. </File>
  817. <File
  818. RelativePath="src\encauth\ocb3\ocb3_test.c"
  819. >
  820. </File>
  821. </Filter>
  822. </Filter>
  823. <Filter
  824. Name="hashes"
  825. >
  826. <File
  827. RelativePath="src\hashes\blake2b.c"
  828. >
  829. </File>
  830. <File
  831. RelativePath="src\hashes\blake2s.c"
  832. >
  833. </File>
  834. <File
  835. RelativePath="src\hashes\md2.c"
  836. >
  837. </File>
  838. <File
  839. RelativePath="src\hashes\md4.c"
  840. >
  841. </File>
  842. <File
  843. RelativePath="src\hashes\md5.c"
  844. >
  845. </File>
  846. <File
  847. RelativePath="src\hashes\rmd128.c"
  848. >
  849. </File>
  850. <File
  851. RelativePath="src\hashes\rmd160.c"
  852. >
  853. </File>
  854. <File
  855. RelativePath="src\hashes\rmd256.c"
  856. >
  857. </File>
  858. <File
  859. RelativePath="src\hashes\rmd320.c"
  860. >
  861. </File>
  862. <File
  863. RelativePath="src\hashes\sha1.c"
  864. >
  865. </File>
  866. <File
  867. RelativePath="src\hashes\sha3.c"
  868. >
  869. </File>
  870. <File
  871. RelativePath="src\hashes\sha3_test.c"
  872. >
  873. </File>
  874. <File
  875. RelativePath="src\hashes\tiger.c"
  876. >
  877. </File>
  878. <Filter
  879. Name="chc"
  880. >
  881. <File
  882. RelativePath="src\hashes\chc\chc.c"
  883. >
  884. </File>
  885. </Filter>
  886. <Filter
  887. Name="helper"
  888. >
  889. <File
  890. RelativePath="src\hashes\helper\hash_file.c"
  891. >
  892. </File>
  893. <File
  894. RelativePath="src\hashes\helper\hash_filehandle.c"
  895. >
  896. </File>
  897. <File
  898. RelativePath="src\hashes\helper\hash_memory.c"
  899. >
  900. </File>
  901. <File
  902. RelativePath="src\hashes\helper\hash_memory_multi.c"
  903. >
  904. </File>
  905. </Filter>
  906. <Filter
  907. Name="sha2"
  908. >
  909. <File
  910. RelativePath="src\hashes\sha2\sha224.c"
  911. >
  912. </File>
  913. <File
  914. RelativePath="src\hashes\sha2\sha256.c"
  915. >
  916. </File>
  917. <File
  918. RelativePath="src\hashes\sha2\sha384.c"
  919. >
  920. </File>
  921. <File
  922. RelativePath="src\hashes\sha2\sha512.c"
  923. >
  924. </File>
  925. <File
  926. RelativePath="src\hashes\sha2\sha512_224.c"
  927. >
  928. </File>
  929. <File
  930. RelativePath="src\hashes\sha2\sha512_256.c"
  931. >
  932. </File>
  933. </Filter>
  934. <Filter
  935. Name="whirl"
  936. >
  937. <File
  938. RelativePath="src\hashes\whirl\whirl.c"
  939. >
  940. </File>
  941. <File
  942. RelativePath="src\hashes\whirl\whirltab.c"
  943. >
  944. <FileConfiguration
  945. Name="Debug|Win32"
  946. ExcludedFromBuild="true"
  947. >
  948. <Tool
  949. Name="VCCLCompilerTool"
  950. AdditionalIncludeDirectories=""
  951. PreprocessorDefinitions=""
  952. />
  953. </FileConfiguration>
  954. <FileConfiguration
  955. Name="Release|Win32"
  956. ExcludedFromBuild="true"
  957. >
  958. <Tool
  959. Name="VCCLCompilerTool"
  960. AdditionalIncludeDirectories=""
  961. PreprocessorDefinitions=""
  962. />
  963. </FileConfiguration>
  964. <FileConfiguration
  965. Name="Debug|x64"
  966. ExcludedFromBuild="true"
  967. >
  968. <Tool
  969. Name="VCCLCompilerTool"
  970. AdditionalIncludeDirectories=""
  971. PreprocessorDefinitions=""
  972. />
  973. </FileConfiguration>
  974. <FileConfiguration
  975. Name="Release|x64"
  976. ExcludedFromBuild="true"
  977. >
  978. <Tool
  979. Name="VCCLCompilerTool"
  980. AdditionalIncludeDirectories=""
  981. PreprocessorDefinitions=""
  982. />
  983. </FileConfiguration>
  984. </File>
  985. </Filter>
  986. </Filter>
  987. <Filter
  988. Name="headers"
  989. >
  990. <File
  991. RelativePath="src\headers\tomcrypt.h"
  992. >
  993. </File>
  994. <File
  995. RelativePath="src\headers\tomcrypt_argchk.h"
  996. >
  997. </File>
  998. <File
  999. RelativePath="src\headers\tomcrypt_cfg.h"
  1000. >
  1001. </File>
  1002. <File
  1003. RelativePath="src\headers\tomcrypt_cipher.h"
  1004. >
  1005. </File>
  1006. <File
  1007. RelativePath="src\headers\tomcrypt_custom.h"
  1008. >
  1009. </File>
  1010. <File
  1011. RelativePath="src\headers\tomcrypt_hash.h"
  1012. >
  1013. </File>
  1014. <File
  1015. RelativePath="src\headers\tomcrypt_mac.h"
  1016. >
  1017. </File>
  1018. <File
  1019. RelativePath="src\headers\tomcrypt_macros.h"
  1020. >
  1021. </File>
  1022. <File
  1023. RelativePath="src\headers\tomcrypt_math.h"
  1024. >
  1025. </File>
  1026. <File
  1027. RelativePath="src\headers\tomcrypt_misc.h"
  1028. >
  1029. </File>
  1030. <File
  1031. RelativePath="src\headers\tomcrypt_pk.h"
  1032. >
  1033. </File>
  1034. <File
  1035. RelativePath="src\headers\tomcrypt_pkcs.h"
  1036. >
  1037. </File>
  1038. <File
  1039. RelativePath="src\headers\tomcrypt_prng.h"
  1040. >
  1041. </File>
  1042. </Filter>
  1043. <Filter
  1044. Name="mac"
  1045. >
  1046. <Filter
  1047. Name="blake2"
  1048. >
  1049. <File
  1050. RelativePath="src\mac\blake2\blake2bmac.c"
  1051. >
  1052. </File>
  1053. <File
  1054. RelativePath="src\mac\blake2\blake2bmac_file.c"
  1055. >
  1056. </File>
  1057. <File
  1058. RelativePath="src\mac\blake2\blake2bmac_memory.c"
  1059. >
  1060. </File>
  1061. <File
  1062. RelativePath="src\mac\blake2\blake2bmac_memory_multi.c"
  1063. >
  1064. </File>
  1065. <File
  1066. RelativePath="src\mac\blake2\blake2bmac_test.c"
  1067. >
  1068. </File>
  1069. <File
  1070. RelativePath="src\mac\blake2\blake2smac.c"
  1071. >
  1072. </File>
  1073. <File
  1074. RelativePath="src\mac\blake2\blake2smac_file.c"
  1075. >
  1076. </File>
  1077. <File
  1078. RelativePath="src\mac\blake2\blake2smac_memory.c"
  1079. >
  1080. </File>
  1081. <File
  1082. RelativePath="src\mac\blake2\blake2smac_memory_multi.c"
  1083. >
  1084. </File>
  1085. <File
  1086. RelativePath="src\mac\blake2\blake2smac_test.c"
  1087. >
  1088. </File>
  1089. </Filter>
  1090. <Filter
  1091. Name="f9"
  1092. >
  1093. <File
  1094. RelativePath="src\mac\f9\f9_done.c"
  1095. >
  1096. </File>
  1097. <File
  1098. RelativePath="src\mac\f9\f9_file.c"
  1099. >
  1100. </File>
  1101. <File
  1102. RelativePath="src\mac\f9\f9_init.c"
  1103. >
  1104. </File>
  1105. <File
  1106. RelativePath="src\mac\f9\f9_memory.c"
  1107. >
  1108. </File>
  1109. <File
  1110. RelativePath="src\mac\f9\f9_memory_multi.c"
  1111. >
  1112. </File>
  1113. <File
  1114. RelativePath="src\mac\f9\f9_process.c"
  1115. >
  1116. </File>
  1117. <File
  1118. RelativePath="src\mac\f9\f9_test.c"
  1119. >
  1120. </File>
  1121. </Filter>
  1122. <Filter
  1123. Name="hmac"
  1124. >
  1125. <File
  1126. RelativePath="src\mac\hmac\hmac_done.c"
  1127. >
  1128. </File>
  1129. <File
  1130. RelativePath="src\mac\hmac\hmac_file.c"
  1131. >
  1132. </File>
  1133. <File
  1134. RelativePath="src\mac\hmac\hmac_init.c"
  1135. >
  1136. </File>
  1137. <File
  1138. RelativePath="src\mac\hmac\hmac_memory.c"
  1139. >
  1140. </File>
  1141. <File
  1142. RelativePath="src\mac\hmac\hmac_memory_multi.c"
  1143. >
  1144. </File>
  1145. <File
  1146. RelativePath="src\mac\hmac\hmac_process.c"
  1147. >
  1148. </File>
  1149. <File
  1150. RelativePath="src\mac\hmac\hmac_test.c"
  1151. >
  1152. </File>
  1153. </Filter>
  1154. <Filter
  1155. Name="omac"
  1156. >
  1157. <File
  1158. RelativePath="src\mac\omac\omac_done.c"
  1159. >
  1160. </File>
  1161. <File
  1162. RelativePath="src\mac\omac\omac_file.c"
  1163. >
  1164. </File>
  1165. <File
  1166. RelativePath="src\mac\omac\omac_init.c"
  1167. >
  1168. </File>
  1169. <File
  1170. RelativePath="src\mac\omac\omac_memory.c"
  1171. >
  1172. </File>
  1173. <File
  1174. RelativePath="src\mac\omac\omac_memory_multi.c"
  1175. >
  1176. </File>
  1177. <File
  1178. RelativePath="src\mac\omac\omac_process.c"
  1179. >
  1180. </File>
  1181. <File
  1182. RelativePath="src\mac\omac\omac_test.c"
  1183. >
  1184. </File>
  1185. </Filter>
  1186. <Filter
  1187. Name="pelican"
  1188. >
  1189. <File
  1190. RelativePath="src\mac\pelican\pelican.c"
  1191. >
  1192. </File>
  1193. <File
  1194. RelativePath="src\mac\pelican\pelican_memory.c"
  1195. >
  1196. </File>
  1197. <File
  1198. RelativePath="src\mac\pelican\pelican_test.c"
  1199. >
  1200. </File>
  1201. </Filter>
  1202. <Filter
  1203. Name="pmac"
  1204. >
  1205. <File
  1206. RelativePath="src\mac\pmac\pmac_done.c"
  1207. >
  1208. </File>
  1209. <File
  1210. RelativePath="src\mac\pmac\pmac_file.c"
  1211. >
  1212. </File>
  1213. <File
  1214. RelativePath="src\mac\pmac\pmac_init.c"
  1215. >
  1216. </File>
  1217. <File
  1218. RelativePath="src\mac\pmac\pmac_memory.c"
  1219. >
  1220. </File>
  1221. <File
  1222. RelativePath="src\mac\pmac\pmac_memory_multi.c"
  1223. >
  1224. </File>
  1225. <File
  1226. RelativePath="src\mac\pmac\pmac_ntz.c"
  1227. >
  1228. </File>
  1229. <File
  1230. RelativePath="src\mac\pmac\pmac_process.c"
  1231. >
  1232. </File>
  1233. <File
  1234. RelativePath="src\mac\pmac\pmac_shift_xor.c"
  1235. >
  1236. </File>
  1237. <File
  1238. RelativePath="src\mac\pmac\pmac_test.c"
  1239. >
  1240. </File>
  1241. </Filter>
  1242. <Filter
  1243. Name="poly1305"
  1244. >
  1245. <File
  1246. RelativePath="src\mac\poly1305\poly1305.c"
  1247. >
  1248. </File>
  1249. <File
  1250. RelativePath="src\mac\poly1305\poly1305_file.c"
  1251. >
  1252. </File>
  1253. <File
  1254. RelativePath="src\mac\poly1305\poly1305_memory.c"
  1255. >
  1256. </File>
  1257. <File
  1258. RelativePath="src\mac\poly1305\poly1305_memory_multi.c"
  1259. >
  1260. </File>
  1261. <File
  1262. RelativePath="src\mac\poly1305\poly1305_test.c"
  1263. >
  1264. </File>
  1265. </Filter>
  1266. <Filter
  1267. Name="xcbc"
  1268. >
  1269. <File
  1270. RelativePath="src\mac\xcbc\xcbc_done.c"
  1271. >
  1272. </File>
  1273. <File
  1274. RelativePath="src\mac\xcbc\xcbc_file.c"
  1275. >
  1276. </File>
  1277. <File
  1278. RelativePath="src\mac\xcbc\xcbc_init.c"
  1279. >
  1280. </File>
  1281. <File
  1282. RelativePath="src\mac\xcbc\xcbc_memory.c"
  1283. >
  1284. </File>
  1285. <File
  1286. RelativePath="src\mac\xcbc\xcbc_memory_multi.c"
  1287. >
  1288. </File>
  1289. <File
  1290. RelativePath="src\mac\xcbc\xcbc_process.c"
  1291. >
  1292. </File>
  1293. <File
  1294. RelativePath="src\mac\xcbc\xcbc_test.c"
  1295. >
  1296. </File>
  1297. </Filter>
  1298. </Filter>
  1299. <Filter
  1300. Name="math"
  1301. >
  1302. <File
  1303. RelativePath="src\math\gmp_desc.c"
  1304. >
  1305. </File>
  1306. <File
  1307. RelativePath="src\math\ltm_desc.c"
  1308. >
  1309. </File>
  1310. <File
  1311. RelativePath="src\math\multi.c"
  1312. >
  1313. </File>
  1314. <File
  1315. RelativePath="src\math\radix_to_bin.c"
  1316. >
  1317. </File>
  1318. <File
  1319. RelativePath="src\math\rand_bn.c"
  1320. >
  1321. </File>
  1322. <File
  1323. RelativePath="src\math\rand_prime.c"
  1324. >
  1325. </File>
  1326. <File
  1327. RelativePath="src\math\tfm_desc.c"
  1328. >
  1329. </File>
  1330. <Filter
  1331. Name="fp"
  1332. >
  1333. <File
  1334. RelativePath="src\math\fp\ltc_ecc_fp_mulmod.c"
  1335. >
  1336. </File>
  1337. </Filter>
  1338. </Filter>
  1339. <Filter
  1340. Name="misc"
  1341. >
  1342. <File
  1343. RelativePath="src\misc\adler32.c"
  1344. >
  1345. </File>
  1346. <File
  1347. RelativePath="src\misc\burn_stack.c"
  1348. >
  1349. </File>
  1350. <File
  1351. RelativePath="src\misc\compare_testvector.c"
  1352. >
  1353. </File>
  1354. <File
  1355. RelativePath="src\misc\crc32.c"
  1356. >
  1357. </File>
  1358. <File
  1359. RelativePath="src\misc\error_to_string.c"
  1360. >
  1361. </File>
  1362. <File
  1363. RelativePath="src\misc\mem_neq.c"
  1364. >
  1365. </File>
  1366. <File
  1367. RelativePath="src\misc\pk_get_oid.c"
  1368. >
  1369. </File>
  1370. <File
  1371. RelativePath="src\misc\zeromem.c"
  1372. >
  1373. </File>
  1374. <Filter
  1375. Name="base64"
  1376. >
  1377. <File
  1378. RelativePath="src\misc\base64\base64_decode.c"
  1379. >
  1380. </File>
  1381. <File
  1382. RelativePath="src\misc\base64\base64_encode.c"
  1383. >
  1384. </File>
  1385. </Filter>
  1386. <Filter
  1387. Name="crypt"
  1388. >
  1389. <File
  1390. RelativePath="src\misc\crypt\crypt.c"
  1391. >
  1392. </File>
  1393. <File
  1394. RelativePath="src\misc\crypt\crypt_argchk.c"
  1395. >
  1396. </File>
  1397. <File
  1398. RelativePath="src\misc\crypt\crypt_cipher_descriptor.c"
  1399. >
  1400. </File>
  1401. <File
  1402. RelativePath="src\misc\crypt\crypt_cipher_is_valid.c"
  1403. >
  1404. </File>
  1405. <File
  1406. RelativePath="src\misc\crypt\crypt_constants.c"
  1407. >
  1408. </File>
  1409. <File
  1410. RelativePath="src\misc\crypt\crypt_find_cipher.c"
  1411. >
  1412. </File>
  1413. <File
  1414. RelativePath="src\misc\crypt\crypt_find_cipher_any.c"
  1415. >
  1416. </File>
  1417. <File
  1418. RelativePath="src\misc\crypt\crypt_find_cipher_id.c"
  1419. >
  1420. </File>
  1421. <File
  1422. RelativePath="src\misc\crypt\crypt_find_hash.c"
  1423. >
  1424. </File>
  1425. <File
  1426. RelativePath="src\misc\crypt\crypt_find_hash_any.c"
  1427. >
  1428. </File>
  1429. <File
  1430. RelativePath="src\misc\crypt\crypt_find_hash_id.c"
  1431. >
  1432. </File>
  1433. <File
  1434. RelativePath="src\misc\crypt\crypt_find_hash_oid.c"
  1435. >
  1436. </File>
  1437. <File
  1438. RelativePath="src\misc\crypt\crypt_find_prng.c"
  1439. >
  1440. </File>
  1441. <File
  1442. RelativePath="src\misc\crypt\crypt_fsa.c"
  1443. >
  1444. </File>
  1445. <File
  1446. RelativePath="src\misc\crypt\crypt_hash_descriptor.c"
  1447. >
  1448. </File>
  1449. <File
  1450. RelativePath="src\misc\crypt\crypt_hash_is_valid.c"
  1451. >
  1452. </File>
  1453. <File
  1454. RelativePath="src\misc\crypt\crypt_inits.c"
  1455. >
  1456. </File>
  1457. <File
  1458. RelativePath="src\misc\crypt\crypt_ltc_mp_descriptor.c"
  1459. >
  1460. </File>
  1461. <File
  1462. RelativePath="src\misc\crypt\crypt_prng_descriptor.c"
  1463. >
  1464. </File>
  1465. <File
  1466. RelativePath="src\misc\crypt\crypt_prng_is_valid.c"
  1467. >
  1468. </File>
  1469. <File
  1470. RelativePath="src\misc\crypt\crypt_prng_rng_descriptor.c"
  1471. >
  1472. </File>
  1473. <File
  1474. RelativePath="src\misc\crypt\crypt_register_all_ciphers.c"
  1475. >
  1476. </File>
  1477. <File
  1478. RelativePath="src\misc\crypt\crypt_register_all_hashes.c"
  1479. >
  1480. </File>
  1481. <File
  1482. RelativePath="src\misc\crypt\crypt_register_all_prngs.c"
  1483. >
  1484. </File>
  1485. <File
  1486. RelativePath="src\misc\crypt\crypt_register_cipher.c"
  1487. >
  1488. </File>
  1489. <File
  1490. RelativePath="src\misc\crypt\crypt_register_hash.c"
  1491. >
  1492. </File>
  1493. <File
  1494. RelativePath="src\misc\crypt\crypt_register_prng.c"
  1495. >
  1496. </File>
  1497. <File
  1498. RelativePath="src\misc\crypt\crypt_sizes.c"
  1499. >
  1500. </File>
  1501. <File
  1502. RelativePath="src\misc\crypt\crypt_unregister_cipher.c"
  1503. >
  1504. </File>
  1505. <File
  1506. RelativePath="src\misc\crypt\crypt_unregister_hash.c"
  1507. >
  1508. </File>
  1509. <File
  1510. RelativePath="src\misc\crypt\crypt_unregister_prng.c"
  1511. >
  1512. </File>
  1513. </Filter>
  1514. <Filter
  1515. Name="hkdf"
  1516. >
  1517. <File
  1518. RelativePath="src\misc\hkdf\hkdf.c"
  1519. >
  1520. </File>
  1521. <File
  1522. RelativePath="src\misc\hkdf\hkdf_test.c"
  1523. >
  1524. </File>
  1525. </Filter>
  1526. <Filter
  1527. Name="pkcs5"
  1528. >
  1529. <File
  1530. RelativePath="src\misc\pkcs5\pkcs_5_1.c"
  1531. >
  1532. </File>
  1533. <File
  1534. RelativePath="src\misc\pkcs5\pkcs_5_2.c"
  1535. >
  1536. </File>
  1537. <File
  1538. RelativePath="src\misc\pkcs5\pkcs_5_test.c"
  1539. >
  1540. </File>
  1541. </Filter>
  1542. </Filter>
  1543. <Filter
  1544. Name="modes"
  1545. >
  1546. <Filter
  1547. Name="cbc"
  1548. >
  1549. <File
  1550. RelativePath="src\modes\cbc\cbc_decrypt.c"
  1551. >
  1552. </File>
  1553. <File
  1554. RelativePath="src\modes\cbc\cbc_done.c"
  1555. >
  1556. </File>
  1557. <File
  1558. RelativePath="src\modes\cbc\cbc_encrypt.c"
  1559. >
  1560. </File>
  1561. <File
  1562. RelativePath="src\modes\cbc\cbc_getiv.c"
  1563. >
  1564. </File>
  1565. <File
  1566. RelativePath="src\modes\cbc\cbc_setiv.c"
  1567. >
  1568. </File>
  1569. <File
  1570. RelativePath="src\modes\cbc\cbc_start.c"
  1571. >
  1572. </File>
  1573. </Filter>
  1574. <Filter
  1575. Name="cfb"
  1576. >
  1577. <File
  1578. RelativePath="src\modes\cfb\cfb_decrypt.c"
  1579. >
  1580. </File>
  1581. <File
  1582. RelativePath="src\modes\cfb\cfb_done.c"
  1583. >
  1584. </File>
  1585. <File
  1586. RelativePath="src\modes\cfb\cfb_encrypt.c"
  1587. >
  1588. </File>
  1589. <File
  1590. RelativePath="src\modes\cfb\cfb_getiv.c"
  1591. >
  1592. </File>
  1593. <File
  1594. RelativePath="src\modes\cfb\cfb_setiv.c"
  1595. >
  1596. </File>
  1597. <File
  1598. RelativePath="src\modes\cfb\cfb_start.c"
  1599. >
  1600. </File>
  1601. </Filter>
  1602. <Filter
  1603. Name="ctr"
  1604. >
  1605. <File
  1606. RelativePath="src\modes\ctr\ctr_decrypt.c"
  1607. >
  1608. </File>
  1609. <File
  1610. RelativePath="src\modes\ctr\ctr_done.c"
  1611. >
  1612. </File>
  1613. <File
  1614. RelativePath="src\modes\ctr\ctr_encrypt.c"
  1615. >
  1616. </File>
  1617. <File
  1618. RelativePath="src\modes\ctr\ctr_getiv.c"
  1619. >
  1620. </File>
  1621. <File
  1622. RelativePath="src\modes\ctr\ctr_setiv.c"
  1623. >
  1624. </File>
  1625. <File
  1626. RelativePath="src\modes\ctr\ctr_start.c"
  1627. >
  1628. </File>
  1629. <File
  1630. RelativePath="src\modes\ctr\ctr_test.c"
  1631. >
  1632. </File>
  1633. </Filter>
  1634. <Filter
  1635. Name="ecb"
  1636. >
  1637. <File
  1638. RelativePath="src\modes\ecb\ecb_decrypt.c"
  1639. >
  1640. </File>
  1641. <File
  1642. RelativePath="src\modes\ecb\ecb_done.c"
  1643. >
  1644. </File>
  1645. <File
  1646. RelativePath="src\modes\ecb\ecb_encrypt.c"
  1647. >
  1648. </File>
  1649. <File
  1650. RelativePath="src\modes\ecb\ecb_start.c"
  1651. >
  1652. </File>
  1653. </Filter>
  1654. <Filter
  1655. Name="f8"
  1656. >
  1657. <File
  1658. RelativePath="src\modes\f8\f8_decrypt.c"
  1659. >
  1660. </File>
  1661. <File
  1662. RelativePath="src\modes\f8\f8_done.c"
  1663. >
  1664. </File>
  1665. <File
  1666. RelativePath="src\modes\f8\f8_encrypt.c"
  1667. >
  1668. </File>
  1669. <File
  1670. RelativePath="src\modes\f8\f8_getiv.c"
  1671. >
  1672. </File>
  1673. <File
  1674. RelativePath="src\modes\f8\f8_setiv.c"
  1675. >
  1676. </File>
  1677. <File
  1678. RelativePath="src\modes\f8\f8_start.c"
  1679. >
  1680. </File>
  1681. <File
  1682. RelativePath="src\modes\f8\f8_test_mode.c"
  1683. >
  1684. </File>
  1685. </Filter>
  1686. <Filter
  1687. Name="lrw"
  1688. >
  1689. <File
  1690. RelativePath="src\modes\lrw\lrw_decrypt.c"
  1691. >
  1692. </File>
  1693. <File
  1694. RelativePath="src\modes\lrw\lrw_done.c"
  1695. >
  1696. </File>
  1697. <File
  1698. RelativePath="src\modes\lrw\lrw_encrypt.c"
  1699. >
  1700. </File>
  1701. <File
  1702. RelativePath="src\modes\lrw\lrw_getiv.c"
  1703. >
  1704. </File>
  1705. <File
  1706. RelativePath="src\modes\lrw\lrw_process.c"
  1707. >
  1708. </File>
  1709. <File
  1710. RelativePath="src\modes\lrw\lrw_setiv.c"
  1711. >
  1712. </File>
  1713. <File
  1714. RelativePath="src\modes\lrw\lrw_start.c"
  1715. >
  1716. </File>
  1717. <File
  1718. RelativePath="src\modes\lrw\lrw_test.c"
  1719. >
  1720. </File>
  1721. </Filter>
  1722. <Filter
  1723. Name="ofb"
  1724. >
  1725. <File
  1726. RelativePath="src\modes\ofb\ofb_decrypt.c"
  1727. >
  1728. </File>
  1729. <File
  1730. RelativePath="src\modes\ofb\ofb_done.c"
  1731. >
  1732. </File>
  1733. <File
  1734. RelativePath="src\modes\ofb\ofb_encrypt.c"
  1735. >
  1736. </File>
  1737. <File
  1738. RelativePath="src\modes\ofb\ofb_getiv.c"
  1739. >
  1740. </File>
  1741. <File
  1742. RelativePath="src\modes\ofb\ofb_setiv.c"
  1743. >
  1744. </File>
  1745. <File
  1746. RelativePath="src\modes\ofb\ofb_start.c"
  1747. >
  1748. </File>
  1749. </Filter>
  1750. <Filter
  1751. Name="xts"
  1752. >
  1753. <File
  1754. RelativePath="src\modes\xts\xts_decrypt.c"
  1755. >
  1756. </File>
  1757. <File
  1758. RelativePath="src\modes\xts\xts_done.c"
  1759. >
  1760. </File>
  1761. <File
  1762. RelativePath="src\modes\xts\xts_encrypt.c"
  1763. >
  1764. </File>
  1765. <File
  1766. RelativePath="src\modes\xts\xts_init.c"
  1767. >
  1768. </File>
  1769. <File
  1770. RelativePath="src\modes\xts\xts_mult_x.c"
  1771. >
  1772. </File>
  1773. <File
  1774. RelativePath="src\modes\xts\xts_test.c"
  1775. >
  1776. </File>
  1777. </Filter>
  1778. </Filter>
  1779. <Filter
  1780. Name="pk"
  1781. >
  1782. <Filter
  1783. Name="asn1"
  1784. >
  1785. <Filter
  1786. Name="der"
  1787. >
  1788. <Filter
  1789. Name="bit"
  1790. >
  1791. <File
  1792. RelativePath="src\pk\asn1\der\bit\der_decode_bit_string.c"
  1793. >
  1794. </File>
  1795. <File
  1796. RelativePath="src\pk\asn1\der\bit\der_decode_raw_bit_string.c"
  1797. >
  1798. </File>
  1799. <File
  1800. RelativePath="src\pk\asn1\der\bit\der_encode_bit_string.c"
  1801. >
  1802. </File>
  1803. <File
  1804. RelativePath="src\pk\asn1\der\bit\der_encode_raw_bit_string.c"
  1805. >
  1806. </File>
  1807. <File
  1808. RelativePath="src\pk\asn1\der\bit\der_length_bit_string.c"
  1809. >
  1810. </File>
  1811. </Filter>
  1812. <Filter
  1813. Name="boolean"
  1814. >
  1815. <File
  1816. RelativePath="src\pk\asn1\der\boolean\der_decode_boolean.c"
  1817. >
  1818. </File>
  1819. <File
  1820. RelativePath="src\pk\asn1\der\boolean\der_encode_boolean.c"
  1821. >
  1822. </File>
  1823. <File
  1824. RelativePath="src\pk\asn1\der\boolean\der_length_boolean.c"
  1825. >
  1826. </File>
  1827. </Filter>
  1828. <Filter
  1829. Name="choice"
  1830. >
  1831. <File
  1832. RelativePath="src\pk\asn1\der\choice\der_decode_choice.c"
  1833. >
  1834. </File>
  1835. </Filter>
  1836. <Filter
  1837. Name="generalizedtime"
  1838. >
  1839. <File
  1840. RelativePath="src\pk\asn1\der\generalizedtime\der_decode_generalizedtime.c"
  1841. >
  1842. </File>
  1843. <File
  1844. RelativePath="src\pk\asn1\der\generalizedtime\der_encode_generalizedtime.c"
  1845. >
  1846. </File>
  1847. <File
  1848. RelativePath="src\pk\asn1\der\generalizedtime\der_length_generalizedtime.c"
  1849. >
  1850. </File>
  1851. </Filter>
  1852. <Filter
  1853. Name="ia5"
  1854. >
  1855. <File
  1856. RelativePath="src\pk\asn1\der\ia5\der_decode_ia5_string.c"
  1857. >
  1858. </File>
  1859. <File
  1860. RelativePath="src\pk\asn1\der\ia5\der_encode_ia5_string.c"
  1861. >
  1862. </File>
  1863. <File
  1864. RelativePath="src\pk\asn1\der\ia5\der_length_ia5_string.c"
  1865. >
  1866. </File>
  1867. </Filter>
  1868. <Filter
  1869. Name="integer"
  1870. >
  1871. <File
  1872. RelativePath="src\pk\asn1\der\integer\der_decode_integer.c"
  1873. >
  1874. </File>
  1875. <File
  1876. RelativePath="src\pk\asn1\der\integer\der_encode_integer.c"
  1877. >
  1878. </File>
  1879. <File
  1880. RelativePath="src\pk\asn1\der\integer\der_length_integer.c"
  1881. >
  1882. </File>
  1883. </Filter>
  1884. <Filter
  1885. Name="object_identifier"
  1886. >
  1887. <File
  1888. RelativePath="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
  1889. >
  1890. </File>
  1891. <File
  1892. RelativePath="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
  1893. >
  1894. </File>
  1895. <File
  1896. RelativePath="src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
  1897. >
  1898. </File>
  1899. </Filter>
  1900. <Filter
  1901. Name="octet"
  1902. >
  1903. <File
  1904. RelativePath="src\pk\asn1\der\octet\der_decode_octet_string.c"
  1905. >
  1906. </File>
  1907. <File
  1908. RelativePath="src\pk\asn1\der\octet\der_encode_octet_string.c"
  1909. >
  1910. </File>
  1911. <File
  1912. RelativePath="src\pk\asn1\der\octet\der_length_octet_string.c"
  1913. >
  1914. </File>
  1915. </Filter>
  1916. <Filter
  1917. Name="printable_string"
  1918. >
  1919. <File
  1920. RelativePath="src\pk\asn1\der\printable_string\der_decode_printable_string.c"
  1921. >
  1922. </File>
  1923. <File
  1924. RelativePath="src\pk\asn1\der\printable_string\der_encode_printable_string.c"
  1925. >
  1926. </File>
  1927. <File
  1928. RelativePath="src\pk\asn1\der\printable_string\der_length_printable_string.c"
  1929. >
  1930. </File>
  1931. </Filter>
  1932. <Filter
  1933. Name="sequence"
  1934. >
  1935. <File
  1936. RelativePath="src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
  1937. >
  1938. </File>
  1939. <File
  1940. RelativePath="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
  1941. >
  1942. </File>
  1943. <File
  1944. RelativePath="src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
  1945. >
  1946. </File>
  1947. <File
  1948. RelativePath="src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c"
  1949. >
  1950. </File>
  1951. <File
  1952. RelativePath="src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
  1953. >
  1954. </File>
  1955. <File
  1956. RelativePath="src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
  1957. >
  1958. </File>
  1959. <File
  1960. RelativePath="src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c"
  1961. >
  1962. </File>
  1963. <File
  1964. RelativePath="src\pk\asn1\der\sequence\der_length_sequence.c"
  1965. >
  1966. </File>
  1967. <File
  1968. RelativePath="src\pk\asn1\der\sequence\der_sequence_free.c"
  1969. >
  1970. </File>
  1971. <File
  1972. RelativePath="src\pk\asn1\der\sequence\der_sequence_shrink.c"
  1973. >
  1974. </File>
  1975. </Filter>
  1976. <Filter
  1977. Name="set"
  1978. >
  1979. <File
  1980. RelativePath="src\pk\asn1\der\set\der_encode_set.c"
  1981. >
  1982. </File>
  1983. <File
  1984. RelativePath="src\pk\asn1\der\set\der_encode_setof.c"
  1985. >
  1986. </File>
  1987. </Filter>
  1988. <Filter
  1989. Name="short_integer"
  1990. >
  1991. <File
  1992. RelativePath="src\pk\asn1\der\short_integer\der_decode_short_integer.c"
  1993. >
  1994. </File>
  1995. <File
  1996. RelativePath="src\pk\asn1\der\short_integer\der_encode_short_integer.c"
  1997. >
  1998. </File>
  1999. <File
  2000. RelativePath="src\pk\asn1\der\short_integer\der_length_short_integer.c"
  2001. >
  2002. </File>
  2003. </Filter>
  2004. <Filter
  2005. Name="teletex_string"
  2006. >
  2007. <File
  2008. RelativePath="src\pk\asn1\der\teletex_string\der_decode_teletex_string.c"
  2009. >
  2010. </File>
  2011. <File
  2012. RelativePath="src\pk\asn1\der\teletex_string\der_length_teletex_string.c"
  2013. >
  2014. </File>
  2015. </Filter>
  2016. <Filter
  2017. Name="utctime"
  2018. >
  2019. <File
  2020. RelativePath="src\pk\asn1\der\utctime\der_decode_utctime.c"
  2021. >
  2022. </File>
  2023. <File
  2024. RelativePath="src\pk\asn1\der\utctime\der_encode_utctime.c"
  2025. >
  2026. </File>
  2027. <File
  2028. RelativePath="src\pk\asn1\der\utctime\der_length_utctime.c"
  2029. >
  2030. </File>
  2031. </Filter>
  2032. <Filter
  2033. Name="utf8"
  2034. >
  2035. <File
  2036. RelativePath="src\pk\asn1\der\utf8\der_decode_utf8_string.c"
  2037. >
  2038. </File>
  2039. <File
  2040. RelativePath="src\pk\asn1\der\utf8\der_encode_utf8_string.c"
  2041. >
  2042. </File>
  2043. <File
  2044. RelativePath="src\pk\asn1\der\utf8\der_length_utf8_string.c"
  2045. >
  2046. </File>
  2047. </Filter>
  2048. </Filter>
  2049. </Filter>
  2050. <Filter
  2051. Name="dh"
  2052. >
  2053. <File
  2054. RelativePath="src\pk\dh\dh.c"
  2055. >
  2056. </File>
  2057. <File
  2058. RelativePath="src\pk\dh\dh_check_pubkey.c"
  2059. >
  2060. </File>
  2061. <File
  2062. RelativePath="src\pk\dh\dh_export.c"
  2063. >
  2064. </File>
  2065. <File
  2066. RelativePath="src\pk\dh\dh_export_key.c"
  2067. >
  2068. </File>
  2069. <File
  2070. RelativePath="src\pk\dh\dh_free.c"
  2071. >
  2072. </File>
  2073. <File
  2074. RelativePath="src\pk\dh\dh_generate_key.c"
  2075. >
  2076. </File>
  2077. <File
  2078. RelativePath="src\pk\dh\dh_import.c"
  2079. >
  2080. </File>
  2081. <File
  2082. RelativePath="src\pk\dh\dh_set.c"
  2083. >
  2084. </File>
  2085. <File
  2086. RelativePath="src\pk\dh\dh_set_pg_dhparam.c"
  2087. >
  2088. </File>
  2089. <File
  2090. RelativePath="src\pk\dh\dh_shared_secret.c"
  2091. >
  2092. </File>
  2093. </Filter>
  2094. <Filter
  2095. Name="dsa"
  2096. >
  2097. <File
  2098. RelativePath="src\pk\dsa\dsa_decrypt_key.c"
  2099. >
  2100. </File>
  2101. <File
  2102. RelativePath="src\pk\dsa\dsa_encrypt_key.c"
  2103. >
  2104. </File>
  2105. <File
  2106. RelativePath="src\pk\dsa\dsa_export.c"
  2107. >
  2108. </File>
  2109. <File
  2110. RelativePath="src\pk\dsa\dsa_free.c"
  2111. >
  2112. </File>
  2113. <File
  2114. RelativePath="src\pk\dsa\dsa_generate_key.c"
  2115. >
  2116. </File>
  2117. <File
  2118. RelativePath="src\pk\dsa\dsa_generate_pqg.c"
  2119. >
  2120. </File>
  2121. <File
  2122. RelativePath="src\pk\dsa\dsa_import.c"
  2123. >
  2124. </File>
  2125. <File
  2126. RelativePath="src\pk\dsa\dsa_make_key.c"
  2127. >
  2128. </File>
  2129. <File
  2130. RelativePath="src\pk\dsa\dsa_set.c"
  2131. >
  2132. </File>
  2133. <File
  2134. RelativePath="src\pk\dsa\dsa_set_pqg_dsaparam.c"
  2135. >
  2136. </File>
  2137. <File
  2138. RelativePath="src\pk\dsa\dsa_shared_secret.c"
  2139. >
  2140. </File>
  2141. <File
  2142. RelativePath="src\pk\dsa\dsa_sign_hash.c"
  2143. >
  2144. </File>
  2145. <File
  2146. RelativePath="src\pk\dsa\dsa_verify_hash.c"
  2147. >
  2148. </File>
  2149. <File
  2150. RelativePath="src\pk\dsa\dsa_verify_key.c"
  2151. >
  2152. </File>
  2153. </Filter>
  2154. <Filter
  2155. Name="ecc"
  2156. >
  2157. <File
  2158. RelativePath="src\pk\ecc\ecc.c"
  2159. >
  2160. </File>
  2161. <File
  2162. RelativePath="src\pk\ecc\ecc_ansi_x963_export.c"
  2163. >
  2164. </File>
  2165. <File
  2166. RelativePath="src\pk\ecc\ecc_ansi_x963_import.c"
  2167. >
  2168. </File>
  2169. <File
  2170. RelativePath="src\pk\ecc\ecc_decrypt_key.c"
  2171. >
  2172. </File>
  2173. <File
  2174. RelativePath="src\pk\ecc\ecc_encrypt_key.c"
  2175. >
  2176. </File>
  2177. <File
  2178. RelativePath="src\pk\ecc\ecc_export.c"
  2179. >
  2180. </File>
  2181. <File
  2182. RelativePath="src\pk\ecc\ecc_free.c"
  2183. >
  2184. </File>
  2185. <File
  2186. RelativePath="src\pk\ecc\ecc_get_size.c"
  2187. >
  2188. </File>
  2189. <File
  2190. RelativePath="src\pk\ecc\ecc_import.c"
  2191. >
  2192. </File>
  2193. <File
  2194. RelativePath="src\pk\ecc\ecc_make_key.c"
  2195. >
  2196. </File>
  2197. <File
  2198. RelativePath="src\pk\ecc\ecc_shared_secret.c"
  2199. >
  2200. </File>
  2201. <File
  2202. RelativePath="src\pk\ecc\ecc_sign_hash.c"
  2203. >
  2204. </File>
  2205. <File
  2206. RelativePath="src\pk\ecc\ecc_sizes.c"
  2207. >
  2208. </File>
  2209. <File
  2210. RelativePath="src\pk\ecc\ecc_test.c"
  2211. >
  2212. </File>
  2213. <File
  2214. RelativePath="src\pk\ecc\ecc_verify_hash.c"
  2215. >
  2216. </File>
  2217. <File
  2218. RelativePath="src\pk\ecc\ltc_ecc_is_valid_idx.c"
  2219. >
  2220. </File>
  2221. <File
  2222. RelativePath="src\pk\ecc\ltc_ecc_map.c"
  2223. >
  2224. </File>
  2225. <File
  2226. RelativePath="src\pk\ecc\ltc_ecc_mul2add.c"
  2227. >
  2228. </File>
  2229. <File
  2230. RelativePath="src\pk\ecc\ltc_ecc_mulmod.c"
  2231. >
  2232. </File>
  2233. <File
  2234. RelativePath="src\pk\ecc\ltc_ecc_mulmod_timing.c"
  2235. >
  2236. </File>
  2237. <File
  2238. RelativePath="src\pk\ecc\ltc_ecc_points.c"
  2239. >
  2240. </File>
  2241. <File
  2242. RelativePath="src\pk\ecc\ltc_ecc_projective_add_point.c"
  2243. >
  2244. </File>
  2245. <File
  2246. RelativePath="src\pk\ecc\ltc_ecc_projective_dbl_point.c"
  2247. >
  2248. </File>
  2249. </Filter>
  2250. <Filter
  2251. Name="katja"
  2252. >
  2253. <File
  2254. RelativePath="src\pk\katja\katja_decrypt_key.c"
  2255. >
  2256. </File>
  2257. <File
  2258. RelativePath="src\pk\katja\katja_encrypt_key.c"
  2259. >
  2260. </File>
  2261. <File
  2262. RelativePath="src\pk\katja\katja_export.c"
  2263. >
  2264. </File>
  2265. <File
  2266. RelativePath="src\pk\katja\katja_exptmod.c"
  2267. >
  2268. </File>
  2269. <File
  2270. RelativePath="src\pk\katja\katja_free.c"
  2271. >
  2272. </File>
  2273. <File
  2274. RelativePath="src\pk\katja\katja_import.c"
  2275. >
  2276. </File>
  2277. <File
  2278. RelativePath="src\pk\katja\katja_make_key.c"
  2279. >
  2280. </File>
  2281. </Filter>
  2282. <Filter
  2283. Name="pkcs1"
  2284. >
  2285. <File
  2286. RelativePath="src\pk\pkcs1\pkcs_1_i2osp.c"
  2287. >
  2288. </File>
  2289. <File
  2290. RelativePath="src\pk\pkcs1\pkcs_1_mgf1.c"
  2291. >
  2292. </File>
  2293. <File
  2294. RelativePath="src\pk\pkcs1\pkcs_1_oaep_decode.c"
  2295. >
  2296. </File>
  2297. <File
  2298. RelativePath="src\pk\pkcs1\pkcs_1_oaep_encode.c"
  2299. >
  2300. </File>
  2301. <File
  2302. RelativePath="src\pk\pkcs1\pkcs_1_os2ip.c"
  2303. >
  2304. </File>
  2305. <File
  2306. RelativePath="src\pk\pkcs1\pkcs_1_pss_decode.c"
  2307. >
  2308. </File>
  2309. <File
  2310. RelativePath="src\pk\pkcs1\pkcs_1_pss_encode.c"
  2311. >
  2312. </File>
  2313. <File
  2314. RelativePath="src\pk\pkcs1\pkcs_1_v1_5_decode.c"
  2315. >
  2316. </File>
  2317. <File
  2318. RelativePath="src\pk\pkcs1\pkcs_1_v1_5_encode.c"
  2319. >
  2320. </File>
  2321. </Filter>
  2322. <Filter
  2323. Name="rsa"
  2324. >
  2325. <File
  2326. RelativePath="src\pk\rsa\rsa_decrypt_key.c"
  2327. >
  2328. </File>
  2329. <File
  2330. RelativePath="src\pk\rsa\rsa_encrypt_key.c"
  2331. >
  2332. </File>
  2333. <File
  2334. RelativePath="src\pk\rsa\rsa_export.c"
  2335. >
  2336. </File>
  2337. <File
  2338. RelativePath="src\pk\rsa\rsa_exptmod.c"
  2339. >
  2340. </File>
  2341. <File
  2342. RelativePath="src\pk\rsa\rsa_free.c"
  2343. >
  2344. </File>
  2345. <File
  2346. RelativePath="src\pk\rsa\rsa_get_size.c"
  2347. >
  2348. </File>
  2349. <File
  2350. RelativePath="src\pk\rsa\rsa_import.c"
  2351. >
  2352. </File>
  2353. <File
  2354. RelativePath="src\pk\rsa\rsa_import_pkcs8.c"
  2355. >
  2356. </File>
  2357. <File
  2358. RelativePath="src\pk\rsa\rsa_import_x509.c"
  2359. >
  2360. </File>
  2361. <File
  2362. RelativePath="src\pk\rsa\rsa_make_key.c"
  2363. >
  2364. </File>
  2365. <File
  2366. RelativePath="src\pk\rsa\rsa_set.c"
  2367. >
  2368. </File>
  2369. <File
  2370. RelativePath="src\pk\rsa\rsa_sign_hash.c"
  2371. >
  2372. </File>
  2373. <File
  2374. RelativePath="src\pk\rsa\rsa_sign_saltlen_get.c"
  2375. >
  2376. </File>
  2377. <File
  2378. RelativePath="src\pk\rsa\rsa_verify_hash.c"
  2379. >
  2380. </File>
  2381. </Filter>
  2382. </Filter>
  2383. <Filter
  2384. Name="prngs"
  2385. >
  2386. <File
  2387. RelativePath="src\prngs\chacha20.c"
  2388. >
  2389. </File>
  2390. <File
  2391. RelativePath="src\prngs\fortuna.c"
  2392. >
  2393. </File>
  2394. <File
  2395. RelativePath="src\prngs\rc4.c"
  2396. >
  2397. </File>
  2398. <File
  2399. RelativePath="src\prngs\rng_get_bytes.c"
  2400. >
  2401. </File>
  2402. <File
  2403. RelativePath="src\prngs\rng_make_prng.c"
  2404. >
  2405. </File>
  2406. <File
  2407. RelativePath="src\prngs\sober128.c"
  2408. >
  2409. </File>
  2410. <File
  2411. RelativePath="src\prngs\sprng.c"
  2412. >
  2413. </File>
  2414. <File
  2415. RelativePath="src\prngs\yarrow.c"
  2416. >
  2417. </File>
  2418. </Filter>
  2419. <Filter
  2420. Name="stream"
  2421. >
  2422. <Filter
  2423. Name="chacha"
  2424. >
  2425. <File
  2426. RelativePath="src\stream\chacha\chacha_crypt.c"
  2427. >
  2428. </File>
  2429. <File
  2430. RelativePath="src\stream\chacha\chacha_done.c"
  2431. >
  2432. </File>
  2433. <File
  2434. RelativePath="src\stream\chacha\chacha_ivctr32.c"
  2435. >
  2436. </File>
  2437. <File
  2438. RelativePath="src\stream\chacha\chacha_ivctr64.c"
  2439. >
  2440. </File>
  2441. <File
  2442. RelativePath="src\stream\chacha\chacha_keystream.c"
  2443. >
  2444. </File>
  2445. <File
  2446. RelativePath="src\stream\chacha\chacha_setup.c"
  2447. >
  2448. </File>
  2449. <File
  2450. RelativePath="src\stream\chacha\chacha_test.c"
  2451. >
  2452. </File>
  2453. </Filter>
  2454. <Filter
  2455. Name="rc4"
  2456. >
  2457. <File
  2458. RelativePath="src\stream\rc4\rc4.c"
  2459. >
  2460. </File>
  2461. <File
  2462. RelativePath="src\stream\rc4\rc4_test.c"
  2463. >
  2464. </File>
  2465. </Filter>
  2466. <Filter
  2467. Name="sober128"
  2468. >
  2469. <File
  2470. RelativePath="src\stream\sober128\sober128.c"
  2471. >
  2472. </File>
  2473. <File
  2474. RelativePath="src\stream\sober128\sober128_test.c"
  2475. >
  2476. </File>
  2477. <File
  2478. RelativePath="src\stream\sober128\sober128tab.c"
  2479. >
  2480. <FileConfiguration
  2481. Name="Debug|Win32"
  2482. ExcludedFromBuild="true"
  2483. >
  2484. <Tool
  2485. Name="VCCLCompilerTool"
  2486. AdditionalIncludeDirectories=""
  2487. PreprocessorDefinitions=""
  2488. />
  2489. </FileConfiguration>
  2490. <FileConfiguration
  2491. Name="Release|Win32"
  2492. ExcludedFromBuild="true"
  2493. >
  2494. <Tool
  2495. Name="VCCLCompilerTool"
  2496. AdditionalIncludeDirectories=""
  2497. PreprocessorDefinitions=""
  2498. />
  2499. </FileConfiguration>
  2500. <FileConfiguration
  2501. Name="Debug|x64"
  2502. ExcludedFromBuild="true"
  2503. >
  2504. <Tool
  2505. Name="VCCLCompilerTool"
  2506. AdditionalIncludeDirectories=""
  2507. PreprocessorDefinitions=""
  2508. />
  2509. </FileConfiguration>
  2510. <FileConfiguration
  2511. Name="Release|x64"
  2512. ExcludedFromBuild="true"
  2513. >
  2514. <Tool
  2515. Name="VCCLCompilerTool"
  2516. AdditionalIncludeDirectories=""
  2517. PreprocessorDefinitions=""
  2518. />
  2519. </FileConfiguration>
  2520. </File>
  2521. </Filter>
  2522. </Filter>
  2523. </Files>
  2524. <Globals>
  2525. </Globals>
  2526. </VisualStudioProject>