Home
last modified time | relevance | path

Searched refs:CertCount (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c992 UINTN CertCount; in IsSignatureFoundInDatabase() local
1020CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeader… in IsSignatureFoundInDatabase()
1023 for (Index = 0; Index < CertCount; Index++) { in IsSignatureFoundInDatabase()
1136 UINTN CertCount; in PassTimestampCheck() local
1178CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeader… in PassTimestampCheck()
1179 for (Index = 0; Index < CertCount; Index++) { in PassTimestampCheck()
1238 UINTN CertCount; in IsForbiddenByDbx() local
1291CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeader… in IsForbiddenByDbx()
1293 for (Index = 0; Index < CertCount; Index++) { in IsForbiddenByDbx()
1415 UINTN CertCount; in IsAllowedByDb() local
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.c274 UINTN CertCount; in UpdateDeletePage() local
378CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in UpdateDeletePage()
379 for (Index = 0; Index < CertCount; Index++) { in UpdateDeletePage()
469 UINTN CertCount; in DeleteCert() local
527CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in DeleteCert()
528 for (Index = 0; Index < CertCount; Index++) { in DeleteCert()
573CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in DeleteCert()
574 DEBUG ((DEBUG_INFO, " CertCount = %x\n", CertCount)); in DeleteCert()
575 if (CertCount != 0) { in DeleteCert()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c1007 UINTN CertCount; in IsSignatureFoundInDatabase() local
1036CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeader… in IsSignatureFoundInDatabase()
1039 for (Index = 0; Index < CertCount; Index++) { in IsSignatureFoundInDatabase()
2346 UINTN CertCount; in UpdateDeletePage() local
2462CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in UpdateDeletePage()
2463 for (Index = 0; Index < CertCount; Index++) { in UpdateDeletePage()
2543 UINTN CertCount; in DeleteKeyExchangeKey() local
2606CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in DeleteKeyExchangeKey()
2607 for (Index = 0; Index < CertCount; Index++) { in DeleteKeyExchangeKey()
2652CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in DeleteKeyExchangeKey()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthService.c1395 UINTN CertCount; in FilterSignatureList() local
1437CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeader… in FilterSignatureList()
1438 for (Index2 = 0; Index2 < CertCount; Index2++) { in FilterSignatureList()
2176 UINTN CertCount; in VerifyTimeBasedPayload() local
2367CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in VerifyTimeBasedPayload()
2368 for (Index = 0; Index < CertCount; Index++) { in VerifyTimeBasedPayload()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpsSupport.c387 UINTN CertCount; in TlsConfigCertificate() local
442CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeade… in TlsConfigCertificate()
443 for (Index = 0; Index < CertCount; Index++) { in TlsConfigCertificate()