Searched refs:c_size (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_attest.c | 91 uint64_t c_size, in rmmd_attest_get_platform_token() argument 102 if ((c_size != SHA256_DIGEST_SIZE) && in rmmd_attest_get_platform_token() 103 (c_size != SHA384_DIGEST_SIZE) && in rmmd_attest_get_platform_token() 104 (c_size != SHA512_DIGEST_SIZE)) { in rmmd_attest_get_platform_token() 105 ERROR("Invalid hash size: %lu\n", c_size); in rmmd_attest_get_platform_token() 111 (void)memcpy(temp_buf, (void *)buf_pa, c_size); in rmmd_attest_get_platform_token() 113 print_challenge((uint8_t *)temp_buf, c_size); in rmmd_attest_get_platform_token() 117 buf_size, (uintptr_t)temp_buf, c_size, remaining_len); in rmmd_attest_get_platform_token()
|
| H A D | rmmd_private.h | 53 uint64_t c_size,
|
| /rk3399_ARM-atf/drivers/mmc/ |
| H A D | mmc.c | 258 unsigned long long c_size; in mmc_fill_device_info() local 311 c_size = ((unsigned long long)mmc_csd.c_size_high << 2U) | in mmc_fill_device_info() 313 assert(c_size != 0xFFFU); in mmc_fill_device_info() 315 mmc_dev_info->device_size = (c_size + 1U) * in mmc_fill_device_info() 328 c_size = ((unsigned long long)csd_sd_v2->c_size_high << 16) | in mmc_fill_device_info() 331 mmc_dev_info->device_size = (c_size + 1U) << MULT_BY_512K_SHIFT; in mmc_fill_device_info()
|
| /rk3399_ARM-atf/common/ |
| H A D | fdt_fixup.c | 220 size_t c_size; in fdt_add_reserved_memory() local 223 ret = fdt_get_reg_props_by_index(dtb, node, 0, &c_base, &c_size); in fdt_add_reserved_memory() 230 if (base >= c_base && (base + size) <= (c_base + c_size)) { in fdt_add_reserved_memory()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 464 indicated by ``c_size`` parameter. Subsequent calls to retrieve remaining hunks of 465 the token must be made with ``c_size`` as 0. 467 If ``c_size`` is not 0, this command could cause regeneration of platform token 490 …c_size,x3,[63:0],Size,"Size in bytes of the challenge object. It corresponds to the size of one of…
|