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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp795 * @param pszFileDigest SHA-256 digest of the file.
800 static int vboxExtPackVerifyFileDigest(RTMANIFEST hFileManifest, const char *pszFileDigest, argument
820 if ( pszFileDigest
821 && *pszFileDigest != '\0')
824 rc = RTSha256FromString(pszFileDigest, abFileHash);

Completed in 45 milliseconds