Searched refs:auth_hdr (Results 1 - 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_capsule.c264 struct efi_firmware_image_authentication *auth_hdr; local
267 auth_hdr = (struct efi_firmware_image_authentication *)*image;
268 if (*image_size < sizeof(*auth_hdr))
271 if (auth_hdr->auth_info.hdr.dwLength <=
275 *image = (uint8_t *)*image + sizeof(auth_hdr->monotonic_count) +
276 auth_hdr->auth_info.hdr.dwLength;
277 *image_size = *image_size - auth_hdr->auth_info.hdr.dwLength -
278 sizeof(auth_hdr->monotonic_count);
329 struct efi_firmware_image_authentication *auth_hdr; local
346 auth_hdr
[all...]
/u-boot/tools/
H A Dmkeficapsule.c711 struct efi_firmware_image_authentication *auth_hdr; local
734 auth_hdr = capsule_auth_hdr;
735 signature_size = sizeof(auth_hdr->monotonic_count) +
736 auth_hdr->auth_info.hdr.dwLength;

Completed in 48 milliseconds