Home
last modified time | relevance | path

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

/openbsd/lib/libssl/
H A Dd1_pkt.c1090 uint16_t read_epoch, read_epoch_next; in dtls1_get_bitmap() local
1094 read_epoch = tls12_record_layer_read_epoch(s->rl); in dtls1_get_bitmap()
1095 read_epoch_next = read_epoch + 1; in dtls1_get_bitmap()
1098 if (rr->epoch == read_epoch) in dtls1_get_bitmap()