Searched refs:payload (Results 1 – 6 of 6) sorted by relevance
/tools/ |
A D | mxsimage.c | 105 uint32_t *payload; member 330 shdr = &sctx->payload; in sb_encrypt_sb_sections_header() 551 dctx->payload = tmp; in sb_grow_dcd() 612 free(dctx->payload); in sb_build_dcd() 659 dcd = dctx->payload + dctx->size / sizeof(*dctx->payload) - 2; in sb_build_dcd_block() 748 shdr = &sctx->payload; in sb_build_section() 952 uint8_t *payload; in sb_build_command_load() local 977 if (!payload) { in sb_build_command_load() 982 memcpy(payload, dctx->payload, dctx->size); in sb_build_command_load() 1665 size = fread(&ictx->payload, 1, sizeof(ictx->payload), fp); in sb_verify_image_header() [all …]
|
A D | renesas_spkgimage.c | 172 crc_buf = file->payload + payload_length - SPKG_CRC_SIZE; in spkgimage_verify_header() 173 crc = crc32(0, file->payload, payload_length - SPKG_CRC_SIZE); in spkgimage_verify_header() 287 uint8_t *payload = ptr + SPKG_HEADER_SIZE * SPKG_HEADER_COUNT; in spkgimage_set_header() local 288 uint8_t *file_end = payload + conf.blp_len + params->orig_file_size; in spkgimage_set_header() 293 memmove(payload + conf.blp_len, payload, params->orig_file_size); in spkgimage_set_header() 296 memset(payload, 0x88, conf.blp_len); in spkgimage_set_header() 309 crc = crc32(0, payload, crc_buf - payload); in spkgimage_set_header()
|
A D | renesas_spkgimage.h | 79 uint8_t payload[0]; member
|
/tools/binman/btool/ |
A D | mkeficapsule.py | 40 payload, output_fname, priv_key, pub_key, argument 78 payload,
|
/tools/binman/etype/ |
A D | efi_capsule.py | 132 data, payload, uniq = self.collect_contents_to_file( 143 payload,
|
/tools/binman/ |
A D | entries.rst | 456 not support other file types (e.g. payload), adding multiple files (like the 539 payload image. Number between 1 and descriptor count, i.e. 565 properties in the entry. The payload to be used in the capsule is to be 584 In the above example, the capsule payload is the U-Boot image. The 585 capsule entry would read the contents of the payload and put them 587 payload using the blob-ext subnode. 630 The empty capsules do not have any input payload image.
|
Completed in 14 milliseconds