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

/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp467 * @param puHashFunction Where to return the hash function number on success.
469 static int rtZipXarParseChecksumStyle(const char *pszStyle, uint8_t *puHashFunction) argument
477 *puHashFunction = XAR_HASH_SHA1;
482 *puHashFunction = XAR_HASH_MD5;
488 *puHashFunction = XAR_HASH_NONE;
491 *puHashFunction = UINT8_MAX;
505 * @param puHashFunction Where to return the XAR hash function number.
509 uint8_t *puHashFunction, PRTZIPXARHASHDIGEST pDigest)
512 *puHashFunction = XAR_HASH_NONE;
523 int rc = rtZipXarParseChecksumStyle(pszStyle, puHashFunction);
508 rtZipXarParseChecksumElem(xml::ElementNode const *pParentElem, const char *pszName, uint8_t *puHashFunction, PRTZIPXARHASHDIGEST pDigest) argument
[all...]

Completed in 34 milliseconds