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

/freebsd-9.3-release/crypto/openssl/ssl/
H A Ddtls1.h114 } DTLS1_BITMAP; typedef in typeref:struct:dtls1_bitmap_st
176 DTLS1_BITMAP bitmap;
178 DTLS1_BITMAP next_bitmap;
H A Dd1_pkt.c127 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap);
128 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap);
129 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr,
137 static int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap);
252 DTLS1_BITMAP *bitmap;
367 static int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap)
555 DTLS1_BITMAP *bitmap;
1581 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap)
1633 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap)
1743 static DTLS1_BITMAP *dtls1_get_bitma
[all...]

Completed in 55 milliseconds