Searched refs:heap_info (Results 1 – 2 of 2) sorted by relevance
25 static struct crypto_heap_info heap_info;27 #define MBEDTLS_HEAP_ADDR heap_info.addr in arm_transfer_list_set_heap_info() 28 #define MBEDTLS_HEAP_SIZE heap_info.size in arm_transfer_list_set_heap_info() 37 heap_info = *(struct crypto_heap_info *)transfer_list_entry_data(te);21 static struct crypto_heap_info heap_info; global() variable
184 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()