Home
last modified time | relevance | path

Searched refs:PSA_KEY_SLOT_COUNT (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.h30 #define PSA_KEY_SLOT_COUNT 32 macro
43 PSA_KEY_SLOT_COUNT + 1 )
Dpsa_crypto_slot_management.c48 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()
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function936 * 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 keys
1033 for( i = 0; i < PSA_KEY_SLOT_COUNT; i++ )
[all …]