1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Implement PSA ITS over files

Implement the PSA ITS API over stdio files.
This commit is contained in:
Gilles Peskine
2018-11-16 22:24:15 +01:00
parent 601bd53b80
commit 6194dc2062
8 changed files with 264 additions and 0 deletions

View File

@ -304,6 +304,7 @@
<ClCompile Include="..\..\library\psa_crypto_storage.c" />
<ClCompile Include="..\..\library\psa_crypto_storage_file.c" />
<ClCompile Include="..\..\library\psa_crypto_storage_its.c" />
<ClCompile Include="..\..\library\psa_its_file.c" />
<ClCompile Include="..\..\library\ripemd160.c" />
<ClCompile Include="..\..\library\rsa.c" />
<ClCompile Include="..\..\library\rsa_internal.c" />