Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT];
129 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_get_and_lock_key_slot_in_memory()
135 status = ( slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT ) ? in psa_get_and_lock_key_slot_in_memory()
162 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_wipe_all_key_slots()
185 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_get_empty_key_slot()
554 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in mbedtls_psa_get_stats()
Dpsa_crypto_slot_management.h39 MBEDTLS_PSA_KEY_SLOT_COUNT + 1 )
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function886 * Create MBEDTLS_PSA_KEY_SLOT_COUNT persistent keys.
888 for( i = 0; i < MBEDTLS_PSA_KEY_SLOT_COUNT; i++ )
904 i = MBEDTLS_PSA_KEY_SLOT_COUNT;
919 * Check that we can export all ( MBEDTLS_PSA_KEY_SLOT_COUNT + 1 ) keys,
925 for( i = 0; i <= MBEDTLS_PSA_KEY_SLOT_COUNT; i++ )
927 if( i < MBEDTLS_PSA_KEY_SLOT_COUNT )
958 TEST_ASSERT( MBEDTLS_PSA_KEY_SLOT_COUNT >= 1 );
960 ASSERT_ALLOC( keys, MBEDTLS_PSA_KEY_SLOT_COUNT );
980 * Create MBEDTLS_PSA_KEY_SLOT_COUNT volatile keys
983 for( i = 0; i < MBEDTLS_PSA_KEY_SLOT_COUNT; i++ )
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h44 #if !defined(MBEDTLS_PSA_KEY_SLOT_COUNT)
45 #define MBEDTLS_PSA_KEY_SLOT_COUNT 32 macro
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/
Dquery_config.c2677 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in query_config()
2680 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_KEY_SLOT_COUNT ); in query_config()
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog358 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that