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

/linux-4.4.14/crypto/
H A Dwp512.c1007 int sourcePos = 0; wp512_update() local
1026 b = ((source[sourcePos] << sourceGap) & 0xff) | wp512_update()
1027 ((source[sourcePos + 1] & 0xff) >> (8 - sourceGap)); wp512_update()
1037 sourcePos++; wp512_update()
1040 b = (source[sourcePos] << sourceGap) & 0xff; wp512_update()

Completed in 40 milliseconds