Searched refs:capsule_auth_hdr (Results 1 – 1 of 1) sorted by relevance
669 struct efi_firmware_image_authentication *capsule_auth_hdr) in dump_capsule_auth_header() argument672 capsule_auth_hdr->monotonic_count); in dump_capsule_auth_header()674 capsule_auth_hdr->auth_info.hdr.dwLength); in dump_capsule_auth_header()676 capsule_auth_hdr->auth_info.hdr.wRevision); in dump_capsule_auth_header()678 capsule_auth_hdr->auth_info.hdr.wCertificateType); in dump_capsule_auth_header()680 print_guid(&capsule_auth_hdr->auth_info.cert_type); in dump_capsule_auth_header()686 void *capsule_auth_hdr; in dump_fmp_capsule_image_header() local711 capsule_auth_hdr = (char *)image_hdr + sizeof(*image_hdr); in dump_fmp_capsule_image_header()712 dump_capsule_auth_header(capsule_auth_hdr); in dump_fmp_capsule_image_header()714 auth_hdr = capsule_auth_hdr; in dump_fmp_capsule_image_header()[all …]
Completed in 5 milliseconds