Home | History | Annotate | Download | only in ssl

Lines Matching refs:DTLS1_BITMAP

171 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
172 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
173 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
561 DTLS1_BITMAP *bitmap;
1645 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap)
1668 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap)
1757 static DTLS1_BITMAP *
1854 memcpy(&(s->d1->bitmap), &(s->d1->next_bitmap), sizeof(DTLS1_BITMAP));
1855 memset(&(s->d1->next_bitmap), 0x00, sizeof(DTLS1_BITMAP));