Searched refs:s_time (Results 1 – 8 of 8) sorted by relevance
/openssl-master/test/ |
A D | ssl_old_test.c | 612 long bytes, clock_t *s_time, clock_t *c_time); 613 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time, 894 clock_t s_time = 0, c_time = 0; in main() local 1770 bytes, &s_time, &c_time); in main() 1774 bytes, &s_time, &c_time); in main() 1839 (double)s_time / CLOCKS_PER_SEC, in main() 1845 (double)s_time, (double)c_time); in main() 1877 clock_t *s_time, clock_t *c_time) in doit_localhost() argument 2109 *s_time += (clock() - s_clock); in doit_localhost() 2157 clock_t *s_time, clock_t *c_time) in doit_biopair() argument [all …]
|
/openssl-master/doc/man1/ |
A D | openssl-cmds.pod.in | 46 s_time, 126 L<openssl-s_time(1)>,
|
A D | openssl-s_time.pod.in | 6 openssl-s_time - SSL/TLS performance timing program 10 B<openssl> B<s_time> 141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
|
A D | build.info | 52 DEPEND[openssl-s_time.pod]=../perlvars.pm
|
A D | openssl.pod | 275 =item B<s_time> 812 L<openssl-s_time(1)>,
|
A D | openssl-verification-options.pod | 237 chain (for example with L<openssl-s_time(1)>).
|
/openssl-master/apps/ |
A D | build.info | 19 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c \
|
/openssl-master/doc/ |
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 \
|
Completed in 34 milliseconds