Home
last modified time | relevance | path

Searched refs:efi_guidcmp (Results 1 – 8 of 8) sorted by relevance

/linux/security/integrity/platform_certs/
H A Dkeyring_handler.c52 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_db()
63 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) { in get_handler_for_mok()
75 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_ca_keys()
83 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_code_signing_keys()
95 if (efi_guidcmp(*sig_type, efi_cert_x509_sha256_guid) == 0) in get_handler_for_dbx()
97 if (efi_guidcmp(*sig_type, efi_cert_sha256_guid) == 0) in get_handler_for_dbx()
99 if (efi_guidcmp(*sig_type, efi_cert_x509_guid) == 0) in get_handler_for_dbx()
/linux/fs/efivarfs/
H A Dvars.c248 if (efi_guidcmp(vendor, variable_validate[i].vendor)) in efivar_validate()
275 if (efi_guidcmp(variable_validate[i].vendor, vendor)) in efivar_variable_is_removable()
304 !efi_guidcmp(entry->var.VendorGuid, in variable_is_present()
/linux/drivers/virt/coco/efi_secret/
H A Defi_secret.c225 if (efi_guidcmp(h->guid, EFI_SECRET_TABLE_HEADER_GUID)) { in efi_secret_securityfs_setup()
274 if (efi_guidcmp(e->guid, NULL_GUID)) { in efi_secret_securityfs_setup()
/linux/block/partitions/
H A Defi.c463 if ((!efi_guidcmp(pte->partition_type_guid, NULL_GUID)) || in is_pte_valid()
516 if (efi_guidcmp(pgpt->disk_guid, agpt->disk_guid)) { in compare_gpts()
741 if (!efi_guidcmp(ptes[i].partition_type_guid, PARTITION_LINUX_RAID_GUID)) in efi_partition()
/linux/arch/x86/boot/compressed/
H A Defi.h108 static inline int efi_guidcmp (efi_guid_t left, efi_guid_t right) in efi_guidcmp() function
H A Defi.c231 if (!efi_guidcmp(guid, vendor_tbl_guid)) in efi_find_vendor_table()
/linux/arch/x86/platform/efi/
H A Dquirks.c562 if (!efi_guidcmp(guid, SMBIOS_TABLE_GUID)) in efi_reuse_config()
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c499 if (efi_guidcmp(t->guid, guid) == 0) in get_efi_config_table()