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

/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp67 typedef RTCRDIGESTINT *PRTCRDIGESTINT; typedef
91 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash + pDesc->cbHash]));
123 PRTCRDIGESTINT pThis = (PRTCRDIGESTINT)RTMemAllocZ(RT_OFFSETOF(RTCRDIGESTINT, abState[offHash + hSrc->pDesc->cbHash]));
153 PRTCRDIGESTINT pThis = hDigest;
176 PRTCRDIGESTINT pThis = hDigest;
188 PRTCRDIGESTINT pThis = hDigest;
209 PRTCRDIGESTINT pThis = hDigest;
222 PRTCRDIGESTINT pThi
[all...]

Completed in 43 milliseconds