Searched refs:epoch (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ddtls1.h128 unsigned short epoch; member in struct:dtls1_retransmit_state
162 unsigned short epoch; member in struct:record_pqueue_st
181 * The current data and handshake epoch. This is initially
188 /* records being received in the current epoch */
H A Dd1_both.c1189 frag->msg_header.saved_retransmit_state.epoch = s->d1->w_epoch;
1266 saved_state.epoch = s->d1->w_epoch;
1267 saved_state.epoch = s->d1->w_epoch;
1276 s->d1->w_epoch = frag->msg_header.saved_retransmit_state.epoch;
1278 if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1)
1292 s->d1->w_epoch = saved_state.epoch;
1294 if (frag->msg_header.saved_retransmit_state.epoch == saved_state.epoch - 1)
H A Dd1_pkt.c280 /* retrieve a buffered record that belongs to the new epoch, i.e., not processed
286 /* retrieve a buffered record that belongs to the current epoch, ie, processed */
299 /* Check if epoch is current. */
300 if (s->d1->unprocessed_rcds.epoch != s->d1->r_epoch)
314 /* sync epoch numbers once all the unprocessed records
316 s->d1->processed_rcds.epoch = s->d1->r_epoch;
317 s->d1->unprocessed_rcds.epoch = s->d1->r_epoch + 1;
536 /* The epoch may have changed. If so, process all the
571 /* sequence number is 64 bits, with top 2 bytes = epoch */
572 n2s(p,rr->epoch);
[all...]
H A Dssl3.h350 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
/barrelfish-master/include/openssl/
H A Ddtls1.h128 unsigned short epoch; member in struct:dtls1_retransmit_state
162 unsigned short epoch; member in struct:record_pqueue_st
181 * The current data and handshake epoch. This is initially
188 /* records being received in the current epoch */
H A Dssl3.h350 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
/barrelfish-master/doc/011-idc/
H A DIDC.tex1060 channel also contains an epoch flag. Every buffer entry has an epoch bit that is
1062 epoch is compared to the epoch bit of the buffer slot to be read. If it is the
1064 channel's epoch flag is flipped every time the counter wraps around.
1067 receivers's read position. Rather than flip epoch bits on a read (in order to

Completed in 95 milliseconds