Searched refs:DTLS1_BITMAP (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/ssl/record/ |
D | record_local.h | 42 DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, 51 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap); 52 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap); 125 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap);
|
D | dtls1_bitmap.c | 38 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check() 59 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update()
|
D | record.h | 78 } DTLS1_BITMAP; typedef 104 DTLS1_BITMAP bitmap; 106 DTLS1_BITMAP next_bitmap;
|
D | README.md | 21 dtls1_bitmap.c -> DTLS1_BITMAP component 63 | SSL3_BUFFER | | SSL3_RECORD | | DTLS1_BITMAP |
|
D | rec_layer_d1.c | 234 DTLS1_BITMAP *bitmap; in dtls1_process_buffered_records() 1003 DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, in dtls1_get_bitmap()
|
D | ssl3_record.c | 1502 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() 1705 DTLS1_BITMAP *bitmap; in dtls1_get_record()
|
/third_party/openssl/util/ |
D | indent.pro | 191 -T DTLS1_BITMAP
|