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

/freebsd-current/crypto/openssl/apps/
H A Ds_time.c35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
280 if ((scon = doConnection(NULL, host, ctx)) == NULL)
333 if ((scon = doConnection(NULL, host, ctx)) == NULL) {
362 if ((doConnection(scon, host, ctx)) == NULL)
413 * doConnection - make a connection
415 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) function

Completed in 113 milliseconds