OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_perm
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
passwd.c
451
unsigned char
buf_perm
[sizeof(buf)];
local
458
buf_perm
[dest] = buf[source];
459
buf_perm
[14] = buf[5];
460
buf_perm
[15] = buf[11];
463
assert(16 == sizeof(
buf_perm
));
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)]
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
passwd.c
444
unsigned char
buf_perm
[sizeof(buf)];
local
451
buf_perm
[dest] = buf[source];
452
buf_perm
[14] = buf[5];
453
buf_perm
[15] = buf[11];
456
assert(16 == sizeof(
buf_perm
));
465
*output++ = cov_2char[
buf_perm
[i + 2] & 0x3f];
466
*output++ = cov_2char[((
buf_perm
[i + 1] & 0xf) << 2) |
467
(
buf_perm
[i + 2] >> 6)];
468
*output++ = cov_2char[((
buf_perm
[i] & 3) << 4) |
469
(
buf_perm
[i + 1] >> 4)]
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
passwd.c
441
unsigned char
buf_perm
[sizeof(buf)];
local
448
buf_perm
[dest] = buf[source];
449
buf_perm
[14] = buf[5];
450
buf_perm
[15] = buf[11];
453
assert(16 == sizeof(
buf_perm
));
462
*output++ = cov_2char[
buf_perm
[i + 2] & 0x3f];
463
*output++ = cov_2char[((
buf_perm
[i + 1] & 0xf) << 2) |
464
(
buf_perm
[i + 2] >> 6)];
465
*output++ = cov_2char[((
buf_perm
[i] & 3) << 4) |
466
(
buf_perm
[i + 1] >> 4)]
[
all
...]
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026