Home
last modified time | relevance | path

Searched refs:heap_info (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Darm_transfer_list.c21 static struct crypto_heap_info heap_info; variable
23 #define MBEDTLS_HEAP_ADDR heap_info.addr
24 #define MBEDTLS_HEAP_SIZE heap_info.size
33 heap_info = *(struct crypto_heap_info *)transfer_list_entry_data(te); in arm_transfer_list_set_heap_info()
H A Darm_bl1_setup.c184 struct crypto_heap_info *heap_info = in arm_bl1_platform_setup() local
186 arm_get_mbedtls_heap(&heap_info->addr, &heap_info->size); in arm_bl1_platform_setup()