/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/board/diphda/common/ |
D | diphda_plat.c | 70 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 72 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 75 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/external/arm-trusted-firmware/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 | 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 104 DTB_PROP_MBEDTLS_HEAP_ADDR, 2, &heap_addr); in arm_set_dtb_mbedtls_heap_info()
|
/external/arm-trusted-firmware/plat/arm/board/juno/ |
D | juno_security.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()
|
/external/arm-trusted-firmware/plat/arm/css/sgi/ |
D | sgi_plat_v2.c | 148 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 150 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 153 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
D | sgi_plat.c | 158 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 160 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 163 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/external/arm-trusted-firmware/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()
|
/external/arm-trusted-firmware/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()
|
/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/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/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()
|
/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/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/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/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/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_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()
|
/external/arm-trusted-firmware/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()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper_unittest.cc | 553 uintptr_t heap_addr = thread_info.regs.uregs[3]; in TEST_F() local 555 uintptr_t heap_addr = thread_info.regs.regs[3]; in TEST_F() local 557 uintptr_t heap_addr = thread_info.regs.ecx; in TEST_F() local 559 uintptr_t heap_addr = thread_info.regs.rcx; in TEST_F() local 561 uintptr_t heap_addr = thread_info.mcontext.gregs[1]; in TEST_F() local 566 simulated_stack[0] = heap_addr; in TEST_F()
|
/external/arm-trusted-firmware/plat/arm/board/fvp/ |
D | fvp_common.c | 448 int plat_get_mbedtls_heap(void **heap_addr, size_t *heap_size) in plat_get_mbedtls_heap() argument 450 assert(heap_addr != NULL); in plat_get_mbedtls_heap() 453 return arm_get_mbedtls_heap(heap_addr, heap_size); in plat_get_mbedtls_heap()
|
/external/arm-trusted-firmware/include/plat/arm/common/ |
D | arm_dyn_cfg_helpers.h | 14 int arm_set_dtb_mbedtls_heap_info(void *dtb, void *heap_addr,
|
D | plat_arm.h | 250 int arm_get_mbedtls_heap(void **heap_addr, size_t *heap_size);
|
/external/arm-trusted-firmware/include/plat/common/ |
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);
|
/external/arm-trusted-firmware/plat/brcm/board/common/ |
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()
|