/trusted-firmware-a/drivers/auth/mbedtls/ |
A D | mbedtls_common.c | 32 size_t heap_size = 0; in mbedtls_init() local 39 err = plat_get_mbedtls_heap(&heap_addr, &heap_size); in mbedtls_init() 46 assert(heap_size >= TF_MBEDTLS_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 67 assert(heap_size != NULL); in get_mbedtls_heap_helper() 70 *heap_size = sizeof(heap); in get_mbedtls_heap_helper()
|
/trusted-firmware-a/plat/arm/board/diphda/common/ |
A D | diphda_plat.c | 70 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 73 assert(heap_size != NULL); in plat_get_mbedtls_heap() 75 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/plat/arm/common/ |
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 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()
|
A D | arm_dyn_cfg_helpers.c | 81 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr, size_t heap_size) in arm_set_dtb_mbedtls_heap_info() argument 112 DTB_PROP_MBEDTLS_HEAP_SIZE, 1, &heap_size); in arm_set_dtb_mbedtls_heap_info()
|
/trusted-firmware-a/plat/arm/board/juno/ |
A D | juno_security.c | 159 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 162 assert(heap_size != NULL); in plat_get_mbedtls_heap() 164 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/plat/hisilicon/hikey/ |
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()
|
/trusted-firmware-a/plat/hisilicon/hikey960/ |
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()
|
/trusted-firmware-a/plat/imx/imx7/common/ |
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()
|
/trusted-firmware-a/plat/imx/imx8m/imx8mm/ |
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()
|
/trusted-firmware-a/plat/imx/imx8m/imx8mp/ |
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()
|
/trusted-firmware-a/plat/qemu/common/ |
A 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()
|
/trusted-firmware-a/plat/rpi/common/ |
A 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()
|
/trusted-firmware-a/plat/socionext/uniphier/ |
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()
|
/trusted-firmware-a/plat/arm/board/tc/ |
A D | tc_plat.c | 139 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 142 assert(heap_size != NULL); in plat_get_mbedtls_heap() 144 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/plat/arm/css/sgi/ |
A D | sgi_plat_v2.c | 148 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 151 assert(heap_size != NULL); in plat_get_mbedtls_heap() 153 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
A D | sgi_plat.c | 158 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 161 assert(heap_size != NULL); in plat_get_mbedtls_heap() 163 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/plat/arm/css/sgm/ |
A 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()
|
/trusted-firmware-a/plat/nxp/common/tbbr/ |
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()
|
/trusted-firmware-a/plat/arm/board/fvp_r/ |
A D | fvp_r_common.c | 243 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 246 assert(heap_size != NULL); in plat_get_mbedtls_heap() 248 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/include/plat/arm/common/ |
A D | arm_dyn_cfg_helpers.h | 15 size_t heap_size);
|
A D | plat_arm.h | 250 int arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size);
|
/trusted-firmware-a/plat/arm/board/fvp/ |
A D | fvp_common.c | 448 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 451 assert(heap_size != NULL); in plat_get_mbedtls_heap() 453 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/include/plat/common/ |
A D | platform.h | 67 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size); 314 int get_mbedtls_heap_helper(void **heap_addr, size_t *heap_size);
|
/trusted-firmware-a/plat/brcm/board/common/ |
A D | board_arm_trusted_boot.c | 622 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 624 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a/docs/getting_started/ |
A D | porting-guide.rst | 837 Arguments : void **heap_addr, size_t *heap_size
|