Home
last modified time | relevance | path

Searched refs:heap_addr (Results 1 – 17 of 17) sorted by relevance

/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_common.c31 void *heap_addr; in mbedtls_init() local
39 err = plat_get_mbedtls_heap(&heap_addr, &heap_size); in mbedtls_init()
49 mbedtls_memory_buffer_alloc_init(heap_addr, heap_size); in mbedtls_init()
62 int get_mbedtls_heap_helper(void **heap_addr, size_t *heap_size) in get_mbedtls_heap_helper() argument
66 assert(heap_addr != NULL); in get_mbedtls_heap_helper()
69 *heap_addr = heap; in get_mbedtls_heap_helper()
/external/arm-trusted-firmware/plat/arm/common/
Darm_dyn_cfg_helpers.c182 int arm_get_dtb_mbedtls_heap_info(void *dtb, void **heap_addr, in arm_get_dtb_mbedtls_heap_info() argument
196 DTB_PROP_MBEDTLS_HEAP_ADDR, 2, heap_addr); in arm_get_dtb_mbedtls_heap_info()
226 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr, size_t heap_size) in arm_set_dtb_mbedtls_heap_info() argument
248 DTB_PROP_MBEDTLS_HEAP_ADDR, 2, &heap_addr); in arm_set_dtb_mbedtls_heap_info()
Darm_dyn_cfg.c43 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()
64 err = arm_get_dtb_mbedtls_heap_info(tb_fw_cfg_dtb, heap_addr, in arm_get_mbedtls_heap()
/external/arm-trusted-firmware/plat/arm/board/juno/
Djuno_security.c151 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
153 assert(heap_addr != NULL); in plat_get_mbedtls_heap()
156 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
/external/arm-trusted-firmware/plat/arm/css/sgi/
Dsgi_plat.c136 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
138 assert(heap_addr != NULL); in plat_get_mbedtls_heap()
141 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
/external/arm-trusted-firmware/plat/socionext/uniphier/
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()
/external/arm-trusted-firmware/include/plat/arm/common/
Darm_dyn_cfg_helpers.h17 int arm_get_dtb_mbedtls_heap_info(void *dtb, void **heap_addr,
19 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr,
Dplat_arm.h227 int arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size);
/external/arm-trusted-firmware/plat/imx/imx7/common/
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()
/external/arm-trusted-firmware/plat/hisilicon/hikey960/
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()
/external/arm-trusted-firmware/plat/rpi/common/
Drpi3_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()
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_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()
/external/arm-trusted-firmware/plat/hisilicon/hikey/
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()
/external/arm-trusted-firmware/plat/arm/css/sgm/
Dsgm_plat_config.c76 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
78 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_common.c402 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument
404 assert(heap_addr != NULL); in plat_get_mbedtls_heap()
407 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h50 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size);
264 int get_mbedtls_heap_helper(void **heap_addr, size_t *heap_size);
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst853 Arguments : void **heap_addr, size_t *heap_size