Searched refs:dtls1_parse_fragment (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_both.cc | 356 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_open_handshake() 459 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() function 674 if (!dtls1_parse_fragment(&cbs, &hdr, &body) || in seal_next_message()
|
D | d1_pkt.cc | 150 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_open_app_data()
|
D | internal.h | 2732 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,
|