Searched refs:DTLS1_BITMAP (Results 1 – 7 of 7) sorted by relevance
/openssl-master/ssl/record/ |
A 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);
|
A 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()
|
A D | record.h | 78 } DTLS1_BITMAP; typedef 104 DTLS1_BITMAP bitmap; 106 DTLS1_BITMAP next_bitmap;
|
A D | README.md | 21 dtls1_bitmap.c -> DTLS1_BITMAP component 63 | SSL3_BUFFER | | SSL3_RECORD | | DTLS1_BITMAP |
|
A D | rec_layer_d1.c | 234 DTLS1_BITMAP *bitmap; in dtls1_process_buffered_records() 999 DTLS1_BITMAP *dtls1_get_bitmap(SSL *s, SSL3_RECORD *rr, in dtls1_get_bitmap()
|
A D | ssl3_record.c | 1487 int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_process_record() 1690 DTLS1_BITMAP *bitmap; in dtls1_get_record()
|
/openssl-master/util/ |
A D | indent.pro | 191 -T DTLS1_BITMAP
|
Completed in 12 milliseconds