.project 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <projectDescription>
  3. <name>wolfCrypt_example</name>
  4. <comment>Created by Vitis v2019.2</comment>
  5. <projects>
  6. <project>standalone_bsp_0</project>
  7. </projects>
  8. <buildSpec>
  9. <buildCommand>
  10. <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
  11. <arguments>
  12. </arguments>
  13. </buildCommand>
  14. <buildCommand>
  15. <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
  16. <triggers>full,incremental,</triggers>
  17. <arguments>
  18. </arguments>
  19. </buildCommand>
  20. </buildSpec>
  21. <natures>
  22. <nature>com.xilinx.sdx.sdk.core.SdkProjectNature</nature>
  23. <nature>org.eclipse.cdt.core.cnature</nature>
  24. <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
  25. <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
  26. </natures>
  27. <linkedResources>
  28. <link>
  29. <name>src/IDE</name>
  30. <type>2</type>
  31. <locationURI>virtual:/virtual</locationURI>
  32. </link>
  33. <link>
  34. <name>src/src</name>
  35. <type>2</type>
  36. <locationURI>virtual:/virtual</locationURI>
  37. </link>
  38. <link>
  39. <name>src/wolfcrypt</name>
  40. <type>2</type>
  41. <locationURI>virtual:/virtual</locationURI>
  42. </link>
  43. <link>
  44. <name>src/IDE/XilinxSDK</name>
  45. <type>2</type>
  46. <locationURI>virtual:/virtual</locationURI>
  47. </link>
  48. <link>
  49. <name>src/src/bio.c</name>
  50. <type>1</type>
  51. <locationURI>PARENT-4-PROJECT_LOC/src/bio.c</locationURI>
  52. </link>
  53. <link>
  54. <name>src/src/crl.c</name>
  55. <type>1</type>
  56. <locationURI>PARENT-4-PROJECT_LOC/src/crl.c</locationURI>
  57. </link>
  58. <link>
  59. <name>src/src/include.am</name>
  60. <type>1</type>
  61. <locationURI>PARENT-4-PROJECT_LOC/src/include.am</locationURI>
  62. </link>
  63. <link>
  64. <name>src/src/internal.c</name>
  65. <type>1</type>
  66. <locationURI>PARENT-4-PROJECT_LOC/src/internal.c</locationURI>
  67. </link>
  68. <link>
  69. <name>src/src/keys.c</name>
  70. <type>1</type>
  71. <locationURI>PARENT-4-PROJECT_LOC/src/keys.c</locationURI>
  72. </link>
  73. <link>
  74. <name>src/src/ocsp.c</name>
  75. <type>1</type>
  76. <locationURI>PARENT-4-PROJECT_LOC/src/ocsp.c</locationURI>
  77. </link>
  78. <link>
  79. <name>src/src/sniffer.c</name>
  80. <type>1</type>
  81. <locationURI>PARENT-4-PROJECT_LOC/src/sniffer.c</locationURI>
  82. </link>
  83. <link>
  84. <name>src/src/ssl.c</name>
  85. <type>1</type>
  86. <locationURI>PARENT-4-PROJECT_LOC/src/ssl.c</locationURI>
  87. </link>
  88. <link>
  89. <name>src/src/tls.c</name>
  90. <type>1</type>
  91. <locationURI>PARENT-4-PROJECT_LOC/src/tls.c</locationURI>
  92. </link>
  93. <link>
  94. <name>src/src/tls13.c</name>
  95. <type>1</type>
  96. <locationURI>PARENT-4-PROJECT_LOC/src/tls13.c</locationURI>
  97. </link>
  98. <link>
  99. <name>src/src/wolfio.c</name>
  100. <type>1</type>
  101. <locationURI>PARENT-4-PROJECT_LOC/src/wolfio.c</locationURI>
  102. </link>
  103. <link>
  104. <name>src/wolfcrypt/benchmark</name>
  105. <type>2</type>
  106. <locationURI>virtual:/virtual</locationURI>
  107. </link>
  108. <link>
  109. <name>src/wolfcrypt/src</name>
  110. <type>2</type>
  111. <locationURI>virtual:/virtual</locationURI>
  112. </link>
  113. <link>
  114. <name>src/wolfcrypt/test</name>
  115. <type>2</type>
  116. <locationURI>virtual:/virtual</locationURI>
  117. </link>
  118. <link>
  119. <name>src/IDE/XilinxSDK/.cproject</name>
  120. <type>1</type>
  121. <locationURI>PARENT-2-PROJECT_LOC/.cproject</locationURI>
  122. </link>
  123. <link>
  124. <name>src/IDE/XilinxSDK/.project</name>
  125. <type>1</type>
  126. <locationURI>PARENT-2-PROJECT_LOC/.project</locationURI>
  127. </link>
  128. <link>
  129. <name>src/IDE/XilinxSDK/README.md</name>
  130. <type>1</type>
  131. <locationURI>PARENT-2-PROJECT_LOC/README.md</locationURI>
  132. </link>
  133. <link>
  134. <name>src/IDE/XilinxSDK/include.am</name>
  135. <type>1</type>
  136. <locationURI>PARENT-2-PROJECT_LOC/include.am</locationURI>
  137. </link>
  138. <link>
  139. <name>src/IDE/XilinxSDK/lscript.ld</name>
  140. <type>1</type>
  141. <locationURI>PARENT-2-PROJECT_LOC/lscript.ld</locationURI>
  142. </link>
  143. <link>
  144. <name>src/IDE/XilinxSDK/user_settings.h</name>
  145. <type>1</type>
  146. <locationURI>PARENT-2-PROJECT_LOC/user_settings.h</locationURI>
  147. </link>
  148. <link>
  149. <name>src/IDE/XilinxSDK/wolfssl_example.c</name>
  150. <type>1</type>
  151. <locationURI>PARENT-2-PROJECT_LOC/wolfssl_example.c</locationURI>
  152. </link>
  153. <link>
  154. <name>src/wolfcrypt/benchmark/README.md</name>
  155. <type>1</type>
  156. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/benchmark/README.md</locationURI>
  157. </link>
  158. <link>
  159. <name>src/wolfcrypt/benchmark/benchmark.c</name>
  160. <type>1</type>
  161. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/benchmark/benchmark.c</locationURI>
  162. </link>
  163. <link>
  164. <name>src/wolfcrypt/benchmark/benchmark.h</name>
  165. <type>1</type>
  166. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/benchmark/benchmark.h</locationURI>
  167. </link>
  168. <link>
  169. <name>src/wolfcrypt/benchmark/benchmark.sln</name>
  170. <type>1</type>
  171. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/benchmark/benchmark.sln</locationURI>
  172. </link>
  173. <link>
  174. <name>src/wolfcrypt/benchmark/benchmark.vcproj</name>
  175. <type>1</type>
  176. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/benchmark/benchmark.vcproj</locationURI>
  177. </link>
  178. <link>
  179. <name>src/wolfcrypt/benchmark/include.am</name>
  180. <type>1</type>
  181. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/benchmark/include.am</locationURI>
  182. </link>
  183. <link>
  184. <name>src/wolfcrypt/src/aes.c</name>
  185. <type>1</type>
  186. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/aes.c</locationURI>
  187. </link>
  188. <link>
  189. <name>src/wolfcrypt/src/aes_asm.asm</name>
  190. <type>1</type>
  191. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/aes_asm.asm</locationURI>
  192. </link>
  193. <link>
  194. <name>src/wolfcrypt/src/arc4.c</name>
  195. <type>1</type>
  196. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/arc4.c</locationURI>
  197. </link>
  198. <link>
  199. <name>src/wolfcrypt/src/asm.c</name>
  200. <type>1</type>
  201. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/asm.c</locationURI>
  202. </link>
  203. <link>
  204. <name>src/wolfcrypt/src/asn.c</name>
  205. <type>1</type>
  206. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/asn.c</locationURI>
  207. </link>
  208. <link>
  209. <name>src/wolfcrypt/src/blake2b.c</name>
  210. <type>1</type>
  211. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/blake2b.c</locationURI>
  212. </link>
  213. <link>
  214. <name>src/wolfcrypt/src/blake2s.c</name>
  215. <type>1</type>
  216. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/blake2s.c</locationURI>
  217. </link>
  218. <link>
  219. <name>src/wolfcrypt/src/camellia.c</name>
  220. <type>1</type>
  221. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/camellia.c</locationURI>
  222. </link>
  223. <link>
  224. <name>src/wolfcrypt/src/chacha.c</name>
  225. <type>1</type>
  226. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/chacha.c</locationURI>
  227. </link>
  228. <link>
  229. <name>src/wolfcrypt/src/chacha20_poly1305.c</name>
  230. <type>1</type>
  231. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/chacha20_poly1305.c</locationURI>
  232. </link>
  233. <link>
  234. <name>src/wolfcrypt/src/cmac.c</name>
  235. <type>1</type>
  236. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/cmac.c</locationURI>
  237. </link>
  238. <link>
  239. <name>src/wolfcrypt/src/coding.c</name>
  240. <type>1</type>
  241. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/coding.c</locationURI>
  242. </link>
  243. <link>
  244. <name>src/wolfcrypt/src/compress.c</name>
  245. <type>1</type>
  246. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/compress.c</locationURI>
  247. </link>
  248. <link>
  249. <name>src/wolfcrypt/src/cpuid.c</name>
  250. <type>1</type>
  251. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/cpuid.c</locationURI>
  252. </link>
  253. <link>
  254. <name>src/wolfcrypt/src/cryptocb.c</name>
  255. <type>1</type>
  256. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/cryptocb.c</locationURI>
  257. </link>
  258. <link>
  259. <name>src/wolfcrypt/src/curve25519.c</name>
  260. <type>1</type>
  261. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/curve25519.c</locationURI>
  262. </link>
  263. <link>
  264. <name>src/wolfcrypt/src/curve448.c</name>
  265. <type>1</type>
  266. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/curve448.c</locationURI>
  267. </link>
  268. <link>
  269. <name>src/wolfcrypt/src/des3.c</name>
  270. <type>1</type>
  271. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/des3.c</locationURI>
  272. </link>
  273. <link>
  274. <name>src/wolfcrypt/src/dh.c</name>
  275. <type>1</type>
  276. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/dh.c</locationURI>
  277. </link>
  278. <link>
  279. <name>src/wolfcrypt/src/dsa.c</name>
  280. <type>1</type>
  281. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/dsa.c</locationURI>
  282. </link>
  283. <link>
  284. <name>src/wolfcrypt/src/ecc.c</name>
  285. <type>1</type>
  286. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ecc.c</locationURI>
  287. </link>
  288. <link>
  289. <name>src/wolfcrypt/src/ecc_fp.c</name>
  290. <type>1</type>
  291. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ecc_fp.c</locationURI>
  292. </link>
  293. <link>
  294. <name>src/wolfcrypt/src/ed25519.c</name>
  295. <type>1</type>
  296. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ed25519.c</locationURI>
  297. </link>
  298. <link>
  299. <name>src/wolfcrypt/src/ed448.c</name>
  300. <type>1</type>
  301. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ed448.c</locationURI>
  302. </link>
  303. <link>
  304. <name>src/wolfcrypt/src/error.c</name>
  305. <type>1</type>
  306. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/error.c</locationURI>
  307. </link>
  308. <link>
  309. <name>src/wolfcrypt/src/evp.c</name>
  310. <type>1</type>
  311. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/evp.c</locationURI>
  312. </link>
  313. <link>
  314. <name>src/wolfcrypt/src/fe_448.c</name>
  315. <type>1</type>
  316. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_448.c</locationURI>
  317. </link>
  318. <link>
  319. <name>src/wolfcrypt/src/fe_low_mem.c</name>
  320. <type>1</type>
  321. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_low_mem.c</locationURI>
  322. </link>
  323. <link>
  324. <name>src/wolfcrypt/src/fe_operations.c</name>
  325. <type>1</type>
  326. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_operations.c</locationURI>
  327. </link>
  328. <link>
  329. <name>src/wolfcrypt/src/fe_x25519_128.i</name>
  330. <type>1</type>
  331. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
  332. </link>
  333. <link>
  334. <name>src/wolfcrypt/src/fp_mont_small.i</name>
  335. <type>1</type>
  336. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mont_small.i</locationURI>
  337. </link>
  338. <link>
  339. <name>src/wolfcrypt/src/fp_mul_comba_12.i</name>
  340. <type>1</type>
  341. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_12.i</locationURI>
  342. </link>
  343. <link>
  344. <name>src/wolfcrypt/src/fp_mul_comba_17.i</name>
  345. <type>1</type>
  346. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_17.i</locationURI>
  347. </link>
  348. <link>
  349. <name>src/wolfcrypt/src/fp_mul_comba_20.i</name>
  350. <type>1</type>
  351. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_20.i</locationURI>
  352. </link>
  353. <link>
  354. <name>src/wolfcrypt/src/fp_mul_comba_24.i</name>
  355. <type>1</type>
  356. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_24.i</locationURI>
  357. </link>
  358. <link>
  359. <name>src/wolfcrypt/src/fp_mul_comba_28.i</name>
  360. <type>1</type>
  361. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_28.i</locationURI>
  362. </link>
  363. <link>
  364. <name>src/wolfcrypt/src/fp_mul_comba_3.i</name>
  365. <type>1</type>
  366. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_3.i</locationURI>
  367. </link>
  368. <link>
  369. <name>src/wolfcrypt/src/fp_mul_comba_32.i</name>
  370. <type>1</type>
  371. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_32.i</locationURI>
  372. </link>
  373. <link>
  374. <name>src/wolfcrypt/src/fp_mul_comba_4.i</name>
  375. <type>1</type>
  376. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_4.i</locationURI>
  377. </link>
  378. <link>
  379. <name>src/wolfcrypt/src/fp_mul_comba_48.i</name>
  380. <type>1</type>
  381. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_48.i</locationURI>
  382. </link>
  383. <link>
  384. <name>src/wolfcrypt/src/fp_mul_comba_6.i</name>
  385. <type>1</type>
  386. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_6.i</locationURI>
  387. </link>
  388. <link>
  389. <name>src/wolfcrypt/src/fp_mul_comba_64.i</name>
  390. <type>1</type>
  391. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_64.i</locationURI>
  392. </link>
  393. <link>
  394. <name>src/wolfcrypt/src/fp_mul_comba_7.i</name>
  395. <type>1</type>
  396. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_7.i</locationURI>
  397. </link>
  398. <link>
  399. <name>src/wolfcrypt/src/fp_mul_comba_8.i</name>
  400. <type>1</type>
  401. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_8.i</locationURI>
  402. </link>
  403. <link>
  404. <name>src/wolfcrypt/src/fp_mul_comba_9.i</name>
  405. <type>1</type>
  406. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_9.i</locationURI>
  407. </link>
  408. <link>
  409. <name>src/wolfcrypt/src/fp_mul_comba_small_set.i</name>
  410. <type>1</type>
  411. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_mul_comba_small_set.i</locationURI>
  412. </link>
  413. <link>
  414. <name>src/wolfcrypt/src/fp_sqr_comba_12.i</name>
  415. <type>1</type>
  416. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_12.i</locationURI>
  417. </link>
  418. <link>
  419. <name>src/wolfcrypt/src/fp_sqr_comba_17.i</name>
  420. <type>1</type>
  421. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_17.i</locationURI>
  422. </link>
  423. <link>
  424. <name>src/wolfcrypt/src/fp_sqr_comba_20.i</name>
  425. <type>1</type>
  426. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_20.i</locationURI>
  427. </link>
  428. <link>
  429. <name>src/wolfcrypt/src/fp_sqr_comba_24.i</name>
  430. <type>1</type>
  431. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_24.i</locationURI>
  432. </link>
  433. <link>
  434. <name>src/wolfcrypt/src/fp_sqr_comba_28.i</name>
  435. <type>1</type>
  436. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_28.i</locationURI>
  437. </link>
  438. <link>
  439. <name>src/wolfcrypt/src/fp_sqr_comba_3.i</name>
  440. <type>1</type>
  441. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_3.i</locationURI>
  442. </link>
  443. <link>
  444. <name>src/wolfcrypt/src/fp_sqr_comba_32.i</name>
  445. <type>1</type>
  446. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_32.i</locationURI>
  447. </link>
  448. <link>
  449. <name>src/wolfcrypt/src/fp_sqr_comba_4.i</name>
  450. <type>1</type>
  451. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_4.i</locationURI>
  452. </link>
  453. <link>
  454. <name>src/wolfcrypt/src/fp_sqr_comba_48.i</name>
  455. <type>1</type>
  456. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_48.i</locationURI>
  457. </link>
  458. <link>
  459. <name>src/wolfcrypt/src/fp_sqr_comba_6.i</name>
  460. <type>1</type>
  461. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_6.i</locationURI>
  462. </link>
  463. <link>
  464. <name>src/wolfcrypt/src/fp_sqr_comba_64.i</name>
  465. <type>1</type>
  466. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_64.i</locationURI>
  467. </link>
  468. <link>
  469. <name>src/wolfcrypt/src/fp_sqr_comba_7.i</name>
  470. <type>1</type>
  471. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_7.i</locationURI>
  472. </link>
  473. <link>
  474. <name>src/wolfcrypt/src/fp_sqr_comba_8.i</name>
  475. <type>1</type>
  476. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_8.i</locationURI>
  477. </link>
  478. <link>
  479. <name>src/wolfcrypt/src/fp_sqr_comba_9.i</name>
  480. <type>1</type>
  481. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_9.i</locationURI>
  482. </link>
  483. <link>
  484. <name>src/wolfcrypt/src/fp_sqr_comba_small_set.i</name>
  485. <type>1</type>
  486. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fp_sqr_comba_small_set.i</locationURI>
  487. </link>
  488. <link>
  489. <name>src/wolfcrypt/src/ge_448.c</name>
  490. <type>1</type>
  491. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ge_448.c</locationURI>
  492. </link>
  493. <link>
  494. <name>src/wolfcrypt/src/ge_low_mem.c</name>
  495. <type>1</type>
  496. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ge_low_mem.c</locationURI>
  497. </link>
  498. <link>
  499. <name>src/wolfcrypt/src/ge_operations.c</name>
  500. <type>1</type>
  501. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ge_operations.c</locationURI>
  502. </link>
  503. <link>
  504. <name>src/wolfcrypt/src/hash.c</name>
  505. <type>1</type>
  506. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/hash.c</locationURI>
  507. </link>
  508. <link>
  509. <name>src/wolfcrypt/src/kdf.c</name>
  510. <type>1</type>
  511. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/kdf.c</locationURI>
  512. </link>
  513. <link>
  514. <name>src/wolfcrypt/src/hmac.c</name>
  515. <type>1</type>
  516. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/hmac.c</locationURI>
  517. </link>
  518. <link>
  519. <name>src/wolfcrypt/src/include.am</name>
  520. <type>1</type>
  521. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/include.am</locationURI>
  522. </link>
  523. <link>
  524. <name>src/wolfcrypt/src/integer.c</name>
  525. <type>1</type>
  526. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/integer.c</locationURI>
  527. </link>
  528. <link>
  529. <name>src/wolfcrypt/src/logging.c</name>
  530. <type>1</type>
  531. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/logging.c</locationURI>
  532. </link>
  533. <link>
  534. <name>src/wolfcrypt/src/md2.c</name>
  535. <type>1</type>
  536. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/md2.c</locationURI>
  537. </link>
  538. <link>
  539. <name>src/wolfcrypt/src/md4.c</name>
  540. <type>1</type>
  541. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/md4.c</locationURI>
  542. </link>
  543. <link>
  544. <name>src/wolfcrypt/src/md5.c</name>
  545. <type>1</type>
  546. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/md5.c</locationURI>
  547. </link>
  548. <link>
  549. <name>src/wolfcrypt/src/memory.c</name>
  550. <type>1</type>
  551. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/memory.c</locationURI>
  552. </link>
  553. <link>
  554. <name>src/wolfcrypt/src/misc.c</name>
  555. <type>1</type>
  556. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/misc.c</locationURI>
  557. </link>
  558. <link>
  559. <name>src/wolfcrypt/src/pkcs12.c</name>
  560. <type>1</type>
  561. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/pkcs12.c</locationURI>
  562. </link>
  563. <link>
  564. <name>src/wolfcrypt/src/pkcs7.c</name>
  565. <type>1</type>
  566. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/pkcs7.c</locationURI>
  567. </link>
  568. <link>
  569. <name>src/wolfcrypt/src/poly1305.c</name>
  570. <type>1</type>
  571. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/poly1305.c</locationURI>
  572. </link>
  573. <link>
  574. <name>src/wolfcrypt/src/port</name>
  575. <type>2</type>
  576. <locationURI>virtual:/virtual</locationURI>
  577. </link>
  578. <link>
  579. <name>src/wolfcrypt/src/pwdbased.c</name>
  580. <type>1</type>
  581. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/pwdbased.c</locationURI>
  582. </link>
  583. <link>
  584. <name>src/wolfcrypt/src/random.c</name>
  585. <type>1</type>
  586. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/random.c</locationURI>
  587. </link>
  588. <link>
  589. <name>src/wolfcrypt/src/ripemd.c</name>
  590. <type>1</type>
  591. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/ripemd.c</locationURI>
  592. </link>
  593. <link>
  594. <name>src/wolfcrypt/src/rsa.c</name>
  595. <type>1</type>
  596. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/rsa.c</locationURI>
  597. </link>
  598. <link>
  599. <name>src/wolfcrypt/src/sha.c</name>
  600. <type>1</type>
  601. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sha.c</locationURI>
  602. </link>
  603. <link>
  604. <name>src/wolfcrypt/src/sha256.c</name>
  605. <type>1</type>
  606. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sha256.c</locationURI>
  607. </link>
  608. <link>
  609. <name>src/wolfcrypt/src/sha3.c</name>
  610. <type>1</type>
  611. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sha3.c</locationURI>
  612. </link>
  613. <link>
  614. <name>src/wolfcrypt/src/sha512.c</name>
  615. <type>1</type>
  616. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sha512.c</locationURI>
  617. </link>
  618. <link>
  619. <name>src/wolfcrypt/src/signature.c</name>
  620. <type>1</type>
  621. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/signature.c</locationURI>
  622. </link>
  623. <link>
  624. <name>src/wolfcrypt/src/sp_arm32.c</name>
  625. <type>1</type>
  626. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_arm32.c</locationURI>
  627. </link>
  628. <link>
  629. <name>src/wolfcrypt/src/sp_arm64.c</name>
  630. <type>1</type>
  631. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_arm64.c</locationURI>
  632. </link>
  633. <link>
  634. <name>src/wolfcrypt/src/sp_armthumb.c</name>
  635. <type>1</type>
  636. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_armthumb.c</locationURI>
  637. </link>
  638. <link>
  639. <name>src/wolfcrypt/src/sp_c32.c</name>
  640. <type>1</type>
  641. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_c32.c</locationURI>
  642. </link>
  643. <link>
  644. <name>src/wolfcrypt/src/sp_c64.c</name>
  645. <type>1</type>
  646. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_c64.c</locationURI>
  647. </link>
  648. <link>
  649. <name>src/wolfcrypt/src/sp_cortexm.c</name>
  650. <type>1</type>
  651. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_cortexm.c</locationURI>
  652. </link>
  653. <link>
  654. <name>src/wolfcrypt/src/sp_dsp32.c</name>
  655. <type>1</type>
  656. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_dsp32.c</locationURI>
  657. </link>
  658. <link>
  659. <name>src/wolfcrypt/src/sp_int.c</name>
  660. <type>1</type>
  661. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_int.c</locationURI>
  662. </link>
  663. <link>
  664. <name>src/wolfcrypt/src/sp_x86_64.c</name>
  665. <type>1</type>
  666. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/sp_x86_64.c</locationURI>
  667. </link>
  668. <link>
  669. <name>src/wolfcrypt/src/srp.c</name>
  670. <type>1</type>
  671. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/srp.c</locationURI>
  672. </link>
  673. <link>
  674. <name>src/wolfcrypt/src/tfm.c</name>
  675. <type>1</type>
  676. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/tfm.c</locationURI>
  677. </link>
  678. <link>
  679. <name>src/wolfcrypt/src/wc_dsp.c</name>
  680. <type>1</type>
  681. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wc_dsp.c</locationURI>
  682. </link>
  683. <link>
  684. <name>src/wolfcrypt/src/wc_encrypt.c</name>
  685. <type>1</type>
  686. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wc_encrypt.c</locationURI>
  687. </link>
  688. <link>
  689. <name>src/wolfcrypt/src/wc_pkcs11.c</name>
  690. <type>1</type>
  691. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wc_pkcs11.c</locationURI>
  692. </link>
  693. <link>
  694. <name>src/wolfcrypt/src/wc_port.c</name>
  695. <type>1</type>
  696. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wc_port.c</locationURI>
  697. </link>
  698. <link>
  699. <name>src/wolfcrypt/src/wolfevent.c</name>
  700. <type>1</type>
  701. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wolfevent.c</locationURI>
  702. </link>
  703. <link>
  704. <name>src/wolfcrypt/src/wolfmath.c</name>
  705. <type>1</type>
  706. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/wolfmath.c</locationURI>
  707. </link>
  708. <link>
  709. <name>src/wolfcrypt/test/README.md</name>
  710. <type>1</type>
  711. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/test/README.md</locationURI>
  712. </link>
  713. <link>
  714. <name>src/wolfcrypt/test/include.am</name>
  715. <type>1</type>
  716. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/test/include.am</locationURI>
  717. </link>
  718. <link>
  719. <name>src/wolfcrypt/test/test.c</name>
  720. <type>1</type>
  721. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/test/test.c</locationURI>
  722. </link>
  723. <link>
  724. <name>src/wolfcrypt/test/test.h</name>
  725. <type>1</type>
  726. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/test/test.h</locationURI>
  727. </link>
  728. <link>
  729. <name>src/wolfcrypt/test/test.sln</name>
  730. <type>1</type>
  731. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/test/test.sln</locationURI>
  732. </link>
  733. <link>
  734. <name>src/wolfcrypt/test/test.vcproj</name>
  735. <type>1</type>
  736. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/test/test.vcproj</locationURI>
  737. </link>
  738. <link>
  739. <name>src/wolfcrypt/src/port/arm</name>
  740. <type>2</type>
  741. <locationURI>virtual:/virtual</locationURI>
  742. </link>
  743. <link>
  744. <name>src/wolfcrypt/src/port/nrf51.c</name>
  745. <type>1</type>
  746. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/nrf51.c</locationURI>
  747. </link>
  748. <link>
  749. <name>src/wolfcrypt/src/port/xilinx</name>
  750. <type>2</type>
  751. <locationURI>virtual:/virtual</locationURI>
  752. </link>
  753. <link>
  754. <name>src/wolfcrypt/src/port/arm/armv8-32-curve25519.S</name>
  755. <type>1</type>
  756. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-32-curve25519.S</locationURI>
  757. </link>
  758. <link>
  759. <name>src/wolfcrypt/src/port/arm/armv8-32-curve25519.c</name>
  760. <type>1</type>
  761. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-32-curve25519.c</locationURI>
  762. </link>
  763. <link>
  764. <name>src/wolfcrypt/src/port/arm/armv8-32-sha512-asm.S</name>
  765. <type>1</type>
  766. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-32-sha512-asm.S</locationURI>
  767. </link>
  768. <link>
  769. <name>src/wolfcrypt/src/port/arm/armv8-32-sha512-asm.c</name>
  770. <type>1</type>
  771. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-32-sha512-asm.c</locationURI>
  772. </link>
  773. <link>
  774. <name>src/wolfcrypt/src/port/arm/armv8-aes.c</name>
  775. <type>1</type>
  776. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-aes.c</locationURI>
  777. </link>
  778. <link>
  779. <name>src/wolfcrypt/src/port/arm/armv8-chacha.c</name>
  780. <type>1</type>
  781. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-chacha.c</locationURI>
  782. </link>
  783. <link>
  784. <name>src/wolfcrypt/src/port/arm/armv8-curve25519.S</name>
  785. <type>1</type>
  786. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-curve25519.S</locationURI>
  787. </link>
  788. <link>
  789. <name>src/wolfcrypt/src/port/arm/armv8-curve25519.c</name>
  790. <type>1</type>
  791. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-curve25519.c</locationURI>
  792. </link>
  793. <link>
  794. <name>src/wolfcrypt/src/port/arm/armv8-poly1305.c</name>
  795. <type>1</type>
  796. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-poly1305.c</locationURI>
  797. </link>
  798. <link>
  799. <name>src/wolfcrypt/src/port/arm/armv8-sha256.c</name>
  800. <type>1</type>
  801. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-sha256.c</locationURI>
  802. </link>
  803. <link>
  804. <name>src/wolfcrypt/src/port/arm/armv8-sha512-asm.S</name>
  805. <type>1</type>
  806. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-sha512-asm.S</locationURI>
  807. </link>
  808. <link>
  809. <name>src/wolfcrypt/src/port/arm/armv8-sha512-asm.c</name>
  810. <type>1</type>
  811. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-sha512-asm.c</locationURI>
  812. </link>
  813. <link>
  814. <name>src/wolfcrypt/src/port/arm/armv8-sha512.c</name>
  815. <type>1</type>
  816. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/armv8-sha512.c</locationURI>
  817. </link>
  818. <link>
  819. <name>src/wolfcrypt/src/port/arm/cryptoCell.c</name>
  820. <type>1</type>
  821. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/cryptoCell.c</locationURI>
  822. </link>
  823. <link>
  824. <name>src/wolfcrypt/src/port/arm/cryptoCellHash.c</name>
  825. <type>1</type>
  826. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/arm/cryptoCellHash.c</locationURI>
  827. </link>
  828. <link>
  829. <name>src/wolfcrypt/src/port/xilinx/xil-aesgcm.c</name>
  830. <type>1</type>
  831. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/xilinx/xil-aesgcm.c</locationURI>
  832. </link>
  833. <link>
  834. <name>src/wolfcrypt/src/port/xilinx/xil-sha3.c</name>
  835. <type>1</type>
  836. <locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/port/xilinx/xil-sha3.c</locationURI>
  837. </link>
  838. </linkedResources>
  839. </projectDescription>