Searched refs:DTLS1_BITMAP (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | dtls1.h | 133 } DTLS1_BITMAP; typedef 195 DTLS1_BITMAP bitmap; 197 DTLS1_BITMAP next_bitmap;
|
| HD | d1_pkt.c | 209 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap); 210 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap); 211 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, 220 static int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap); 345 DTLS1_BITMAP *bitmap; in dtls1_process_buffered_records() 464 static int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() 653 DTLS1_BITMAP *bitmap; in dtls1_get_record() 1826 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check() 1847 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update() 1931 static DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, in dtls1_get_bitmap() [all …]
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | indent.pro | 217 -T DTLS1_BITMAP
|