Searched refs:cov_2char (Results 1 – 2 of 2) sorted by relevance
26 static unsigned const char cov_2char[64] = { variable413 *output++ = cov_2char[buf_perm[i + 2] & 0x3f]; in md5crypt()414 *output++ = cov_2char[((buf_perm[i + 1] & 0xf) << 2) | in md5crypt()416 *output++ = cov_2char[((buf_perm[i] & 3) << 4) | in md5crypt()418 *output++ = cov_2char[buf_perm[i] >> 2]; in md5crypt()421 *output++ = cov_2char[buf_perm[i] & 0x3f]; in md5crypt()422 *output++ = cov_2char[buf_perm[i] >> 6]; in md5crypt()458 (*salt_p)[0] = cov_2char[(*salt_p)[0] & 0x3f]; /* 6 bits */ in do_passwd()459 (*salt_p)[1] = cov_2char[(*salt_p)[1] & 0x3f]; /* 6 bits */ in do_passwd()476 (*salt_p)[i] = cov_2char[(*salt_p)[i] & 0x3f]; /* 6 bits */ in do_passwd()
43 static unsigned const char cov_2char[64]={ variable120 ret[i]=cov_2char[c]; in DES_fcrypt()