Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/ !
H A Ds_time.c35 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