mirror of
				https://git.proxmox.com/git/fwupd
				synced 2025-11-04 15:35:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			368 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			368 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (C) 2020 Richard Hughes <richard@hughsie.com>
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier: LGPL-2.1+
 | 
						|
 */
 | 
						|
 | 
						|
#pragma once
 | 
						|
 | 
						|
#include <gio/gio.h>
 | 
						|
 | 
						|
#include "fu-efi-signature-list.h"
 | 
						|
 | 
						|
gchar		*fu_uefi_dbx_get_authenticode_hash	(const gchar	*fn,
 | 
						|
							 GError		**error);
 | 
						|
gboolean	 fu_uefi_dbx_signature_list_validate	(FuEfiSignatureList	*siglist,
 | 
						|
							 GError		**error);
 |