img_offset
unsigned int chunk_offset, img_offset;
img_offset = ICP_QAT_DUALSIGN_OPAQUE_HDR_LEN;
memcpy(virt_addr + chunk_offset, image + img_offset, ICP_QAT_CSS_FWSK_MODULUS_LEN(handle));
img_offset += ICP_QAT_CSS_FWSK_MODULUS_LEN(handle);
memcpy(virt_addr + chunk_offset, image + img_offset, ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle));
img_offset += ICP_QAT_CSS_FWSK_EXPONENT_LEN(handle);
memcpy(virt_addr + chunk_offset, image + img_offset, ICP_QAT_CSS_SIGNATURE_LEN(handle));
img_offset += ICP_QAT_CSS_SIGNATURE_LEN(handle);
memcpy(virt_addr + chunk_offset, image + img_offset, ICP_QAT_DUALSIGN_XMSS_PUBKEY_LEN);
img_offset += ICP_QAT_DUALSIGN_XMSS_PUBKEY_LEN;
memcpy(virt_addr + chunk_offset, image + img_offset, ICP_QAT_DUALSIGN_XMSS_SIG_LEN);
img_offset += ICP_QAT_DUALSIGN_XMSS_SIG_LEN;
memcpy(virt_addr + chunk_offset, image + img_offset, auth_desc->img_len);
struct img_offset luma;
struct img_offset chroma;
struct img_offset luma;
struct img_offset chroma;
u32 flash_opcode, u32 img_offset, u32 buf_size)
req->params.offset = cpu_to_le32(img_offset);
u16 img_optype, u32 img_offset, u32 crc_offset)
req->params.offset = cpu_to_le32(img_offset + crc_offset);
u32 img_offset, u32 img_size, int hdr_size,
status = be_cmd_get_flash_crc(adapter, crc, img_optype, img_offset,
crc_offset = hdr_size + img_offset + img_size - 4;
u32 img_offset)
flash_op, img_offset +
u32 img_offset, img_size, img_type;
img_offset = le32_to_cpu(fsec->fsec_entry[i].offset);
status = be_check_flash_crc(adapter, fw->data, img_offset,
p = fw->data + filehdr_size + img_offset + img_hdrs_size;
img_offset);
u32 img_offset, img_len;
img_offset = img->sec[IWL_UCODE_SECTION_DATA].offset;
if (offset + len > img_offset + img_len)
u32 img_offset;