Searched refs:persistence (Results 1 – 6 of 6) sorted by relevance
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_psa_crypto_slot_management.data | 81 Persistent slot, check after closing, persistence=2 84 Persistent slot, check after closing and restarting, persistence=2 87 Persistent slot, check after destroying, persistence=2 90 Persistent slot, check after destroying and restarting, persistence=2 93 Persistent slot, check after purging, persistence=2 96 Persistent slot, check after purging and restarting, persistence=2 99 Persistent slot, check after restart with live handle, persistence=2
|
D | test_suite_psa_crypto_metadata.function | 724 psa_key_persistence_t persistence = persistence_arg; 734 TEST_EQUAL(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime), persistence);
|
/mbedtls-3.6.0/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 94 …persistence levels: have load-and-check tests for supported persistence levels. We may also want t…
|
/mbedtls-3.6.0/include/psa/ |
D | crypto_values.h | 2378 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument 2379 ((location) << 8 | (persistence))
|
/mbedtls-3.6.0/docs/proposed/ |
D | psa-driver-interface.md | 1253 …persistence level with which the platform is attempting to register the key. The driver entry poin… 1305 … persistence called `PSA_KEY_LIFETIME_`*prefix*. Therefore, to declare an opaque key in the locati… 1317 Generally speaking, to declare a key with a specified persistence: 1321 persistence));
|
/mbedtls-3.6.0/ |
D | ChangeLog | 1598 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY 2053 key lifetimes to encode a persistence level and the location. Although C
|