Home
last modified time | relevance | path

Searched refs:TF_MBEDTLS_HEAP_SIZE (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/tc/
H A Dplat_tc_mbedtls_config.h13 #ifndef TF_MBEDTLS_HEAP_SIZE
14 #error TF_MBEDTLS_HEAP_SIZE is not defined
18 #if TF_MBEDTLS_HEAP_SIZE < PLATFORM_TEST_MIN_MBEDTLS_HEAP_SIZE
19 #undef TF_MBEDTLS_HEAP_SIZE
20 #define TF_MBEDTLS_HEAP_SIZE PLATFORM_TEST_MIN_MBEDTLS_HEAP_SIZE macro
/rk3399_ARM-atf/include/drivers/auth/mbedtls/
H A Ddefault_psa_mbedtls_config.h33 #undef TF_MBEDTLS_HEAP_SIZE
35 #define TF_MBEDTLS_HEAP_SIZE U(12 * 1024) macro
37 #define TF_MBEDTLS_HEAP_SIZE U(9 * 1024) macro
H A Ddefault_mbedtls_config.h138 #define TF_MBEDTLS_HEAP_SIZE U(13 * 1024) macro
141 #define TF_MBEDTLS_HEAP_SIZE U(7 * 1024) macro
143 #define TF_MBEDTLS_HEAP_SIZE U(11 * 1024) macro
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_mbedtls_config.h19 #undef TF_MBEDTLS_HEAP_SIZE
20 #define TF_MBEDTLS_HEAP_SIZE U(5120) macro
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_common.c47 assert(heap_size >= TF_MBEDTLS_HEAP_SIZE); in mbedtls_init()
65 static unsigned char heap[TF_MBEDTLS_HEAP_SIZE]; in get_mbedtls_heap_helper()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_dyn_cfg.c51 static unsigned char heap[TF_MBEDTLS_HEAP_SIZE]; in arm_get_mbedtls_heap()
H A Darm_transfer_list.c20 static unsigned char heap[TF_MBEDTLS_HEAP_SIZE];