Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dpsa_crypto_slot_management.c43 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT];
124 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_get_and_lock_key_slot_in_memory()
130 status = ( slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT ) ? in psa_get_and_lock_key_slot_in_memory()
157 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_wipe_all_key_slots()
180 for( slot_idx = 0; slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT; slot_idx++ ) in psa_get_empty_key_slot()
547 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 )
/external/openthread/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 )
/external/mbedtls/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 …]
/external/openthread/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 …]
/external/openthread/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
/external/mbedtls/include/psa/
Dcrypto_extra.h45 #if !defined(MBEDTLS_PSA_KEY_SLOT_COUNT)
46 #define MBEDTLS_PSA_KEY_SLOT_COUNT 32 macro
/external/mbedtls/programs/test/
Dquery_config.c2546 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in query_config()
2549 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_KEY_SLOT_COUNT ); in query_config()
4380 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in list_config()
4381 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_KEY_SLOT_COUNT); in list_config()
/external/openthread/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()
/external/openthread/third_party/mbedtls/repo/
DChangeLog358 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that
/external/mbedtls/
DChangeLog1160 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that