Searched refs:heap_info (Results 1 – 2 of 2) sorted by relevance
21 static struct crypto_heap_info heap_info; variable23 #define MBEDTLS_HEAP_ADDR heap_info.addr24 #define MBEDTLS_HEAP_SIZE heap_info.size33 heap_info = *(struct crypto_heap_info *)transfer_list_entry_data(te); in arm_transfer_list_set_heap_info()
184 struct crypto_heap_info *heap_info = in arm_bl1_platform_setup() local186 arm_get_mbedtls_heap(&heap_info->addr, &heap_info->size); in arm_bl1_platform_setup()