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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dwp512.c43 int bufferPos; member in struct:wp512_ctx
989 wctx->bufferBits = wctx->bufferPos = 0;
1009 int bufferPos = wctx->bufferPos; local
1021 buffer[bufferPos++] |= (u8)(b >> bufferRem);
1025 bufferBits = bufferPos = 0;
1027 buffer[bufferPos] = b << (8 - bufferRem);
1034 buffer[bufferPos] |= b >> bufferRem;
1041 bufferPos++;
1046 bufferBits = bufferPos
1064 int bufferPos = wctx->bufferPos; local
[all...]

Completed in 50 milliseconds