Home
last modified time | relevance | path

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

/linux-2.4.37.9/crypto/
Dwp512.c41 int bufferPos; member
996 wctx->bufferBits = wctx->bufferPos = 0; in wp512_init()
1016 int bufferPos = wctx->bufferPos; in wp512_update() local
1028 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 …]