Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
Ds_time.c35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
280 if ((scon = doConnection(NULL, host, ctx)) == NULL) in s_time_main()
333 if ((scon = doConnection(NULL, host, ctx)) == NULL) { in s_time_main()
362 if ((doConnection(scon, host, ctx)) == NULL) in s_time_main()
415 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) in doConnection() function
/third_party/openssl/apps/
Ds_time.c35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
280 if ((scon = doConnection(NULL, host, ctx)) == NULL) in s_time_main()
333 if ((scon = doConnection(NULL, host, ctx)) == NULL) { in s_time_main()
362 if ((doConnection(scon, host, ctx)) == NULL) in s_time_main()
415 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) in doConnection() function