Home
last modified time | relevance | path

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

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