Searched defs:ContentSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptAuthenticode.c60 UINTN ContentSize; local
108 ContentSize = (UINTN) (Asn1Byte & 0x7F);
117 ContentSize = (UINTN) (*(SpcIndirectDataContent + 2));
118 ContentSize = (ContentSize << 8) + (UINTN)(*(SpcIndirectDataContent + 3));
132 if (CompareMem (SpcIndirectDataContent + ContentSize - HashSize, ImageHash, HashSize) != 0) {
142 Status = (BOOLEAN) Pkcs7Verify (OrigAuthData, DataSize, TrustedCert, CertSize, SpcIndirectDataContent, ContentSize);

Completed in 32 milliseconds