Searched refs:empty_record_count (Results 1 – 2 of 2) sorted by relevance
317 ssl->s3->empty_record_count++; in tls_open_record()318 if (ssl->s3->empty_record_count > kMaxEmptyRecords) { in tls_open_record()326 ssl->s3->empty_record_count = 0; in tls_open_record()
1593 uint8_t empty_record_count; in OPENSSL_MSVC_PRAGMA() member