Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_msg.c3478 size_t sid_len, cookie_len, epoch, fragment_offset; in mbedtls_ssl_check_dtls_clihlo_cookie() local
3515 epoch = MBEDTLS_GET_UINT16_BE(in, 3); in mbedtls_ssl_check_dtls_clihlo_cookie()
3518 if (in[0] != MBEDTLS_SSL_MSG_HANDSHAKE || epoch != 0 || in mbedtls_ssl_check_dtls_clihlo_cookie()
3522 in[0], (unsigned) epoch, in mbedtls_ssl_check_dtls_clihlo_cookie()
4739 rec_epoch = hs->buffering.future_record.epoch; in ssl_load_buffered_record()
4818 hs->buffering.future_record.epoch = ssl->in_epoch + 1; in ssl_buffer_future_record()
Dssl_misc.h858 unsigned epoch; member