Home
last modified time | relevance | path

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

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