Home
last modified time | relevance | path

Searched refs:PSA_ITS_STORAGE_PREFIX (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/library/
Dpsa_its_file.c26 #if !defined(PSA_ITS_STORAGE_PREFIX)
27 #define PSA_ITS_STORAGE_PREFIX "" macro
33 (sizeof(PSA_ITS_STORAGE_PREFIX) - 1 + /*prefix without terminating 0*/ \
38 PSA_ITS_STORAGE_PREFIX "tempfile" PSA_ITS_STORAGE_SUFFIX
68 PSA_ITS_STORAGE_PREFIX, in psa_its_fill_filename()
/mbedtls-latest/tests/suites/
Dtest_suite_psa_its.function19 #define PSA_ITS_STORAGE_PREFIX ""
23 (sizeof(PSA_ITS_STORAGE_PREFIX) - 1 + /*prefix without terminating 0*/ \
29 PSA_ITS_STORAGE_PREFIX "tempfile" PSA_ITS_STORAGE_SUFFIX
36 PSA_ITS_STORAGE_PREFIX,
/mbedtls-latest/docs/architecture/
Dmbed-crypto-storage-specification.md185 An undocumented build-time configuration value `PSA_ITS_STORAGE_PREFIX` allows storing the key file…
187 * `PSA_ITS_STORAGE_PREFIX "tempfile.psa_its"`: used as a temporary file. Must be writable. May be o…
188 * `sprintf(PSA_ITS_STORAGE_PREFIX "%016llx.psa_its", key_id)`: a key or non-key file. The `key_id` …
392 An undocumented build-time configuration value `PSA_ITS_STORAGE_PREFIX` allows storing the key file…
394 * `PSA_ITS_STORAGE_PREFIX "tempfile.psa_its"`: used as a temporary file. Must be writable. May be o…
395 * `sprintf(PSA_ITS_STORAGE_PREFIX "%016llx.psa_its", key_id)`: a key or non-key file. The `key_id` …