Searched refs:guid (Results 1 – 1 of 1) sorted by relevance
| /security/integrity/platform_certs/ |
| A D | load_uefi.c | 56 efi_guid_t guid = EFI_SHIM_LOCK_GUID; in uefi_check_ignore_db() local 58 status = efi.get_variable(L"MokIgnoreDB", &guid, NULL, &size, &db); in uefi_check_ignore_db() 65 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list() argument 72 *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb); in get_cert_list() 85 *status = efi.get_variable(name, guid, NULL, &lsize, db); in get_cert_list()
|
Completed in 4 milliseconds