Home
last modified time | relevance | path

Searched refs:QUERY_USER_ON_SECURITY_VIOLATION (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.h66 #define QUERY_USER_ON_SECURITY_VIOLATION 0x00000005 macro
DDxeImageVerificationLib.c1650 …ASSERT (Policy != QUERY_USER_ON_SECURITY_VIOLATION && Policy != ALLOW_EXECUTE_ON_SECURITY_VIOLATIO… in DxeImageVerificationHandler()
1651 if (Policy == QUERY_USER_ON_SECURITY_VIOLATION || Policy == ALLOW_EXECUTE_ON_SECURITY_VIOLATION) { in DxeImageVerificationHandler()