Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
Ddtls_local.h78 } DTLS1_BITMAP; typedef
151 DTLS1_BITMAP bitmap;
154 DTLS1_BITMAP next_bitmap;
Dd1_pkt.c182 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap,
184 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap,
186 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD_INTERNAL *rr,
412 DTLS1_BITMAP *bitmap; in dtls1_get_record()
1047 dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap, in dtls1_record_replay_check()
1066 dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap, in dtls1_record_bitmap_update()
1087 static DTLS1_BITMAP *
1114 memcpy(&(s->d1->bitmap), &(s->d1->next_bitmap), sizeof(DTLS1_BITMAP)); in dtls1_reset_read_seq_numbers()
1115 memset(&(s->d1->next_bitmap), 0, sizeof(DTLS1_BITMAP)); in dtls1_reset_read_seq_numbers()