Searched refs:persistence (Results 1 – 6 of 6) sorted by relevance
/mbedtls-development/tests/suites/ |
A 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
|
A D | test_suite_psa_crypto_metadata.function | 726 psa_key_persistence_t persistence = persistence_arg; 736 TEST_EQUAL( PSA_KEY_LIFETIME_GET_PERSISTENCE( lifetime ), persistence );
|
/mbedtls-development/docs/architecture/testing/ |
A D | psa-storage-format-testing.md | 94 …persistence levels: have load-and-check tests for supported persistence levels. We may also want t…
|
/mbedtls-development/include/psa/ |
A D | crypto_values.h | 2168 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument 2169 ((location) << 8 | (persistence))
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 816 …persistence level with which the platform is attempting to register the key. The driver entry poin… 868 … persistence 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 D | ChangeLog | 407 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