Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dwp512.c42 int bufferPos; member
1016 int bufferPos = wctx->bufferPos; in wp512_update() local
1032 bufferBits = bufferPos = 0; in wp512_update()
1048 bufferPos++; in wp512_update()
1053 bufferBits = bufferPos = 0; in wp512_update()
1060 wctx->bufferPos = bufferPos; in wp512_update()
1072 int bufferPos = wctx->bufferPos; in wp512_final() local
1076 bufferPos++; in wp512_final()
1079 memset(&buffer[bufferPos], 0, WP512_BLOCK_SIZE - bufferPos); in wp512_final()
1081 bufferPos = 0; in wp512_final()
[all …]