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.cc343 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_process_handshake_record()
476 int dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in dtls1_parse_fragment() function
660 if (!dtls1_parse_fragment(&cbs, &hdr, &body) || in seal_next_message()
Dd1_pkt.cc228 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_read_app_data()
Dinternal.h2257 int dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in OPENSSL_MSVC_PRAGMA()