Searched defs: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)
253 if (bs->renegotiate_count > 0)
256 if (bs->byte_count > bs->renegotiate_count)
350 ret=bs->renegotiate_count;
352 bs->renegotiate_count=(unsigned long)num;
457 ((BIO_SSL *)dbio->ptr)->renegotiate_count=
458 ((BIO_SSL *)b->ptr)->renegotiate_count;

Completed in 96 milliseconds