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

/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp56 uint32_t offHash; member in struct:RTCRDIGESTINT
63 * offHash with size RTCRDIGESTDESC::cbHash. */
76 /** The hash has been finalized and can be found at offHash. */
90 uint32_t offHash = RT_ALIGN_32(pDesc->cbState, 8); local
91 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash + pDesc->cbHash]));
96 pThis->offHash = offHash;
122 uint32_t const offHash = hSrc->offHash; local
123 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash
[all...]
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp898 size_t offHash = pThis->cbDigested - pThis->offCurPos; local
899 void const *pvHash = (uint8_t const *)pSgBuf->paSegs[0].pvSeg + offHash;
900 size_t cbHash = cbActuallyRead - offHash;

Completed in 287 milliseconds