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

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md2.cpp108 DECLINLINE(void) rtMd2BlockInit(PRTMD2CONTEXT pCtx, const uint8_t *pbBlock) function
122 * Special version of rtMd2BlockInit that does not update the checksum.
144 * is a somewhat reduced version of rtMd2BlockInit.
163 * Requires one of the rtMd2BlockInit functions to be called first.
214 rtMd2BlockInit(pCtx, pbBuf);

Completed in 51 milliseconds