Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c909 UINTN CertHashCount; in IsCertHashFoundInDatabase() local
978 CertHashCount = (DbxList->SignatureListSize - SiglistHeaderSize) / DbxList->SignatureSize; in IsCertHashFoundInDatabase()
979 for (Index = 0; Index < CertHashCount; Index++) { in IsCertHashFoundInDatabase()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c1152 UINTN CertHashCount; in IsCertHashFoundInDbx() local
1213 CertHashCount = (DbxList->SignatureListSize - SiglistHeaderSize) / DbxList->SignatureSize; in IsCertHashFoundInDbx()
1214 for (Index = 0; Index < CertHashCount; Index++) { in IsCertHashFoundInDbx()