D | shim.c | 72 static EFIAPI EFI_STATUS security2_policy_authentication (const EFI_SECURITY2_PROTOCOL *this, in security2_policy_authentication() argument 77 assert(this); in security2_policy_authentication() 81 status = es2fa(this, device_path, file_buffer, file_size, boot_policy); in security2_policy_authentication() 102 static EFIAPI EFI_STATUS security_policy_authentication (const EFI_SECURITY_PROTOCOL *this, UINT32 … in security_policy_authentication() argument 111 assert(this); in security_policy_authentication() 141 return esfas(this, authentication_status, device_path_const); in security_policy_authentication()
|