Home | History | Annotate | Download | only in ssl

Lines Matching refs:c_time

310 int doit_biopair(SSL *s_ssl,SSL *c_ssl,long bytes,clock_t *s_time,clock_t *c_time);
543 clock_t s_time = 0, c_time = 0;
1105 ret=doit_biopair(s_ssl,c_ssl,bytes,&s_time,&c_time);
1126 (double)c_time/CLOCKS_PER_SEC);
1134 (double)c_time);
1164 clock_t *s_time, clock_t *c_time)
1311 /* c_time and s_time increments will typically be very small
1319 *c_time += (clock() - c_clock);