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

/illumos-gate/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c272 int shift_b; /* shift schedule, vals 0..1 */ member in struct:__anon2456
349 data.shift_b = md5bit(data.digest, round + 64);
389 data.indirect_b = (data.indirect_b >> data.shift_b) & 0x7f;

Completed in 41 milliseconds