OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cov_2char
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
passwd.c
25
static const unsigned char
cov_2char
[64] = {
variable
472
*output++ =
cov_2char
[buf_perm[i + 2] & 0x3f];
473
*output++ =
cov_2char
[((buf_perm[i + 1] & 0xf) << 2) | (buf_perm[i + 2] >> 6)];
474
*output++ =
cov_2char
[((buf_perm[i] & 3) << 4) | (buf_perm[i + 1] >> 4)];
475
*output++ =
cov_2char
[buf_perm[i] >> 2];
478
*output++ =
cov_2char
[buf_perm[i] & 0x3f];
479
*output++ =
cov_2char
[buf_perm[i] >> 6];
720
*cp++ =
cov_2char
[w & 0x3f]; \
810
(*salt_p)[i] =
cov_2char
[(*salt_p)[i] & 0x3f]; /* 6 bits */
/src/crypto/external/bsd/openssl/dist/apps/
passwd.c
25
static const unsigned char
cov_2char
[64] = {
variable
465
*output++ =
cov_2char
[buf_perm[i + 2] & 0x3f];
466
*output++ =
cov_2char
[((buf_perm[i + 1] & 0xf) << 2) |
468
*output++ =
cov_2char
[((buf_perm[i] & 3) << 4) |
470
*output++ =
cov_2char
[buf_perm[i] >> 2];
473
*output++ =
cov_2char
[buf_perm[i] & 0x3f];
474
*output++ =
cov_2char
[buf_perm[i] >> 6];
716
*cp++ =
cov_2char
[w & 0x3f]; \
806
(*salt_p)[i] =
cov_2char
[(*salt_p)[i] & 0x3f]; /* 6 bits */
/src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c
25
static unsigned const char
cov_2char
[64] = {
variable
462
*output++ =
cov_2char
[buf_perm[i + 2] & 0x3f];
463
*output++ =
cov_2char
[((buf_perm[i + 1] & 0xf) << 2) |
465
*output++ =
cov_2char
[((buf_perm[i] & 3) << 4) |
467
*output++ =
cov_2char
[buf_perm[i] >> 2];
470
*output++ =
cov_2char
[buf_perm[i] & 0x3f];
471
*output++ =
cov_2char
[buf_perm[i] >> 6];
712
*cp++ =
cov_2char
[w & 0x3f]; \
807
(*salt_p)[i] =
cov_2char
[(*salt_p)[i] & 0x3f]; /* 6 bits */
/src/crypto/external/apache2/openssl/dist/crypto/des/
fcrypt.c
165
static const unsigned char
cov_2char
[64] = {
variable
263
ret[i] =
cov_2char
[c];
/src/crypto/external/apache2/openssl/lib/libdes/
ofcrypt.c
42
static unsigned const char
cov_2char
[64]={
variable
160
ret[i]=
cov_2char
[c];
/src/crypto/external/bsd/openssl/dist/crypto/des/
fcrypt.c
53
static const unsigned char
cov_2char
[64] = {
variable
151
ret[i] =
cov_2char
[c];
/src/crypto/external/bsd/openssl/lib/libdes/
ofcrypt.c
42
static unsigned const char
cov_2char
[64]={
variable
160
ret[i]=
cov_2char
[c];
/src/crypto/external/bsd/openssl.old/dist/crypto/des/
fcrypt.c
47
static unsigned const char
cov_2char
[64] = {
variable
145
ret[i] =
cov_2char
[c];
/src/crypto/external/bsd/openssl.old/lib/libdes/
ofcrypt.c
42
static unsigned const char
cov_2char
[64]={
variable
160
ret[i]=
cov_2char
[c];
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026