Searched refs:truststore (Results 1 – 2 of 2) sorted by relevance
55 struct efi_signature_store *truststore, *truststore2; in efi_variable_authenticate() local66 truststore = NULL; in efi_variable_authenticate()148 truststore = efi_sigstore_parse_sigdb(L"PK"); in efi_variable_authenticate()149 if (!truststore) in efi_variable_authenticate()155 truststore = efi_sigstore_parse_sigdb(L"KEK"); in efi_variable_authenticate()157 if (!truststore) { in efi_variable_authenticate()161 truststore = truststore2; in efi_variable_authenticate()171 if (efi_signature_verify(regs, var_sig, truststore, NULL)) { in efi_variable_authenticate()188 efi_sigstore_free(truststore); in efi_variable_authenticate()
229 struct efi_signature_store *truststore; in efi_capsule_authenticate() local237 truststore = NULL; in efi_capsule_authenticate()294 truststore = efi_build_signature_store(pkey, pkey_len); in efi_capsule_authenticate()295 if (!truststore) in efi_capsule_authenticate()299 if (efi_signature_verify(regs, capsule_sig, truststore, NULL)) { in efi_capsule_authenticate()309 efi_sigstore_free(truststore); in efi_capsule_authenticate()
Completed in 5 milliseconds