Lines Matching refs:rec_epoch
3727 uint32_t rec_epoch;
3882 rec_epoch = MBEDTLS_GET_UINT16_BE(rec->ctr, 0);
3898 if (rec_epoch != ssl->in_epoch) {
3901 ssl->in_epoch, (unsigned long) rec_epoch));
3905 if (rec_epoch == (unsigned) ssl->in_epoch + 1) {
3932 unsigned int rec_epoch = MBEDTLS_GET_UINT16_BE(ssl->in_ctr, 0);
3940 if (rec_epoch == 0 &&
4723 unsigned rec_epoch;
4739 rec_epoch = hs->buffering.future_record.epoch;
4753 if (rec_epoch != ssl->in_epoch) {