Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dwp512.c42 int bufferPos; member
994 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 in wp512_update()
1072 int bufferPos = wctx->bufferPos; wp512_final() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dwp512.c42 int bufferPos; member
994 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 in wp512_update()
1072 int bufferPos = wctx->bufferPos; wp512_final() local
[all...]

Completed in 4 milliseconds