Searched refs:auth_size (Results 1 – 1 of 1) sorted by relevance
502 size_t new_efi_size, auth_size; in efi_image_authenticate() local584 auth_size = wincert->dwLength - sizeof(*wincert); in efi_image_authenticate()589 if (auth_size <= sizeof(efi_guid_t)) { in efi_image_authenticate()601 auth_size -= sizeof(efi_guid_t); in efi_image_authenticate()608 msg = pkcs7_parse_message(auth, auth_size); in efi_image_authenticate()
Completed in 4 milliseconds