Home
last modified time | relevance | path

Searched refs:heap_size (Results 1 – 25 of 30) sorted by relevance

12

/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_common.c33 size_t heap_size = 0; in mbedtls_init() local
40 err = plat_get_mbedtls_heap(&heap_addr, &heap_size); in mbedtls_init()
47 assert(heap_size >= TF_MBEDTLS_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
68 assert(heap_size != NULL); in get_mbedtls_heap_helper()
71 *heap_size = sizeof(heap); in get_mbedtls_heap_helper()
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rd1ae/
H A Drd1ae_tbb.c9 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
12 assert(heap_size != 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 Drdaspen_plat.c54 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
57 assert(heap_size != NULL); in plat_get_mbedtls_heap()
59 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
/rk3399_ARM-atf/plat/arm/board/morello/
H A Dmorello_plat.c55 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
58 assert(heap_size != 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 Dcorstone1000_plat.c102 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
105 assert(heap_size != NULL); in plat_get_mbedtls_heap()
107 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
/rk3399_ARM-atf/plat/arm/board/n1sdp/
H A Dn1sdp_plat.c58 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
61 assert(heap_size != 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 Dnrd_plat3.c76 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
79 assert(heap_size != NULL); in plat_get_mbedtls_heap()
81 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
H A Dnrd_plat2.c163 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
166 assert(heap_size != 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 Dsq_tbbr.c37 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 Duniphier_tbbr.c37 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 Dhikey_tbbr.c33 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 Dimx7_trusted_boot.c33 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 Dhikey960_tbbr.c33 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 Dimx8mp_trusted_boot.c33 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 Dimx8mm_trusted_boot.c33 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 Darm_dyn_cfg.c43 int arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in arm_get_mbedtls_heap() argument
46 assert(heap_size != NULL); in arm_get_mbedtls_heap()
54 *heap_size = sizeof(heap); in arm_get_mbedtls_heap()
62 *heap_size = FCONF_GET_PROPERTY(tbbr, dyn_config, mbedtls_heap_size); in arm_get_mbedtls_heap()
H A Darm_transfer_list.c42 int __init arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in arm_get_mbedtls_heap() argument
45 assert(heap_size != NULL); in arm_get_mbedtls_heap()
47 *heap_size = MBEDTLS_HEAP_SIZE; in arm_get_mbedtls_heap()
H A Darm_dyn_cfg_helpers.c85 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr, size_t heap_size) in arm_set_dtb_mbedtls_heap_info() argument
116 DTB_PROP_MBEDTLS_HEAP_SIZE, 1, &heap_size); in arm_set_dtb_mbedtls_heap_info()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_common.c171 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
174 assert(heap_size != 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 Dtc_plat.c154 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
157 assert(heap_size != 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 Dstm32mp_trusted_boot.c193 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
196 assert(heap_size != NULL); in plat_get_mbedtls_heap()
201 *heap_size = FCONF_GET_PROPERTY(tbbr, dyn_config, mbedtls_heap_size); 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 Dx509_tbbr.c102 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 Darm_dyn_cfg_helpers.h15 size_t heap_size);
/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_common.c234 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 Dqemu_common.c171 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()

12