/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_common.c | 31 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/ |
D | arm_dyn_cfg_helpers.c | 182 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()
|
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() 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/ |
D | juno_security.c | 151 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/ |
D | sgi_plat.c | 136 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/ |
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()
|
/external/arm-trusted-firmware/include/plat/arm/common/ |
D | arm_dyn_cfg_helpers.h | 17 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,
|
D | plat_arm.h | 227 int arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size);
|
/external/arm-trusted-firmware/plat/imx/imx7/common/ |
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()
|
/external/arm-trusted-firmware/plat/hisilicon/hikey960/ |
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()
|
/external/arm-trusted-firmware/plat/rpi/common/ |
D | rpi3_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()
|
/external/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_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()
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
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()
|
/external/arm-trusted-firmware/plat/arm/css/sgm/ |
D | sgm_plat_config.c | 76 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/ |
D | fvp_common.c | 402 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/ |
D | platform.h | 50 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/ |
D | porting-guide.rst | 853 Arguments : void **heap_addr, size_t *heap_size
|