Searched refs:dtls1_parse_fragment (Results 1 – 3 of 3) sorted by relevance
/ssl/ |
A D | d1_both.cc | 263 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_process_handshake_fragments() 483 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() function 743 if (!dtls1_parse_fragment(&cbs, &hdr, &body_cbs) || // in seal_next_record()
|
A D | d1_pkt.cc | 194 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_open_app_data()
|
A D | internal.h | 3541 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
|
Completed in 20 milliseconds