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

/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp46 typedef struct RTCRDIGESTINT struct
65 } RTCRDIGESTINT; typedef in typeref:struct:RTCRDIGESTINT
67 typedef RTCRDIGESTINT *PRTCRDIGESTINT;
69 /** Magic value for RTCRDIGESTINT::u32Magic (Ralph C. Merkle). */
72 /** @name RTCRDIGESTINT::uState values.
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]));

Completed in 94 milliseconds