Searched refs:bufferPos (Results 1 – 1 of 1) sorted by relevance
41 int bufferPos; member996 wctx->bufferBits = wctx->bufferPos = 0; in wp512_init()1016 int bufferPos = wctx->bufferPos; in wp512_update() local1028 buffer[bufferPos++] |= (u8)(b >> bufferRem); in wp512_update()1032 bufferBits = bufferPos = 0; in wp512_update()1034 buffer[bufferPos] = b << (8 - bufferRem); in wp512_update()1041 buffer[bufferPos] |= b >> bufferRem; in wp512_update()1048 bufferPos++; in wp512_update()1053 bufferBits = bufferPos = 0; in wp512_update()1055 buffer[bufferPos] = b << (8 - bufferRem); in wp512_update()[all …]