Searched refs:padding (Results 1 – 13 of 13) sorted by relevance
265 size_t padding; in block_read() local334 padding = (nbytes > left) ? nbytes - left : 0U; in block_read()335 nbytes -= padding; in block_read()377 size_t padding; in block_write() local437 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()438 nbytes -= padding; in block_write()445 if ((skip > 0U) || (padding > 0U)) { in block_write()463 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()464 nbytes -= padding; in block_write()482 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()[all …]
113 uint8_t *padding, *digest; in construct_img_encoded_hash_second() local128 padding = &representative[2]; in construct_img_encoded_hash_second()134 memset(padding, 0xff, separator - padding); in construct_img_encoded_hash_second()
94 uint8_t padding[3]; member102 uint16_t padding; member
32 assert(manifest->padding == 0U); in arm_trp_process_manifest()
66 uint32_t padding; /* RES0 */ member
44 uint8_t padding[83]; member62 uint8_t padding[16]; member
388 uint32_t padding:8; member
566 manifest->padding = 0U; /* RES0 */ in plat_rmmd_load_manifest()
360 definitions, consider how padding in the struct will work across architectures.361 For example, extra padding may be introduced in |AArch32| systems if a struct
61 The file ``armstub8.bin`` contains BL1 and the FIP. It is needed to add padding
547 | padding | 4 | uint32_t | Reserved, set to 0 |
1637 End address of a given section named ``<SECTION>`` without any padding or1650 Size (in bytes) of a given section named ``<SECTION>`` without any padding or2414 This has an impact on memory footprint, as padding bytes need to be introduced
1501 …- add missing padding to RMM Boot Manifest and initialize it ([dc0ca64](https://review.trustedfirm…1592 …- reject invalid padding in digests ([f47547b](https://review.trustedfirmware.org/plugins/gitiles/…1594 …- reject padding after BIT STRING in signatures ([a8c8c5e](https://review.trustedfirmware.org/plug…7816 - Added padding bytes at the end of the last image in the fip to be facilitate