Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_pkt.c184 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
185 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
828 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) { in dtls1_record_replay_check()
849 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) { in dtls1_record_bitmap_update()
919 memset(&s->d1->bitmap, 0, sizeof(DTLS1_BITMAP)); in dtls1_reset_seq_numbers()
Dinternal.h708 } DTLS1_BITMAP; typedef
748 DTLS1_BITMAP bitmap;