/trusted-firmware-a-latest/drivers/auth/mbedtls/ |
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()
|
/trusted-firmware-a-latest/plat/arm/board/morello/ |
D | morello_plat.c | 53 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 55 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 58 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/arm/board/n1sdp/ |
D | n1sdp_plat.c | 56 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 58 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 61 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/arm/board/corstone1000/common/ |
D | corstone1000_plat.c | 99 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 101 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 104 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/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()
|
/trusted-firmware-a-latest/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()
|
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mp/ |
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-latest/plat/imx/imx8m/imx8mm/ |
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-latest/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()
|
/trusted-firmware-a-latest/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()
|
/trusted-firmware-a-latest/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()
|
/trusted-firmware-a-latest/plat/socionext/synquacer/ |
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()
|
/trusted-firmware-a-latest/plat/arm/common/ |
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()
|
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()
|
/trusted-firmware-a-latest/plat/arm/board/juno/ |
D | juno_security.c | 180 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 182 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 185 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/arm/board/tc/ |
D | tc_plat.c | 139 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 141 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 144 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/arm/css/sgi/ |
D | sgi_plat.c | 159 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 161 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 164 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
D | sgi_plat_v2.c | 161 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 163 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 166 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/st/common/ |
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()
|
/trusted-firmware-a-latest/plat/nxp/common/tbbr/ |
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-latest/include/plat/arm/common/ |
D | arm_dyn_cfg_helpers.h | 14 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr,
|
/trusted-firmware-a-latest/plat/arm/board/fvp_r/ |
D | fvp_r_common.c | 243 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 245 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 248 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/qemu/common/ |
D | qemu_common.c | 150 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 152 return get_mbedtls_heap_helper(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/plat/arm/board/fvp/ |
D | fvp_common.c | 474 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 476 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 479 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/trusted-firmware-a-latest/include/plat/common/ |
D | platform.h | 81 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size); 378 int get_mbedtls_heap_helper(void **heap_addr, size_t *heap_size);
|