Lines Matching refs:EFI_PRINT
344 EFI_PRINT("%s: Invalid optional header magic %x\n", __func__, in efi_image_parse()
355 EFI_PRINT("%s: Out of memory\n", __func__); in efi_image_parse()
374 EFI_PRINT("section[%d](%s): raw: 0x%x-0x%x, virt: %x-%x\n", in efi_image_parse()
388 EFI_PRINT("extra data for hash: %zu\n", in efi_image_parse()
397 EFI_PRINT("%s: Size for auth too large: %u >= %zu\n", in efi_image_parse()
402 EFI_PRINT("%s: Size for auth too small: %u < %zu\n", in efi_image_parse()
408 EFI_PRINT("WIN_CERTIFICATE: 0x%x, size: 0x%x\n", authoff, in efi_image_parse()
443 EFI_PRINT("Getting signature database(dbx) failed\n"); in efi_image_unsigned_authenticate()
449 EFI_PRINT("Getting signature database(db) failed\n"); in efi_image_unsigned_authenticate()
455 EFI_PRINT("Image is not signed and its digest found in \"dbx\"\n"); in efi_image_unsigned_authenticate()
463 EFI_PRINT("Image is not signed and its digest not found in \"db\" or \"dbx\"\n"); in efi_image_unsigned_authenticate()
505 EFI_PRINT("%s: Enter, %d\n", __func__, ret); in efi_image_authenticate()
526 EFI_PRINT("Parsing PE executable image failed\n"); in efi_image_authenticate()
542 EFI_PRINT("Getting signature database(db) failed\n"); in efi_image_authenticate()
548 EFI_PRINT("Getting signature database(dbx) failed\n"); in efi_image_authenticate()
553 EFI_PRINT("Image's digest was found in \"dbx\"\n"); in efi_image_authenticate()
575 EFI_PRINT("dwLength too small: %u < %zu\n", in efi_image_authenticate()
580 EFI_PRINT("WIN_CERTIFICATE_TYPE: 0x%x\n", in efi_image_authenticate()
590 EFI_PRINT("dwLength too small: %u < %zu\n", in efi_image_authenticate()
595 EFI_PRINT("Certificate type not supported: %pUl\n", in efi_image_authenticate()
604 EFI_PRINT("Certificate type not supported\n"); in efi_image_authenticate()
610 EFI_PRINT("Parsing image's signature failed\n"); in efi_image_authenticate()
636 EFI_PRINT("Signature was rejected by \"dbx\"\n"); in efi_image_authenticate()
641 EFI_PRINT("Signer(s) in \"dbx\"\n"); in efi_image_authenticate()
651 EFI_PRINT("Signature was not verified by \"db\"\n"); in efi_image_authenticate()
658 EFI_PRINT("Image's digest was not found in \"db\" or \"dbx\"\n"); in efi_image_authenticate()
668 EFI_PRINT("%s: Exit, %d\n", __func__, ret); in efi_image_authenticate()