OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:weak_password
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bio_pw_callback_test.c
22
static const char
weak_password
[] = "
weak_password
";
variable
83
ret = sizeof(
weak_password
) - 1;
84
memcpy(buf,
weak_password
, ret);
349
memcpy(buf,
weak_password
, sizeof(
weak_password
) - 1);
350
return sizeof(
weak_password
) - 1;
/src/crypto/external/bsd/openssl/dist/test/
bio_pw_callback_test.c
22
static const char
weak_password
[] = "
weak_password
";
variable
83
ret = sizeof(
weak_password
) - 1;
84
memcpy(buf,
weak_password
, ret);
349
memcpy(buf,
weak_password
, sizeof(
weak_password
) - 1);
350
return sizeof(
weak_password
) - 1;
Completed in 26 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026