Searched refs:CertCount (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c1509 UINTN CertCount; local
1617 CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeaderSize) / CertList->SignatureSize;
1618 for (Index = 0; Index < CertCount; Index++) {
1698 UINTN CertCount; local
1756 CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeaderSize) / CertList->SignatureSize;
1757 for (Index = 0; Index < CertCount; Index++) {
1802 CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeaderSize) / CertList->SignatureSize;
1803 DEBUG ((DEBUG_ERROR, " CertCount = %x\n", CertCount));
1804 if (CertCount !
1887 UINTN CertCount; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c820 UINTN CertCount; local
847 CertCount = (CertList->SignatureListSize - CertList->SignatureHeaderSize) / CertList->SignatureSize;
850 for (Index = 0; Index < CertCount; Index++) {
906 UINTN CertCount; local
936 CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeaderSize) / CertList->SignatureSize;
937 for (Index = 0; Index < CertCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c1225 UINTN CertCount; local
1254 CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeaderSize) / CertList->SignatureSize;
1255 for (Index2 = 0; Index2 < CertCount; Index2++) {
1844 UINTN CertCount; local
2013 CertCount = (CertList->SignatureListSize - sizeof (EFI_SIGNATURE_LIST) - CertList->SignatureHeaderSize) / CertList->SignatureSize;
2014 for (Index = 0; Index < CertCount; Index++) {

Completed in 1717 milliseconds