Searched refs:truststore2 (Results 1 – 1 of 1) sorted by relevance
55 struct efi_signature_store *truststore, *truststore2; in efi_variable_authenticate() local67 truststore2 = NULL; in efi_variable_authenticate()156 truststore2 = efi_sigstore_parse_sigdb(L"PK"); in efi_variable_authenticate()158 if (!truststore2) in efi_variable_authenticate()161 truststore = truststore2; in efi_variable_authenticate()162 truststore2 = NULL; in efi_variable_authenticate()174 if (truststore2 && in efi_variable_authenticate()175 efi_signature_verify(regs, var_sig, truststore2, NULL)) { in efi_variable_authenticate()189 efi_sigstore_free(truststore2); in efi_variable_authenticate()
Completed in 3 milliseconds