Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A 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
A Dtest_suite_psa_crypto_metadata.function726 psa_key_persistence_t persistence = persistence_arg;
736 TEST_EQUAL( PSA_KEY_LIFETIME_GET_PERSISTENCE( lifetime ), persistence );
/mbedtls-development/docs/architecture/testing/
A Dpsa-storage-format-testing.md94persistence levels: have load-and-check tests for supported persistence levels. We may also want t…
/mbedtls-development/include/psa/
A Dcrypto_values.h2168 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument
2169 ((location) << 8 | (persistence))
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md816persistence level with which the platform is attempting to register the key. The driver entry poin…
868persistence called `PSA_KEY_LIFETIME_`*prefix*. Therefore, to declare an opaque key in the locati…
880 Generally speaking, to declare a key with a specified persistence:
884 persistence));
/mbedtls-development/
A DChangeLog407 read-only lifetime. The persistence level PSA_KEY_PERSISTENCE_READ_ONLY
862 key lifetimes to encode a persistence level and the location. Although C

Completed in 18 milliseconds