Searched refs:auth_hdr (Results 1 – 1 of 1) sorted by relevance
232 struct efi_firmware_image_authentication *auth_hdr; in efi_capsule_authenticate() local244 auth_hdr = (struct efi_firmware_image_authentication *)capsule; in efi_capsule_authenticate()245 if (capsule_size < sizeof(*auth_hdr)) in efi_capsule_authenticate()248 if (auth_hdr->auth_info.hdr.dwLength <= in efi_capsule_authenticate()255 *image = (uint8_t *)capsule + sizeof(auth_hdr->monotonic_count) + in efi_capsule_authenticate()256 auth_hdr->auth_info.hdr.dwLength; in efi_capsule_authenticate()257 *image_size = capsule_size - auth_hdr->auth_info.hdr.dwLength - in efi_capsule_authenticate()258 sizeof(auth_hdr->monotonic_count); in efi_capsule_authenticate()259 memcpy(&monotonic_count, &auth_hdr->monotonic_count, in efi_capsule_authenticate()276 auth_hdr->auth_info.hdr.dwLength in efi_capsule_authenticate()[all …]
Completed in 7 milliseconds