Searched refs:w_epoch (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/record/
H A Drecord.h100 unsigned short w_epoch; member in struct:dtls_record_layer_st
186 #define DTLS_RECORD_LAYER_get_w_epoch(rl) ((rl)->d->w_epoch)
H A Drec_layer_d1.c103 if (e == rl->d->w_epoch - 1) {
108 } else if (e == rl->d->w_epoch + 1) {
114 rl->d->w_epoch = e;
967 s2n(s->rlayer.d->w_epoch, pseq);
1058 s->rlayer.d->w_epoch++;

Completed in 105 milliseconds