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

/external/openssl/ssl/
H A Dbio_ssl.c80 unsigned long renegotiate_count; member in struct:bio_ssl_st
174 if (sb->renegotiate_count > 0)
177 if (sb->byte_count > sb->renegotiate_count)
249 if (bs->renegotiate_count > 0)
252 if (bs->byte_count > bs->renegotiate_count)
342 ret=bs->renegotiate_count;
344 bs->renegotiate_count=(unsigned long)num;
443 ((BIO_SSL *)dbio->ptr)->renegotiate_count=
444 ((BIO_SSL *)b->ptr)->renegotiate_count;

Completed in 38 milliseconds