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

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dpasswd.c30 static unsigned const char cov_2char[64]={ variable
397 *output++ = cov_2char[buf_perm[i+2] & 0x3f];
398 *output++ = cov_2char[((buf_perm[i+1] & 0xf) << 2) |
400 *output++ = cov_2char[((buf_perm[i] & 3) << 4) |
402 *output++ = cov_2char[buf_perm[i] >> 2];
405 *output++ = cov_2char[buf_perm[i] & 0x3f];
406 *output++ = cov_2char[buf_perm[i] >> 6];
440 (*salt_p)[0] = cov_2char[(*salt_p)[0] & 0x3f]; /* 6 bits */
441 (*salt_p)[1] = cov_2char[(*salt_p)[1] & 0x3f]; /* 6 bits */
465 (*salt_p)[i] = cov_2char[(*salt_
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Dfcrypt.c50 static unsigned const char cov_2char[64]={ variable
165 ret[i]=cov_2char[c];

Completed in 35 milliseconds