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

  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 184 /*#define SSL_HOST_NAME "www.netscape.com" */
185 /*#define SSL_HOST_NAME "193.118.187.102" */
186 #define SSL_HOST_NAME "localhost"
290 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
574 char *host=SSL_HOST_NAME;
    [all...]
  /external/openssl/apps/
s_client.c 184 /*#define SSL_HOST_NAME "www.netscape.com" */
185 /*#define SSL_HOST_NAME "193.118.187.102" */
186 #define SSL_HOST_NAME "localhost"
290 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
576 char *host=SSL_HOST_NAME;
    [all...]

Completed in 56 milliseconds