/
githubmirror
/
shim
Обзор
Документация
Войти
/
githubmirror
/
shim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
include/security_policy.h
17 строк
460 B
Peter Jones
Fix up a bunch of our license statements and add SPDX most places
16 фев 2021, 11:12
16 фев 2021, 11:12
aedb847
Код
Авторство
О чём код?
// SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef SHIM_SECURITY_POLICY_H #define SHIM_SECURITY_POLICY_H #if defined(OVERRIDE_SECURITY_POLICY) 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); #endif /* OVERRIDE_SECURITY_POLICY */ #endif /* SHIM_SECURITY_POLICY_H */