/* * Copyright (C) 2020 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include gchar *fu_uefi_dbx_get_dbxupdate (GError **error); gchar *fu_uefi_dbx_get_authenticode_hash (const gchar *fn, GError **error); gboolean fu_uefi_dbx_signature_list_validate (GPtrArray *siglists, GError **error);