Home
last modified time | relevance | path

Searched refs:rec_epoch (Results 1 – 1 of 1) sorted by relevance

/mbedtls-3.7.0/library/
Dssl_msg.c3727 uint32_t rec_epoch; in ssl_parse_record_header() local
3882 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() local
3940 if (rec_epoch == 0 && in ssl_check_client_reconnect()
4723 unsigned rec_epoch; in ssl_load_buffered_record() local
4739 rec_epoch = hs->buffering.future_record.epoch; in ssl_load_buffered_record()
4753 if (rec_epoch != ssl->in_epoch) { in ssl_load_buffered_record()