Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c31 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT];
130 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_get_and_lock_key_slot_in_memory()
138 status = (slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT) ? in psa_get_and_lock_key_slot_in_memory()
167 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_wipe_all_key_slots()
190 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in psa_reserve_free_key_slot()
656 for (slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++) { in mbedtls_psa_get_stats()
Dpsa_crypto_slot_management.h27 MBEDTLS_PSA_KEY_SLOT_COUNT + 1)
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function863 * Create MBEDTLS_PSA_KEY_SLOT_COUNT persistent keys.
865 for (i = 0; i < MBEDTLS_PSA_KEY_SLOT_COUNT; i++) {
880 i = MBEDTLS_PSA_KEY_SLOT_COUNT;
896 * Check that we can export all ( MBEDTLS_PSA_KEY_SLOT_COUNT + 1 ) keys,
902 for (i = 0; i <= MBEDTLS_PSA_KEY_SLOT_COUNT; i++) {
903 if (i < MBEDTLS_PSA_KEY_SLOT_COUNT) {
937 TEST_ASSERT(MBEDTLS_PSA_KEY_SLOT_COUNT >= 1);
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h31 #if !defined(MBEDTLS_PSA_KEY_SLOT_COUNT)
32 #define MBEDTLS_PSA_KEY_SLOT_COUNT 32 macro
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dquery_config.c2663 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in query_config()
2666 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_KEY_SLOT_COUNT ); in query_config()
4817 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in list_config()
4818 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_KEY_SLOT_COUNT); in list_config()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1953 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that