Searched refs:PSA_KEY_SLOT_COUNT (Results 1 – 3 of 3) sorted by relevance
30 #define PSA_KEY_SLOT_COUNT 32 macro43 PSA_KEY_SLOT_COUNT + 1 )
48 psa_key_slot_t key_slots[PSA_KEY_SLOT_COUNT];131 for( slot_idx = 0; slot_idx < PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_get_and_lock_key_slot_in_memory()137 status = ( slot_idx < PSA_KEY_SLOT_COUNT ) ? in psa_get_and_lock_key_slot_in_memory()164 for( slot_idx = 0; slot_idx < PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_wipe_all_key_slots()187 for( slot_idx = 0; slot_idx < PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_get_empty_key_slot()447 for( slot_idx = 0; slot_idx < PSA_KEY_SLOT_COUNT; slot_idx++ ) in mbedtls_psa_get_stats()
936 * Create PSA_KEY_SLOT_COUNT persistent keys.938 for( i = 0; i < PSA_KEY_SLOT_COUNT; i++ )954 i = PSA_KEY_SLOT_COUNT;969 * Check that we can export all ( PSA_KEY_SLOT_COUNT + 1 ) keys,975 for( i = 0; i <= PSA_KEY_SLOT_COUNT; i++ )977 if( i < PSA_KEY_SLOT_COUNT )1008 TEST_ASSERT( PSA_KEY_SLOT_COUNT >= 1 );1010 ASSERT_ALLOC( keys, PSA_KEY_SLOT_COUNT );1030 * Create PSA_KEY_SLOT_COUNT volatile keys1033 for( i = 0; i < PSA_KEY_SLOT_COUNT; i++ )[all …]