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

@ -2794,6 +2794,18 @@
*/
//#define MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C
/**
* \def MBEDTLS_PSA_ITS_FILE_C
*
* Enable the emulation of the Platform Security Architecture
* Internal Trusted Storage (PSA ITS) over files.
*
* Module: library/psa_its_file.c
*
* Requires: MBEDTLS_FS_IO
*/
#define MBEDTLS_PSA_ITS_FILE_C
/**
* \def MBEDTLS_RIPEMD160_C
*