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

/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/
H A Dwp_dgst.c87 unsigned int bitoff = c->bitoff, local
88 bitrem = bitoff%8,
110 if (bitoff==0 && (n=bits/WHIRLPOOL_BBLOCK))
118 unsigned int byteoff = bitoff/8;
120 bitrem = WHIRLPOOL_BBLOCK - bitoff;/* re-use bitrem */
128 bitoff = 0;
133 bitoff += (unsigned int)bits;
136 c->bitoff = bitoff;
217 unsigned int bitoff = c->bitoff, local
[all...]
H A Dwhrlpool.h22 unsigned int bitoff; member in struct:__anon1290
/barrelfish-master/include/openssl/
H A Dwhrlpool.h22 unsigned int bitoff; member in struct:__anon249

Completed in 31 milliseconds