OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cov_2char
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/apps/
passwd.c
30
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_p)[i] & 0x3f]; /* 6 bits *
[
all
...]
/external/openssl/apps/
passwd.c
30
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_p)[i] & 0x3f]; /* 6 bits *
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/des/
fcrypt.c
50
static unsigned const char
cov_2char
[64]={
variable
165
ret[i]=
cov_2char
[c];
/external/openssl/crypto/des/
fcrypt.c
50
static unsigned const char
cov_2char
[64]={
variable
165
ret[i]=
cov_2char
[c];
Completed in 563 milliseconds