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.c309 if ((HashAlg >= HASHALG_MAX)) { in HashPeImage()
635 for (Index = 0; Index < HASHALG_MAX; Index++) { in HashPeImageByType()
664 if (Index == HASHALG_MAX) { in HashPeImageByType()
923 HashAlg = HASHALG_MAX; in IsCertHashFoundInDatabase()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.h100 #define HASHALG_MAX 0x00000005 macro
DSecureBootConfigImpl.c1084 if (HashAlg >= HASHALG_MAX) { in CalculateCertHash()
1162 HashAlg = HASHALG_MAX; in IsCertHashFoundInDbx()
1949 for (Index = 0; Index < HASHALG_MAX; Index++) { in HashPeImageByType()
1975 if (Index == HASHALG_MAX) { in HashPeImageByType()
3665 if ((IfrNvData != NULL) && (IfrNvData->CertificateFormat < HASHALG_MAX)) { in SecureBootCallback()