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

/openbsd-current/usr.bin/openssl/
H A DMakefile28 s_server.c s_socket.c s_time.c sess_id.c smime.c speed.c spkac.c ts.c \
/openbsd-current/regress/lib/libssl/ssl/
H A Dssltest.c318 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
435 clock_t s_time = 0, c_time = 0; local
719 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time,
741 (double)s_time/CLOCKS_PER_SEC,
749 (double)s_time,
774 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, argument
909 /* c_time and s_time increments will typically be very small
979 *s_time += (clock() - s_clock);
/openbsd-current/regress/usr.bin/openssl/
H A Dappstest.sh1750 # s_time
1751 start_message "s_time ... connect to TLS/SSL test server"
1752 $c_bin s_time -connect $host:$port -CApath $ca_dir -time 1 \

Completed in 181 milliseconds