HomeSort by relevance Sort by last modified time
    Searched refs:EFI_SECURITY_VIOLATION (Results 1 - 25 of 47) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Security/
Security.c 89 @retval EFI_SECURITY_VIOLATION Image is illegal
110 Status = EFI_SECURITY_VIOLATION;
126 Status = EFI_SECURITY_VIOLATION;
  /external/syslinux/efi32/include/efi/
efierr.h 54 #define EFI_SECURITY_VIOLATION EFIERR(26)
  /external/syslinux/efi64/include/efi/
efierr.h 54 #define EFI_SECURITY_VIOLATION EFIERR(26)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efierr.h 54 #define EFI_SECURITY_VIOLATION EFIERR(26)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiError.h 59 #define EFI_SECURITY_VIOLATION EFIERR (26)
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/
FspApi.h 307 #define FSP_SECURITY_VIOLATION EFI_SECURITY_VIOLATION
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
GetMtc.c 76 } else if (Status == EFI_SECURITY_VIOLATION) {
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemLib/
SmmMemLib.c 191 If the check fails, it return EFI_SECURITY_VIOLATION.
198 @retval EFI_SECURITY_VIOLATION The SourceBuffer is invalid per processor architecture or overlap with SMRAM.
212 return EFI_SECURITY_VIOLATION;
224 If the check fails, it returns EFI_SECURITY_VIOLATION.
231 @retval EFI_SECURITY_VIOLATION The DesinationBuffer is invalid per processor architecture or overlap with SMRAM.
245 return EFI_SECURITY_VIOLATION;
257 If the check fails, it returns EFI_SECURITY_VIOLATION.
264 @retval EFI_SECURITY_VIOLATION The DesinationBuffer is invalid per processor architecture or overlap with SMRAM.
265 @retval EFI_SECURITY_VIOLATION The SourceBuffer is invalid per processor architecture or overlap with SMRAM.
279 return EFI_SECURITY_VIOLATION;
    [all...]
  /external/vboot_reference/utility/include/
eficompress.h 46 #define EFI_SECURITY_VIOLATION EFIERR (26)
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/
EdkiiSystemCapsuleLib.c 607 return EFI_SECURITY_VIOLATION;
616 return EFI_SECURITY_VIOLATION;
624 return EFI_SECURITY_VIOLATION;
643 return EFI_SECURITY_VIOLATION;
649 return EFI_SECURITY_VIOLATION;
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 294 @retval EFI_SECURITY_VIOLATION Authentication failed.
333 // Invalid AuthInfo type, return EFI_SECURITY_VIOLATION.
335 return EFI_SECURITY_VIOLATION;
397 return EFI_SECURITY_VIOLATION;
462 @retval EFI_SECURITY_VIOLATION The variable does NOT pass the validation
520 // Monotonic count check fail, suspicious replay attack, return EFI_SECURITY_VIOLATION.
522 return EFI_SECURITY_VIOLATION;
599 @retval EFI_SECURITY_VIOLATION The variable did NOT pass the validation
653 // Monotonic count check fail, suspicious replay attack, return EFI_SECURITY_VIOLATION.
655 return EFI_SECURITY_VIOLATION;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 124 #define EFI_SECURITY_VIOLATION RETURN_SECURITY_VIOLATION
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Unload.c 134 if (Status == EFI_SECURITY_VIOLATION) {
Disconnect.c 195 if (Status == EFI_SECURITY_VIOLATION) {
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 138 #define EFI_SECURITY_VIOLATION RETURN_SECURITY_VIOLATION
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c 490 @retval EFI_SECURITY_VIOLATION If authentication failed.
527 // Invalid AuthInfo type, return EFI_SECURITY_VIOLATION.
529 return EFI_SECURITY_VIOLATION;
596 return EFI_SECURITY_VIOLATION;
901 @return EFI_SECURITY_VIOLATION The variable does NOT pass the validation.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiLibNullClass.c 217 @retval EFI_SECURITY_VIOLATION Check fail.
257 return EFI_SECURITY_VIOLATION;
267 return EFI_SECURITY_VIOLATION;
277 return EFI_SECURITY_VIOLATION;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 148 #define EFI_SECURITY_VIOLATION RETURN_SECURITY_VIOLATION
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckPcdLib/
VarCheckPcdLibNullClass.c 171 @retval EFI_SECURITY_VIOLATION Check fail.
211 return EFI_SECURITY_VIOLATION;
227 return EFI_SECURITY_VIOLATION;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
FdtPlatform.c 444 case EFI_SECURITY_VIOLATION :
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiCHAP.c 82 @retval EFI_SECURITY_VIOLATION The response from target was not expected value.
108 Status = EFI_SECURITY_VIOLATION;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/
Pkcs7VerifyDxe.c 463 @retval EFI_SECURITY_VIOLATION Fail to verify the signature in PKCS7 signedData.
624 @retval EFI_SECURITY_VIOLATION Fail to verify the signature in PKCS7 signedData.
652 Status = EFI_SECURITY_VIOLATION;
769 @retval EFI_SECURITY_VIOLATION The SignedData buffer was correctly formatted but
883 Status = EFI_SECURITY_VIOLATION;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.c 104 @retval EFI_SECURITY_VIOLATION The response from target was not expected value.
131 Status = EFI_SECURITY_VIOLATION;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 480 Status = EFI_SECURITY_VIOLATION;
590 Status = EFI_SECURITY_VIOLATION;
733 Status = EFI_SECURITY_VIOLATION;
    [all...]

Completed in 588 milliseconds

1 2