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

/osnet-11/usr/src/lib/crypt_modules/sunmd5/
H A Dsunmd5.c264 int s7shift; /* shift for shift_7 creation, vals 0..7 */
266 int shift_7[16]; /* shift schedule, vals 0..1 */ member in struct:__anon951
344 data.shift_7[i] = (data.digest[j] >> data.s7shift)
367 >> data.shift_7[i]) & 0x7f;

Completed in 15 milliseconds