Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_storage.h27 #define PSA_CRYPTO_MAX_STORAGE_SIZE (MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE)
H A Dpsa_crypto_core.h147 uint8_t data[MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE];
H A Dpsa_crypto.c709 if (buffer_length > ((size_t) MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE)) { in psa_allocate_buffer_to_slot()
1188 mbedtls_platform_zeroize(slot->key.data, MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE); in psa_remove_key_data_from_memory()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h39 #if !defined(MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE)
40 #define MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE \ macro
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog130 MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the