Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/platform_certs/
H A Dload_powerpc.c53 void *db = NULL, *dbx = NULL; in load_powerpc_certs() local
67 * Get db, and dbx. They might not exist, so it isn't an error if we in load_powerpc_certs()
81 dbx = get_cert_list("dbx", 4, &dbxsize); in load_powerpc_certs()
82 if (!dbx) { in load_powerpc_certs()
83 pr_info("Couldn't get dbx list from firmware\n"); in load_powerpc_certs()
85 rc = parse_efi_signature_list("powerpc:dbx", dbx, dbxsize, in load_powerpc_certs()
88 pr_err("Couldn't parse dbx signatures: %d\n", rc); in load_powerpc_certs()
89 kfree(dbx); in load_powerpc_certs()
[all...]
H A Dload_uefi.c16 * On T2 Macs reading the db and dbx efi variables to load UEFI Secure Boot
163 void *db = NULL, *dbx = NULL, *mokx = NULL; in load_uefi_certs() local
178 /* Get db and dbx. They might not exist, so it isn't an error in load_uefi_certs()
198 dbx = get_cert_list(L"dbx", &secure_var, &dbxsize, &status); in load_uefi_certs()
199 if (!dbx) { in load_uefi_certs()
201 pr_debug("dbx variable wasn't found\n"); in load_uefi_certs()
203 pr_info("Couldn't get UEFI dbx list\n"); in load_uefi_certs()
205 rc = parse_efi_signature_list("UEFI:dbx", in load_uefi_certs()
206 dbx, dbxsiz in load_uefi_certs()
[all...]
/kernel/linux/linux-6.6/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; in load_uefi_certs() local
179 /* Get db and dbx. They might not exist, so it isn't an error in load_uefi_certs()
199 dbx = get_cert_list(L"dbx", &secure_var, &dbxsize, &status); in load_uefi_certs()
200 if (!dbx) { in load_uefi_certs()
202 pr_debug("dbx variable wasn't found\n"); in load_uefi_certs()
204 pr_info("Couldn't get UEFI dbx list\n"); in load_uefi_certs()
206 rc = parse_efi_signature_list("UEFI:dbx", in load_uefi_certs()
207 dbx, dbxsiz in load_uefi_certs()
[all...]
H A Dload_powerpc.c61 void *db = NULL, *dbx = NULL, *data = NULL; in load_powerpc_certs() local
88 * Get db, and dbx. They might not exist, so it isn't an error if we in load_powerpc_certs()
108 data = get_cert_list("dbx", 4, &dsize); in load_powerpc_certs()
110 pr_info("Couldn't get dbx list from firmware\n"); in load_powerpc_certs()
113 pr_err("Error reading dbx from firmware: %d\n", rc); in load_powerpc_certs()
116 extract_esl(dbx, data, dsize, offset); in load_powerpc_certs()
118 rc = parse_efi_signature_list("powerpc:dbx", dbx, dsize, in load_powerpc_certs()
121 pr_err("Couldn't parse dbx signatures: %d\n", rc); in load_powerpc_certs()

Completed in 1 milliseconds