Searched refs:MBEDTLS_PSA_KEY_SLOT_COUNT (Results 1 – 6 of 6) sorted by relevance
31 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()
27 MBEDTLS_PSA_KEY_SLOT_COUNT + 1)
863 * 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);
31 #if !defined(MBEDTLS_PSA_KEY_SLOT_COUNT)32 #define MBEDTLS_PSA_KEY_SLOT_COUNT 32 macro
2663 #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()
1953 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that