Searched refs:s_time (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 617 long bytes, clock_t *s_time, clock_t *c_time); 618 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time, 911 clock_t s_time = 0, c_time = 0; in main() local 1810 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time); in main() 1815 bytes, &s_time, &c_time); in main() 1819 bytes, &s_time, &c_time); in main() 1885 (double)s_time / CLOCKS_PER_SEC, in main() 1891 (double)s_time, (double)c_time); in main() 1921 clock_t *s_time, clock_t *c_time) in doit_localhost() argument 2153 *s_time += (clock() - s_clock); in doit_localhost() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmds.pod.in | 47 s_time, 128 L<openssl-s_time(1)>,
|
H A D | openssl-s_time.pod.in | 6 openssl-s_time - SSL/TLS performance timing program 10 B<openssl> B<s_time> 142 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
|
H A D | build.info | 52 DEPEND[openssl-s_time.pod]=../perlvars.pm
|
H A D | openssl.pod | 252 =item B<s_time> 571 The B<no_*> options do not work with B<s_time> and B<ciphers> commands but work with 711 L<openssl-s_time(1)>,
|
H A D | openssl-verification-options.pod | 239 chain (for example with L<openssl-s_time(1)>).
|
/freebsd/secure/usr.bin/openssl/ |
H A D | Makefile.man | 47 MAN+= openssl-s_time.1
|
H A D | Makefile | 21 SRCS+= rand.c rehash.c req.c rsa.c rsautl.c s_client.c s_server.c s_time.c
|
/freebsd/contrib/tcsh/ |
H A D | sh.proc.c | 1272 time_t u_time, s_time; in ptprint() 1279 clock_t u_time, s_time; in ptprint() 1286 s_time = zs_time; in ptprint() 1290 s_time += pp->p_stime; in ptprint() 1300 rts.tms_stime = s_time; in ptprint()
|
/freebsd/crypto/openssl/apps/ |
H A D | build.info | 19 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 2741 u_long s_time; in parse_statistics() local 2744 percent = s_time = PARSE_STATETIME(parse, i); in parse_statistics() 2757 if (s_time) in parse_statistics() 2761 l_mktime(s_time), in parse_statistics() 3660 u_long s_time; in parse_control() local 3664 percent = s_time = PARSE_STATETIME(parse, i); in parse_control() 3677 if (s_time) in parse_control() 3686 l_mktime(s_time), in parse_control() 3693 sum += s_time; in parse_control()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_freebsd.h | 703 uint32_t s_time; member
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 271 DEPEND[html/man1/openssl-s_time.html]=man1/openssl-s_time.pod 272 GENERATE[html/man1/openssl-s_time.html]=man1/openssl-s_time.pod 273 DEPEND[man/man1/openssl-s_time.1]=man1/openssl-s_time.pod 274 GENERATE[man/man1/openssl-s_time.1]=man1/openssl-s_time.pod 275 DEPEND[man1/openssl-s_time.pod]{pod}=man1/openssl-s_time.pod.in 276 GENERATE[man1/openssl-s_time.pod]=man1/openssl-s_time.pod.in 396 html/man1/openssl-s_time.html \ 456 man/man1/openssl-s_time.1 \
|