Searched refs:dbx (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/integrity/platform_certs/
H A Dload_uefi.c17 * On T2 Macs reading the db and dbx efi variables to load UEFI Secure Boot
164 void *db = NULL, *dbx = NULL, *mokx = NULL; local
179 /* Get db and dbx. They might not exist, so it isn't an error
199 dbx = get_cert_list(L"dbx", &secure_var, &dbxsize, &status);
200 if (!dbx) {
202 pr_debug("dbx variable wasn't found\n");
204 pr_info("Couldn't get UEFI dbx list\n");
206 rc = parse_efi_signature_list("UEFI:dbx",
207 dbx, dbxsiz
[all...]
H A Dload_powerpc.c61 void *db = NULL, *dbx = NULL, *data = NULL; local
88 * Get db, and dbx. They might not exist, so it isn't an error if we
108 data = get_cert_list("dbx", 4, &dsize);
110 pr_info("Couldn't get dbx list from firmware\n");
113 pr_err("Error reading dbx from firmware: %d\n", rc);
116 extract_esl(dbx, data, dsize, offset);
118 rc = parse_efi_signature_list("powerpc:dbx", dbx, dsize,
121 pr_err("Couldn't parse dbx signatures: %d\n", rc);

Completed in 109 milliseconds