Searched refs:MBEDTLS_PSA_KEY_SLOT_COUNT (Results 1 – 8 of 8) sorted by relevance
229 many_transient_keys:MBEDTLS_PSA_KEY_SLOT_COUNT - MBEDTLS_TEST_PSA_INTERNAL_KEYS231 Key slot count: dynamic: more than MBEDTLS_PSA_KEY_SLOT_COUNT233 # Check that MBEDTLS_PSA_KEY_SLOT_COUNT doesn't apply to volatile keys.234 many_transient_keys:MBEDTLS_PSA_KEY_SLOT_COUNT + 1
123 #define MAX_VOLATILE_KEYS MBEDTLS_PSA_KEY_SLOT_COUNT999 * Create MBEDTLS_PSA_KEY_SLOT_COUNT persistent keys.1001 for (i = 0; i < MBEDTLS_PSA_KEY_SLOT_COUNT; i++) {1016 i = MBEDTLS_PSA_KEY_SLOT_COUNT;1032 * Check that we can export all ( MBEDTLS_PSA_KEY_SLOT_COUNT + 1 ) keys,1038 for (i = 0; i <= MBEDTLS_PSA_KEY_SLOT_COUNT; i++) {1039 if (i < MBEDTLS_PSA_KEY_SLOT_COUNT) {1073 TEST_ASSERT(MBEDTLS_PSA_KEY_SLOT_COUNT >= 1);
81 #define PERSISTENT_KEY_CACHE_COUNT MBEDTLS_PSA_KEY_SLOT_COUNT176 #define PERSISTENT_KEY_CACHE_COUNT MBEDTLS_PSA_KEY_SLOT_COUNT188 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT];416 status = (slot_idx < MBEDTLS_PSA_KEY_SLOT_COUNT) ? in psa_get_and_lock_key_slot_in_memory()
36 (PSA_KEY_ID_VOLATILE_MIN + MBEDTLS_PSA_KEY_SLOT_COUNT - 1)
31 #if !defined(MBEDTLS_PSA_KEY_SLOT_COUNT)32 #define MBEDTLS_PSA_KEY_SLOT_COUNT 32 macro
69 …e key store is a statically allocated array of slots, of size `MBEDTLS_PSA_KEY_SLOT_COUNT`. Key ma…70 …e key store is a statically allocated array of slots, of size `MBEDTLS_PSA_KEY_SLOT_COUNT`. Each k…96 …e key store is a statically allocated array of slots, of size `MBEDTLS_PSA_KEY_SLOT_COUNT`. This v…123 …key (including creation and destruction) takes time that is linear in `MBEDTLS_PSA_KEY_SLOT_COUNT`.198 The persistent key cache is a fixed-size array of `MBEDTLS_PSA_KEY_SLOT_COUNT` slots. In the static…
2671 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in query_config()2674 MACRO_EXPANSION_TO_STR( MBEDTLS_PSA_KEY_SLOT_COUNT ); in query_config()4829 #if defined(MBEDTLS_PSA_KEY_SLOT_COUNT) in list_config()4830 OUTPUT_MACRO_NAME_VALUE(MBEDTLS_PSA_KEY_SLOT_COUNT); in list_config()
141 MBEDTLS_PSA_KEY_SLOT_COUNT is more than 4096.2148 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that