OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWD_STRLEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/lib/
tlssrp_depr.c
96
#define
PWD_STRLEN
1024
101
char *pass = app_malloc(
PWD_STRLEN
+ 1, "SRP password buffer");
107
if ((l = password_callback(pass,
PWD_STRLEN
, 0, &cb_tmp)) < 0) {
/src/crypto/external/bsd/openssl/dist/apps/lib/
tlssrp_depr.c
101
#define
PWD_STRLEN
1024
106
char *pass = app_malloc(
PWD_STRLEN
+ 1, "SRP password buffer");
112
if ((l = password_callback(pass,
PWD_STRLEN
, 0, &cb_tmp)) < 0) {
/src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c
349
# define
PWD_STRLEN
1024
354
char *pass = app_malloc(
PWD_STRLEN
+ 1, "SRP password buffer");
360
if ((l = password_callback(pass,
PWD_STRLEN
, 0, &cb_tmp)) < 0) {
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026