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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dwp512.c42 int bufferPos; member in struct:wp512_ctx
988 wctx->bufferBits = wctx->bufferPos = 0;
1010 int bufferPos = wctx->bufferPos; local
1022 buffer[bufferPos++] |= (u8)(b >> bufferRem);
1026 bufferBits = bufferPos = 0;
1028 buffer[bufferPos] = b << (8 - bufferRem);
1035 buffer[bufferPos] |= b >> bufferRem;
1042 bufferPos++;
1047 bufferBits = bufferPos
1066 int bufferPos = wctx->bufferPos; local
[all...]

Completed in 74 milliseconds