Searched refs:dtls1_parse_fragment (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/ |
D | d1_both.cc | 343 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()
|
D | d1_pkt.cc | 228 if (!dtls1_parse_fragment(&cbs, &msg_hdr, &body)) { in dtls1_read_app_data()
|
D | internal.h | 2257 int dtls1_parse_fragment(CBS *cbs, struct hm_header_st *out_hdr, in OPENSSL_MSVC_PRAGMA()
|