OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sess_in
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
s_client.c
339
BIO_printf(bio_err," -
sess_in
arg - file to read SSL session from\n");
475
char *
sess_in
= NULL;
local
559
else if (strcmp(*argv,"-
sess_in
") == 0)
562
sess_in
= *(++argv);
1000
if (
sess_in
)
1003
BIO *stmp = BIO_new_file(
sess_in
, "r");
1007
sess_in
);
1016
sess_in
);
[
all
...]
/external/openssl/patches/
npn.patch
121
char *
sess_in
= NULL;
[
all
...]
Completed in 186 milliseconds