Home
last modified time | relevance | path

Searched refs:persistence (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_slot_management.data81 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
Dtest_suite_psa_crypto_metadata.function724 psa_key_persistence_t persistence = persistence_arg;
734 TEST_EQUAL(PSA_KEY_LIFETIME_GET_PERSISTENCE(lifetime), persistence);
Dtest_suite_pk.function2305 * the persistence attributes. */
/mbedtls-latest/docs/architecture/testing/
Dpsa-storage-format-testing.md94persistence levels: have load-and-check tests for supported persistence levels. We may also want t…
/mbedtls-latest/include/psa/
Dcrypto_values.h2398 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument
2399 ((location) << 8 | (persistence))
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md1253persistence level with which the platform is attempting to register the key. The driver entry poin…
1305persistence 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-latest/
DChangeLog2053 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY
2508 key lifetimes to encode a persistence level and the location. Although C