mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-06 01:18:22 +00:00
9 lines
235 B
C
9 lines
235 B
C
typedef EFI_STATUS (*SecurityHook) (void *data, UINT32 len);
|
|
|
|
EFI_STATUS
|
|
security_policy_install(SecurityHook authentication);
|
|
EFI_STATUS
|
|
security_policy_uninstall(void);
|
|
void
|
|
security_protocol_set_hashes(unsigned char *esl, int len);
|