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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dbio_ssl.c79 unsigned long renegotiate_count; member in struct:bio_ssl_st
171 if (sb->renegotiate_count > 0) {
173 if (sb->byte_count > sb->renegotiate_count) {
244 if (bs->renegotiate_count > 0) {
246 if (bs->byte_count > bs->renegotiate_count) {
333 ret = bs->renegotiate_count;
335 bs->renegotiate_count = (unsigned long)num;
435 ((BIO_SSL *)dbio->ptr)->renegotiate_count =
436 ((BIO_SSL *)b->ptr)->renegotiate_count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dbio_ssl.c79 unsigned long renegotiate_count; member in struct:bio_ssl_st
171 if (sb->renegotiate_count > 0) {
173 if (sb->byte_count > sb->renegotiate_count) {
244 if (bs->renegotiate_count > 0) {
246 if (bs->byte_count > bs->renegotiate_count) {
333 ret = bs->renegotiate_count;
335 bs->renegotiate_count = (unsigned long)num;
435 ((BIO_SSL *)dbio->ptr)->renegotiate_count =
436 ((BIO_SSL *)b->ptr)->renegotiate_count;

Completed in 50 milliseconds