Home
last modified time | relevance | path

Searched refs:dtls1_parse_fragment (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dd1_both.cc356 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()
Dd1_pkt.cc150 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_open_app_data()
Dinternal.h2732 bool dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr,