Home
last modified time | relevance | path

Searched refs:PSA_ITS_STORAGE_TEMP (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/library/
Dpsa_its_file.c37 #define PSA_ITS_STORAGE_TEMP \ macro
195 stream = fopen(PSA_ITS_STORAGE_TEMP, "wb"); in psa_its_set()
225 if (rename_replace_existing(PSA_ITS_STORAGE_TEMP, filename) != 0) { in psa_its_set()
234 (void) remove(PSA_ITS_STORAGE_TEMP); in psa_its_set()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_its.function28 #define PSA_ITS_STORAGE_TEMP \
64 (void) remove(PSA_ITS_STORAGE_TEMP);