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

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md2.cpp33 /** The offset of the buffer into RTMD2ALTPRIVATECTX::abStateX. */
49 uint8_t abStateX[RTMD2_BLOCK_SIZE * 3]; member in struct:RTMD2ALTPRIVATECTX
93 RT_ZERO(pCtx->AltPrivate.abStateX);
103 * This will update the checksum as well as initializing abStateX.
114 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE] = bIn;
115 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE * 2] = bIn ^ pCtx->AltPrivate.abStateX[j];
134 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE] = bIn;
135 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE * 2] = bIn ^ pCtx->AltPrivate.abStateX[
[all...]

Completed in 43 milliseconds