Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_slot_management.data229 many_transient_keys:MBEDTLS_PSA_KEY_SLOT_COUNT - MBEDTLS_TEST_PSA_INTERNAL_KEYS
231 Key slot count: dynamic: more than MBEDTLS_PSA_KEY_SLOT_COUNT
233 # Check that MBEDTLS_PSA_KEY_SLOT_COUNT doesn't apply to volatile keys.
234 many_transient_keys:MBEDTLS_PSA_KEY_SLOT_COUNT + 1
Dtest_suite_psa_crypto_slot_management.function123 #define MAX_VOLATILE_KEYS MBEDTLS_PSA_KEY_SLOT_COUNT
999 * 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);
/mbedtls-latest/library/
Dpsa_crypto_slot_management.c81 #define PERSISTENT_KEY_CACHE_COUNT MBEDTLS_PSA_KEY_SLOT_COUNT
176 #define PERSISTENT_KEY_CACHE_COUNT MBEDTLS_PSA_KEY_SLOT_COUNT
188 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()
Dpsa_crypto_slot_management.h36 (PSA_KEY_ID_VOLATILE_MIN + MBEDTLS_PSA_KEY_SLOT_COUNT - 1)
/mbedtls-latest/include/psa/
Dcrypto_extra.h31 #if !defined(MBEDTLS_PSA_KEY_SLOT_COUNT)
32 #define MBEDTLS_PSA_KEY_SLOT_COUNT 32 macro
/mbedtls-latest/docs/architecture/
Dpsa-keystore-design.md69 …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…
/mbedtls-latest/programs/test/
Dquery_config.c2671 #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()
/mbedtls-latest/
DChangeLog141 MBEDTLS_PSA_KEY_SLOT_COUNT is more than 4096.
2148 MBEDTLS_PSA_KEY_SLOT_COUNT sets the maximum number of volatile keys that