Lines Matching full:guid
16 * is the GUID of the secret entry, and its content is the secret data.
46 * 0 16 Secret table header GUID (must be 1e74f542-71dd-4d66-963e-ef4287ff173b)
49 * 20 16 First secret entry's GUID
53 * 40+x 16 Second secret entry's GUID
59 * The GUID of each secret entry designates the usage of the secret data.
65 * @guid: Must be EFI_SECRET_TABLE_HEADER_GUID
69 efi_guid_t guid; member
75 * @guid: Secret-specific GUID (or NULL_GUID if this secret entry was deleted)
76 * @len: Length of secret entry, including its guid and len fields
80 efi_guid_t guid; member
130 e->guid = NULL_GUID; in efi_secret_unlink()
225 if (efi_guidcmp(h->guid, EFI_SECRET_TABLE_HEADER_GUID)) { in efi_secret_securityfs_setup()
230 dev_dbg(&dev->dev, "EFI secret area does not start with correct GUID\n"); in efi_secret_securityfs_setup()
274 if (efi_guidcmp(e->guid, NULL_GUID)) { in efi_secret_securityfs_setup()
275 efi_guid_to_str(&e->guid, guid_str); in efi_secret_securityfs_setup()