| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_common.c | 32 void *heap_addr; in mbedtls_init() local 40 err = plat_get_mbedtls_heap(&heap_addr, &heap_size); in mbedtls_init() 50 mbedtls_memory_buffer_alloc_init(heap_addr, heap_size); in mbedtls_init() 63 int get_mbedtls_heap_helper(void **heap_addr, size_t *heap_size) in get_mbedtls_heap_helper() argument 67 assert(heap_addr != NULL); in get_mbedtls_heap_helper() 70 *heap_addr = heap; in get_mbedtls_heap_helper()
|
| /rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rd1ae/ |
| H A D | rd1ae_tbb.c | 9 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 11 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 14 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rdaspen/ |
| H A D | rdaspen_plat.c | 51 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 53 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 56 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/board/morello/ |
| H A D | morello_plat.c | 55 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 57 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 60 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/board/corstone1000/common/ |
| H A D | corstone1000_plat.c | 98 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 100 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 103 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/board/n1sdp/ |
| H A D | n1sdp_plat.c | 58 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 60 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 63 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ |
| H A D | nrd_plat3.c | 76 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 78 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 81 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| H A D | nrd_plat2.c | 163 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 165 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 168 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/socionext/synquacer/ |
| H A D | sq_tbbr.c | 37 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 39 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_tbbr.c | 37 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 39 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_tbbr.c | 33 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 35 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/imx/imx7/common/ |
| H A D | imx7_trusted_boot.c | 33 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 35 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_tbbr.c | 33 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 35 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/imx/imx8m/imx8mp/ |
| H A D | imx8mp_trusted_boot.c | 33 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 35 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/imx/imx8m/imx8mm/ |
| H A D | imx8mm_trusted_boot.c | 33 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 35 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_dyn_cfg.c | 43 int arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in arm_get_mbedtls_heap() argument 45 assert(heap_addr != NULL); in arm_get_mbedtls_heap() 53 *heap_addr = heap; in arm_get_mbedtls_heap() 61 *heap_addr = FCONF_GET_PROPERTY(tbbr, dyn_config, mbedtls_heap_addr); in arm_get_mbedtls_heap()
|
| H A D | arm_transfer_list.c | 38 int __init arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in arm_get_mbedtls_heap() argument 40 assert(heap_addr != NULL); in arm_get_mbedtls_heap() 42 *heap_addr = MBEDTLS_HEAP_ADDR; in arm_get_mbedtls_heap()
|
| H A D | arm_dyn_cfg_helpers.c | 85 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr, size_t heap_size) in arm_set_dtb_mbedtls_heap_info() argument 108 DTB_PROP_MBEDTLS_HEAP_ADDR, 2, &heap_addr); in arm_set_dtb_mbedtls_heap_info()
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_common.c | 171 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 173 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 176 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_plat.c | 154 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 156 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 159 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_trusted_boot.c | 193 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 195 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 200 *heap_addr = FCONF_GET_PROPERTY(tbbr, dyn_config, mbedtls_heap_addr); in plat_get_mbedtls_heap() 207 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/nxp/common/tbbr/ |
| H A D | x509_tbbr.c | 102 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 104 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | arm_dyn_cfg_helpers.h | 14 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr,
|
| /rk3399_ARM-atf/plat/rpi/common/ |
| H A D | rpi3_common.c | 234 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 236 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 171 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 173 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|