Searched refs:empty_record_count (Results 1 – 2 of 2) sorted by relevance
239 ssl->s3->empty_record_count++; in tls_open_record()240 if (ssl->s3->empty_record_count > kMaxEmptyRecords) { in tls_open_record()248 ssl->s3->empty_record_count = 0; in tls_open_record()
3977 uint8_t empty_record_count; member