Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_time.c118 SSL *scon = NULL; in s_time_main() local
294 if (SSL_session_reused(scon)) { in s_time_main()
297 ver = SSL_version(scon); in s_time_main()
308 SSL_free(scon); in s_time_main()
309 scon = NULL; in s_time_main()
345 if ((fd = SSL_get_fd(scon)) >= 0) in s_time_main()
380 ver = SSL_version(scon); in s_time_main()
406 SSL_free(scon); in s_time_main()
429 if (scon == NULL) { in doConnection()
436 serverCon = scon; in doConnection()
[all …]

Completed in 9 milliseconds