Searched refs:rec_epoch (Results 1 – 1 of 1) sorted by relevance
3836 uint32_t rec_epoch; in ssl_parse_record_header() local3992 rec_epoch = MBEDTLS_GET_UINT16_BE(rec->ctr, 0); in ssl_parse_record_header()4008 if (rec_epoch != ssl->in_epoch) { in ssl_parse_record_header()4011 ssl->in_epoch, (unsigned long) rec_epoch)); in ssl_parse_record_header()4015 if (rec_epoch == (unsigned) ssl->in_epoch + 1) { in ssl_parse_record_header()4042 unsigned int rec_epoch = MBEDTLS_GET_UINT16_BE(ssl->in_ctr, 0); in ssl_check_client_reconnect() local4050 if (rec_epoch == 0 && in ssl_check_client_reconnect()4842 unsigned rec_epoch; in ssl_load_buffered_record() local4858 rec_epoch = hs->buffering.future_record.epoch; in ssl_load_buffered_record()4872 if (rec_epoch != ssl->in_epoch) { in ssl_load_buffered_record()