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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrPE.cpp199 uint32_t cbToHash; member in struct:RTLDRPEHASHSPECIALS
2038 pPlaces->cbToHash = pModPe->SecurityDir.VirtualAddress;
2039 if (pPlaces->cbToHash == 0)
2042 pPlaces->cbToHash = (uint32_t)cbFile;
2043 if (pPlaces->cbToHash != (RTFOFF)cbFile)
2117 while (off < SpecialPlaces.cbToHash)
2119 uint32_t cbRead = RT_MIN(SpecialPlaces.cbToHash - off, cbScratch);
2179 if ( pModPe->SecurityDir.Size != SpecialPlaces.cbToHash
2180 && SpecialPlaces.cbToHash != RT_ALIGN_32(SpecialPlaces.cbToHash, WIN_CERTIFICATE_ALIGNMEN
[all...]

Completed in 52 milliseconds