Searched refs:cov_2char (Results 1 – 2 of 2) sorted by relevance
25 static const unsigned char cov_2char[64] = { variable464 *output++ = cov_2char[buf_perm[i + 2] & 0x3f]; in md5crypt()465 *output++ = cov_2char[((buf_perm[i + 1] & 0xf) << 2) | in md5crypt()467 *output++ = cov_2char[((buf_perm[i] & 3) << 4) | in md5crypt()469 *output++ = cov_2char[buf_perm[i] >> 2]; in md5crypt()472 *output++ = cov_2char[buf_perm[i] & 0x3f]; in md5crypt()473 *output++ = cov_2char[buf_perm[i] >> 6]; in md5crypt()714 *cp++ = cov_2char[w & 0x3f]; \ in shacrypt()804 (*salt_p)[i] = cov_2char[(*salt_p)[i] & 0x3f]; /* 6 bits */ in do_passwd()
53 static const unsigned char cov_2char[64] = { variable151 ret[i] = cov_2char[c]; in DES_fcrypt()
Completed in 5 milliseconds