Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.h63 #define ALLOW_EXECUTE_ON_SECURITY_VIOLATION 0x00000002 macro
DDxeImageVerificationLib.c1650 …SERT (Policy != QUERY_USER_ON_SECURITY_VIOLATION && Policy != ALLOW_EXECUTE_ON_SECURITY_VIOLATION); in DxeImageVerificationHandler()
1651 if (Policy == QUERY_USER_ON_SECURITY_VIOLATION || Policy == ALLOW_EXECUTE_ON_SECURITY_VIOLATION) { in DxeImageVerificationHandler()