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

/vbox/include/iprt/formats/
H A Dxar.h45 uint32_t uHashFunction; member in struct:XARHEADER
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp254 uint8_t uHashFunction; member in struct:RTZIPXARFSSTREAM
274 * @param uHashFunction The hash function to use.
279 static void rtZipXarCalcHash(uint32_t uHashFunction, void const *pvSrc, size_t cbSrc, PRTZIPXARHASHDIGEST pHashDigest) argument
281 switch (uHashFunction)
300 * @param uHashFunction The hash function to use.
302 static void rtZipXarHashInit(PRTZIPXARHASHCTX pCtx, uint32_t uHashFunction) argument
304 switch (uHashFunction)
323 * @param uHashFunction The hash function to use.
327 static void rtZipXarHashUpdate(PRTZIPXARHASHCTX pCtx, uint32_t uHashFunction, void const *pvSrc, size_t cbSrc) argument
329 switch (uHashFunction)
348 rtZipXarHashFinal(PRTZIPXARHASHCTX pCtx, uint32_t uHashFunction, PRTZIPXARHASHDIGEST pHashDigest) argument
373 rtZipXarHashIsEqual(uint32_t uHashFunction, PRTZIPXARHASHDIGEST pHashDigest1, PRTZIPXARHASHDIGEST pHashDigest2) argument
[all...]

Completed in 105 milliseconds