OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWD_STRLEN
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
s_client.c
490
#define
PWD_STRLEN
1024
495
char *pass = (char *)OPENSSL_malloc(
PWD_STRLEN
+1);
501
if ((l = password_callback(pass,
PWD_STRLEN
, 0, &cb_tmp))<0)
[
all
...]
/external/openssl/ssl/
ssltest.c
261
#define
PWD_STRLEN
1024
[
all
...]
Completed in 62 milliseconds