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

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dbio_ssl.c83 unsigned long last_time; member in struct:bio_ssl_st
190 if (tm > sb->last_time+sb->renegotiate_timeout)
192 sb->last_time=tm;
265 if (tm > bs->last_time+bs->renegotiate_timeout)
267 bs->last_time=tm;
339 bs->last_time=(unsigned long)time(NULL);
451 ((BIO_SSL *)dbio->ptr)->last_time=
452 ((BIO_SSL *)b->ptr)->last_time;

Completed in 8 milliseconds