Home
last modified time | relevance | path

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

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