Home
last modified time | relevance | path

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

/openssl/crypto/whrlpool/
H A Dwp_dgst.c95 unsigned int bitoff = c->bitoff, in WHIRLPOOL_BitUpdate() local
130 bitoff = 0; in WHIRLPOOL_BitUpdate()
136 c->bitoff = bitoff; in WHIRLPOOL_BitUpdate()
162 bitoff += inpgap; in WHIRLPOOL_BitUpdate()
169 bitoff = 0; in WHIRLPOOL_BitUpdate()
171 c->bitoff = bitoff; in WHIRLPOOL_BitUpdate()
182 bitoff += 8; in WHIRLPOOL_BitUpdate()
209 c->bitoff = bitoff; in WHIRLPOOL_BitUpdate()
216 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; in WHIRLPOOL_Final() local
220 bitoff %= 8; in WHIRLPOOL_Final()
[all …]
/openssl/include/openssl/
H A Dwhrlpool.h42 unsigned int bitoff; member

Completed in 4 milliseconds