Searched refs:rec_epoch (Results 1 – 1 of 1) sorted by relevance
3727 uint32_t rec_epoch; in ssl_parse_record_header() local3882 rec_epoch = MBEDTLS_GET_UINT16_BE(rec->ctr, 0); in ssl_parse_record_header()3898 if (rec_epoch != ssl->in_epoch) { in ssl_parse_record_header()3901 ssl->in_epoch, (unsigned long) rec_epoch)); in ssl_parse_record_header()3905 if (rec_epoch == (unsigned) ssl->in_epoch + 1) { in ssl_parse_record_header()3932 unsigned int rec_epoch = MBEDTLS_GET_UINT16_BE(ssl->in_ctr, 0); in ssl_check_client_reconnect() local3940 if (rec_epoch == 0 && in ssl_check_client_reconnect()4723 unsigned rec_epoch; in ssl_load_buffered_record() local4739 rec_epoch = hs->buffering.future_record.epoch; in ssl_load_buffered_record()4753 if (rec_epoch != ssl->in_epoch) { in ssl_load_buffered_record()