Searched refs:fSha256 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h58 , fSha256(false)
82 bool fSha256; // true = SHA256 (OVF 2.0), false = SHA1 (OVF 1.0) member in struct:Appliance::Data
256 bool fSha256; /* false = SHA1 (OVF 1.x), true = SHA256 (OVF 2.0) */ member in struct:SHASTORAGE
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp887 if (pInt->pShaStorage->fSha256)
951 if (pInt->pShaStorage->fSha256)
1091 if (pShaStorage->fSha256)
1168 if (pShaStorage->fSha256)
1181 if (pShaStorage->fSha256)
1715 uint32_t digestType = (pShaStorage->fSha256 == true) ? RTMANIFEST_ATTR_SHA256: RTMANIFEST_ATTR_SHA1;
1784 uint32_t digestType = (pShaStorage->fSha256 == true) ? RTMANIFEST_ATTR_SHA256: RTMANIFEST_ATTR_SHA1;
H A DApplianceImplExport.cpp680 m->fSha256 = ovfF >= ovf::OVFVersion_2_0;
1972 storage.fSha256 = m->fSha256;
2030 storage.fSha256 = m->fSha256;
2323 vrc = RTManifestWriteFilesBuf(&pvBuf, &cbSize, m->fSha256 ? RTDIGESTTYPE_SHA256 : RTDIGESTTYPE_SHA1,
H A DApplianceImplImport.cpp1012 storage.fSha256 = true;
1150 m->fSha256 = true;
1174 m->fSha256 = false;
3983 pStorage->fSha256 = m->fSha256;

Completed in 66 milliseconds