/trusted-firmware-a-3.7.0/services/std_svc/rmmd/ |
D | rmmd_attest.c | 87 int rmmd_attest_get_platform_token(uint64_t buf_pa, uint64_t *buf_size, in rmmd_attest_get_platform_token() argument 93 err = validate_buffer_params(buf_pa, *buf_size); in rmmd_attest_get_platform_token() 113 buf_size, (uintptr_t)temp_buf, c_size); in rmmd_attest_get_platform_token() 125 int rmmd_attest_get_signing_key(uint64_t buf_pa, uint64_t *buf_size, in rmmd_attest_get_signing_key() argument 130 err = validate_buffer_params(buf_pa, *buf_size); in rmmd_attest_get_signing_key() 143 err = plat_rmmd_get_cca_realm_attest_key((uintptr_t)buf_pa, buf_size, in rmmd_attest_get_signing_key()
|
D | rmmd_private.h | 49 int rmmd_attest_get_platform_token(uint64_t buf_pa, uint64_t *buf_size, 51 int rmmd_attest_get_signing_key(uint64_t buf_pa, uint64_t *buf_size,
|
/trusted-firmware-a-3.7.0/common/ |
D | image_decompress.c | 20 void image_decompress_init(uintptr_t buf_base, uint32_t buf_size, in image_decompress_init() argument 24 decompressor_buf_size = buf_size; in image_decompress_init()
|
/trusted-firmware-a-3.7.0/drivers/mtd/nand/ |
D | core.c | 24 void plat_get_scratch_buffer(void **buffer_addr, size_t *buf_size) in plat_get_scratch_buffer() argument 29 assert(buf_size != NULL); in plat_get_scratch_buffer() 32 *buf_size = sizeof(scratch_buff); in plat_get_scratch_buffer()
|
/trusted-firmware-a-3.7.0/include/common/ |
D | image_decompress.h | 19 void image_decompress_init(uintptr_t buf_base, uint32_t buf_size,
|
/trusted-firmware-a-3.7.0/plat/st/stm32mp1/ |
D | stm32mp1_boot_device.c | 20 void plat_get_scratch_buffer(void **buffer_addr, size_t *buf_size) in plat_get_scratch_buffer() argument 23 assert(buf_size != NULL); in plat_get_scratch_buffer() 26 *buf_size = PLATFORM_MTD_MAX_PAGE_SIZE; in plat_get_scratch_buffer()
|
/trusted-firmware-a-3.7.0/include/drivers/ |
D | nand.h | 36 void plat_get_scratch_buffer(void **buffer_addr, size_t *buf_size);
|
/trusted-firmware-a-3.7.0/include/lib/ |
D | semihosting.h | 53 size_t buf_size,
|
/trusted-firmware-a-3.7.0/services/std_svc/spm/el3_spmc/ |
D | spmc_main.c | 690 uint32_t buf_size = page_count * FFA_PAGE_SIZE; in rxtx_map_handler() local 711 if (buf_size == 0U) { in rxtx_map_handler() 721 if (buf_size % PAGE_SIZE != 0U) { in rxtx_map_handler() 743 buf_size, /* size */ in rxtx_map_handler() 756 buf_size, /* size */ in rxtx_map_handler() 764 mmap_remove_dynamic_region(tx_address, buf_size); in rxtx_map_handler() 791 uint32_t buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in rxtx_unmap_handler() local 814 buf_size) != 0) { in rxtx_unmap_handler() 822 buf_size) != 0) { in rxtx_unmap_handler() 961 uint32_t buf_size; in partition_info_populate_v1_0() local [all …]
|
D | spmc_shared_mem.c | 640 size_t buf_size, size_t offset, in spmc_populate_ffa_v1_0_descriptor() argument 669 *copy_size = MIN(v1_0_obj->desc_size - offset, buf_size); in spmc_populate_ffa_v1_0_descriptor() 1389 size_t buf_size; in spmc_ffa_mem_retrieve_req() local 1422 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in spmc_ffa_mem_retrieve_req() 1602 ret = spmc_populate_ffa_v1_0_descriptor(resp, obj, buf_size, 0, in spmc_ffa_mem_retrieve_req() 1610 copy_size = MIN(obj->desc_size, buf_size); in spmc_ffa_mem_retrieve_req() 1657 size_t buf_size; in spmc_ffa_mem_frag_rx() local 1712 buf_size = mbox->rxtx_page_count * FFA_PAGE_SIZE; in spmc_ffa_mem_frag_rx() 1724 buf_size, in spmc_ffa_mem_frag_rx() 1734 copy_size = MIN(full_copy_size, buf_size); in spmc_ffa_mem_frag_rx()
|
/trusted-firmware-a-3.7.0/lib/semihosting/ |
D | semihosting.c | 178 size_t buf_size, in semihosting_download_file() argument 204 if (length > buf_size) { in semihosting_download_file()
|
/trusted-firmware-a-3.7.0/lib/fconf/ |
D | fconf_cot_getter.c | 122 unsigned int *buf_size) in get_auth_param_type_desc() argument 131 *buf_size = PK_DER_LEN; in get_auth_param_type_desc() 136 *buf_size = HASH_DER_LEN; in get_auth_param_type_desc()
|
/trusted-firmware-a-3.7.0/tools/fiptool/ |
D | fiptool.c | 537 uint64_t entry_offset, buf_size, payload_size = 0, pad_size; in pack_images() local 544 buf_size = sizeof(fip_toc_header_t) + in pack_images() 546 buf = calloc(1, buf_size); in pack_images() 558 entry_offset = buf_size; in pack_images() 585 log_dbgx("Metadata size: %zu bytes", buf_size); in pack_images() 587 xfwrite(buf, buf_size, fp, filename); in pack_images()
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | rmm-el3-comms-spec.rst | 399 …buf_size,x2,[63:0],Size,Size in bytes of the Realm Attestation Key buffer. ``bufPa + bufSize`` mus… 458 …buf_size,x2,[63:0],Size,Size in bytes of the platform attestation token buffer. ``bufPa + bufSize`…
|