bufferBits         41 crypto/wp512.c 	int bufferBits;
bufferBits        994 crypto/wp512.c 	wctx->bufferBits = wctx->bufferPos = 0;
bufferBits       1010 crypto/wp512.c 	int bufferRem    = wctx->bufferBits & 7;
bufferBits       1015 crypto/wp512.c 	int bufferBits   = wctx->bufferBits;
bufferBits       1029 crypto/wp512.c 		bufferBits += 8 - bufferRem;
bufferBits       1030 crypto/wp512.c 		if (bufferBits == WP512_BLOCK_SIZE * 8) {
bufferBits       1032 crypto/wp512.c 			bufferBits = bufferPos = 0;
bufferBits       1035 crypto/wp512.c 		bufferBits += bufferRem;
bufferBits       1046 crypto/wp512.c 		bufferBits += bits_len;
bufferBits       1049 crypto/wp512.c 		bufferBits += 8 - bufferRem;
bufferBits       1051 crypto/wp512.c 		if (bufferBits == WP512_BLOCK_SIZE * 8) {
bufferBits       1053 crypto/wp512.c 			bufferBits = bufferPos = 0;
bufferBits       1056 crypto/wp512.c 		bufferBits += (int)bits_len;
bufferBits       1059 crypto/wp512.c 	wctx->bufferBits   = bufferBits;
bufferBits       1071 crypto/wp512.c    	int bufferBits  = wctx->bufferBits;
bufferBits       1075 crypto/wp512.c    	buffer[bufferPos] |= 0x80U >> (bufferBits & 7);
bufferBits       1094 crypto/wp512.c    	wctx->bufferBits   = bufferBits;