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

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_time.c35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
226 if ((scon = doConnection(NULL, host, ctx)) == NULL)
279 if ((scon = doConnection(NULL, host, ctx)) == NULL) {
307 if ((doConnection(scon, host, ctx)) == NULL)
354 * doConnection - make a connection
356 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) function

Completed in 64 milliseconds