HomeSort by relevance Sort by last modified time
    Searched refs:empty_record_count (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
tls_record.cc 272 ssl->s3->empty_record_count++;
273 if (ssl->s3->empty_record_count > kMaxEmptyRecords) {
346 ssl->s3->empty_record_count++;
347 if (ssl->s3->empty_record_count > kMaxEmptyRecords) {
355 ssl->s3->empty_record_count = 0;
internal.h 2244 uint8_t empty_record_count = 0; member in struct:bssl::SSL3_STATE
    [all...]

Completed in 252 milliseconds