Home
last modified time | relevance | path

Searched refs:HASHALG_MAX (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.h76 #define HASHALG_MAX 0x00000005 macro
DDxeImageVerificationLib.c315 if ((HashAlg >= HASHALG_MAX)) { in HashPeImage()
642 for (Index = 0; Index < HASHALG_MAX; Index++) { in HashPeImageByType()
671 if (Index == HASHALG_MAX) { in HashPeImageByType()
878 HashAlg = HASHALG_MAX; in IsCertHashFoundInDatabase()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.h103 #define HASHALG_MAX 0x00000005 macro
DSecureBootConfigImpl.c1096 if (HashAlg >= HASHALG_MAX) { in CalculateCertHash()
1174 HashAlg = HASHALG_MAX; in IsCertHashFoundInDbx()
2035 for (Index = 0; Index < HASHALG_MAX; Index++) { in HashPeImageByType()
2061 if (Index == HASHALG_MAX) { in HashPeImageByType()
3514 if ((IfrNvData != NULL) && (IfrNvData->CertificateFormat < HASHALG_MAX)) { in SecureBootCallback()