Searched refs:sess_in (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c355 BIO_printf(bio_err," -sess_in arg - file to read SSL session from\n");
617 char *sess_in = NULL; local
701 else if (strcmp(*argv,"-sess_in") == 0)
704 sess_in = *(++argv);
1232 if (sess_in)
1235 BIO *stmp = BIO_new_file(sess_in, "r");
1239 sess_in);
1248 sess_in);
/external/openssl/apps/
H A Ds_client.c355 BIO_printf(bio_err," -sess_in arg - file to read SSL session from\n");
621 char *sess_in = NULL; local
705 else if (strcmp(*argv,"-sess_in") == 0)
708 sess_in = *(++argv);
1259 if (sess_in)
1262 BIO *stmp = BIO_new_file(sess_in, "r");
1266 sess_in);
1275 sess_in);

Completed in 46 milliseconds