Home | History | Annotate | Download | only in ssl

Lines Matching full:r_epoch

260         if (s->d1->unprocessed_rcds.epoch != s->d1->r_epoch)
276 s->d1->processed_rcds.epoch = s->d1->r_epoch;
277 s->d1->unprocessed_rcds.epoch = s->d1->r_epoch + 1;
1119 if( rr->epoch != s->d1->r_epoch)
1713 if (rr->epoch == s->d1->r_epoch)
1717 else if (rr->epoch == (unsigned long)(s->d1->r_epoch + 1) &&
1802 s->d1->r_epoch++;