Searched refs:doConnection (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/apps/ |
| H A D | s_time.c | 35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx); 297 if ((scon = doConnection(NULL, host, ctx)) == NULL) in s_time_main() 349 if ((scon = doConnection(NULL, host, ctx)) == NULL) { in s_time_main() 378 if ((doConnection(scon, host, ctx)) == NULL) in s_time_main() 429 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) in doConnection() function
|