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

/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md2.cpp32 #define RTMD2_BLOCK_SIZE 16 macro
34 #define RTMD2_BUF_OFF RTMD2_BLOCK_SIZE
49 uint8_t abStateX[RTMD2_BLOCK_SIZE * 3];
51 uint8_t abChecksum[RTMD2_BLOCK_SIZE];
111 for (unsigned j = 0; j < RTMD2_BLOCK_SIZE; j++)
114 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE] = bIn;
115 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE * 2] = bIn ^ pCtx->AltPrivate.abStateX[j];
131 for (unsigned j = 0; j < RTMD2_BLOCK_SIZE; j++)
134 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE] = bIn;
135 pCtx->AltPrivate.abStateX[j + RTMD2_BLOCK_SIZE *
[all...]

Completed in 39 milliseconds