Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | fu_efi_signature_kind_to_string () |
FuEfiSignatureKind | fu_efi_signature_get_kind () |
const gchar * | fu_efi_signature_get_owner () |
#define | FU_TYPE_EFI_SIGNATURE |
enum | FuEfiSignatureKind |
#define | FU_EFI_SIGNATURE_GUID_ZERO |
#define | FU_EFI_SIGNATURE_GUID_MICROSOFT |
#define | FU_EFI_SIGNATURE_GUID_OVMF |
#define | FU_EFI_SIGNATURE_GUID_OVMF_LEGACY |
FuEfiSignature |
const gchar *
fu_efi_signature_kind_to_string (FuEfiSignatureKind kind
);
Converts the signature kind to a text representation.
Since: 1.5.5
FuEfiSignatureKind
fu_efi_signature_get_kind (FuEfiSignature *self
);
Returns the signature kind.
Since: 1.5.5
const gchar *
fu_efi_signature_get_owner (FuEfiSignature *self
);
Returns the GUID of the signature owner.
Since: 1.5.5
#define FU_EFI_SIGNATURE_GUID_ZERO "00000000-0000-0000-0000-000000000000"
#define FU_EFI_SIGNATURE_GUID_MICROSOFT "77fa9abd-0359-4d32-bd60-28f4e78f784b"
#define FU_EFI_SIGNATURE_GUID_OVMF "a0baa8a3-041d-48a8-bc87-c36d121b5e3d"
#define FU_EFI_SIGNATURE_GUID_OVMF_LEGACY "d5c1df0b-1bac-4edf-ba48-08834009ca5a"