HomeSort by relevance Sort by last modified time
    Searched refs:sess_out (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 354 BIO_printf(bio_err," -sess_out arg - file to write SSL session to\n");
618 char *sess_out = NULL; local
696 else if (strcmp(*argv,"-sess_out") == 0)
699 sess_out = *(++argv);
    [all...]
  /external/openssl/apps/
s_client.c 354 BIO_printf(bio_err," -sess_out arg - file to write SSL session to\n");
622 char *sess_out = NULL; local
700 else if (strcmp(*argv,"-sess_out") == 0)
703 sess_out = *(++argv);
    [all...]

Completed in 520 milliseconds