bufferPos          42 crypto/wp512.c 	int bufferPos;
bufferPos         994 crypto/wp512.c 	wctx->bufferBits = wctx->bufferPos = 0;
bufferPos        1016 crypto/wp512.c 	int bufferPos    = wctx->bufferPos;
bufferPos        1028 crypto/wp512.c 		buffer[bufferPos++] |= (u8)(b >> bufferRem);
bufferPos        1032 crypto/wp512.c 			bufferBits = bufferPos = 0;
bufferPos        1034 crypto/wp512.c 		buffer[bufferPos] = b << (8 - bufferRem);
bufferPos        1041 crypto/wp512.c 		buffer[bufferPos] |= b >> bufferRem;
bufferPos        1048 crypto/wp512.c 		bufferPos++;
bufferPos        1053 crypto/wp512.c 			bufferBits = bufferPos = 0;
bufferPos        1055 crypto/wp512.c 		buffer[bufferPos] = b << (8 - bufferRem);
bufferPos        1060 crypto/wp512.c 	wctx->bufferPos    = bufferPos;
bufferPos        1072 crypto/wp512.c    	int bufferPos   = wctx->bufferPos;
bufferPos        1075 crypto/wp512.c    	buffer[bufferPos] |= 0x80U >> (bufferBits & 7);
bufferPos        1076 crypto/wp512.c    	bufferPos++;
bufferPos        1077 crypto/wp512.c    	if (bufferPos > WP512_BLOCK_SIZE - WP512_LENGTHBYTES) {
bufferPos        1078 crypto/wp512.c    		if (bufferPos < WP512_BLOCK_SIZE) {
bufferPos        1079 crypto/wp512.c 	   	memset(&buffer[bufferPos], 0, WP512_BLOCK_SIZE - bufferPos);
bufferPos        1082 crypto/wp512.c    		bufferPos = 0;
bufferPos        1084 crypto/wp512.c    	if (bufferPos < WP512_BLOCK_SIZE - WP512_LENGTHBYTES) {
bufferPos        1085 crypto/wp512.c    		memset(&buffer[bufferPos], 0,
bufferPos        1086 crypto/wp512.c 			  (WP512_BLOCK_SIZE - WP512_LENGTHBYTES) - bufferPos);
bufferPos        1088 crypto/wp512.c    	bufferPos = WP512_BLOCK_SIZE - WP512_LENGTHBYTES;
bufferPos        1095 crypto/wp512.c    	wctx->bufferPos    = bufferPos;