/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() function
|
/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() function
|
/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() function
|
/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() function
|
/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() function
|
/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() function
|
/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() function
|
/external/arm-trusted-firmware/drivers/auth/mbedtls/ |
D | mbedtls_common.c | 39 err = plat_get_mbedtls_heap(&heap_addr, &heap_size); in mbedtls_init()
|
/external/arm-trusted-firmware/plat/arm/css/sgi/ |
D | sgi_plat_v2.c | 68 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() function
|
D | sgi_plat.c | 145 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() function
|
/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() function
|
/external/arm-trusted-firmware/plat/arm/board/tc0/ |
D | tc0_plat.c | 138 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() function
|
/external/arm-trusted-firmware/include/plat/common/ |
D | platform.h | 66 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size);
|
/external/arm-trusted-firmware/plat/arm/board/fvp/ |
D | fvp_common.c | 435 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() function
|
/external/arm-trusted-firmware/plat/brcm/board/common/ |
D | board_arm_trusted_boot.c | 621 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() function
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 841 Function : plat_get_mbedtls_heap() [when TRUSTED_BOARD_BOOT == 1] 859 from inside plat_get_mbedtls_heap() body is enough and nothing else is needed.
|