Home
last modified time | relevance | path

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

/mbedtls-3.6.0/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);
/mbedtls-3.6.0/docs/architecture/testing/
Dpsa-storage-format-testing.md94persistence levels: have load-and-check tests for supported persistence levels. We may also want t…
/mbedtls-3.6.0/include/psa/
Dcrypto_values.h2378 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument
2379 ((location) << 8 | (persistence))
/mbedtls-3.6.0/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-3.6.0/
DChangeLog1598 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY
2053 key lifetimes to encode a persistence level and the location. Although C