Searched refs:hFileManifest (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp793 * @param hFileManifest Manifest containing a SHA-256 digest of the file
800 static int vboxExtPackVerifyFileDigest(RTMANIFEST hFileManifest, const char *pszFileDigest, argument
807 int rc = RTManifestEntryQueryAttr(hFileManifest, "extpack", NULL /*no name*/, RTMANIFEST_ATTR_SHA256,
1145 RTMANIFEST hFileManifest = NIL_RTMANIFEST;
1146 rc = RTManifestCreate(0 /*fFlags*/, &hFileManifest);
1150 rc = RTManifestEntryAddPassthruIoStream(hFileManifest, hTarballIos, "extpack", RTMANIFEST_ATTR_SHA256,
1167 *phFileManifest = hFileManifest;
1169 RTManifestRelease(hFileManifest);
1182 RTManifestRelease(hFileManifest);
1238 RTMANIFEST hFileManifest; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1709 RTMANIFEST hFileManifest = NIL_RTMANIFEST; local
1710 rc = RTManifestCreate(0 /*fFlags*/, &hFileManifest);
1717 rc = RTManifestEntryAddPassthruIoStream(hFileManifest,
1778 RTMANIFEST hFileManifest = NIL_RTMANIFEST; local
1779 rc = RTManifestCreate(0 /*fFlags*/, &hFileManifest);
1786 rc = RTManifestEntryAddPassthruIoStream(hFileManifest,

Completed in 50 milliseconds