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

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

Completed in 44 milliseconds