Searched refs:reassembly (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_dtls.c | 56 static hm_fragment *dtls1_hm_fragment_new(size_t frag_len, int reassembly) in dtls1_hm_fragment_new() argument 79 if (reassembly) { in dtls1_hm_fragment_new() 89 frag->reassembly = bitmask; in dtls1_hm_fragment_new() 104 OPENSSL_free(frag->reassembly); in dtls1_hm_fragment_free() 556 if (frag->reassembly != NULL) in dtls1_retrieve_buffered_fragment() 644 if (frag->reassembly == NULL) { in dtls1_reassemble_fragment() 669 RSMBLY_BITMASK_MARK(frag->reassembly, (long)msg_hdr->frag_off, in dtls1_reassemble_fragment() 674 RSMBLY_BITMASK_IS_COMPLETE(frag->reassembly, (long)msg_hdr->msg_len, in dtls1_reassemble_fragment() 678 OPENSSL_free(frag->reassembly); in dtls1_reassemble_fragment() 679 frag->reassembly = NULL; in dtls1_reassemble_fragment()
|
/third_party/mbedtls/docs/architecture/ |
D | tls13-support.md | 200 encompassing low-level details such as record parsing, handshake reassembly, and 208 - Reader (Abstracted pointer arithmetic and reassembly logic for incoming data)
|
/third_party/lwip/ |
D | CHANGELOG | 268 * multiple fixes in IPv4 reassembly (leading to corrupted datagrams received) 622 (IPv6 and IPv4/v6 reassembly might not work yet) 836 * ip6_frag.h/.c: fixed bug bug #41009: IPv6 reassembly broken on 64-bit platforms: 913 * ip4_frag.c: fixed bug #38210 (ip reassembly while remove oldest datagram) 1137 * ip_frag.c, ip6_frag.c: fixed bug #41041 Potential use-after-free in IPv6 reassembly 2628 * ip_frag.c: fixed bug #24517: IP reassembly crashes on unaligned IP headers 2876 simultaneously and no static reassembly buffer is needed.
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 1874 unsigned char *reassembly; member
|
/third_party/node/doc/api/ |
D | dgram.md | 540 fragment reassembly buffer size is 1500 octets. The value of 68 octets is
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ChangeLog | 108 - fix message reassembly issue with unexpected fragment 475 * fixed EAP-IKEv2 fragmentation reassembly 2346 Phase 2 (inner EAP) fragment reassembly
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ChangeLog | 55 - fix message reassembly issue with unexpected fragment 422 * fixed EAP-IKEv2 fragmentation reassembly 2292 Phase 2 (inner EAP) fragment reassembly
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ChangeLog | 50 - fix message reassembly issue with unexpected fragment
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ChangeLog | 93 - fix message reassembly issue with unexpected fragment
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 2823 include lossless cropping of a JPEG image, lossless reassembly of a
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 2805 include lossless cropping of a JPEG image, lossless reassembly of a
|
/third_party/libjpeg-turbo/ |
D | libjpeg.txt | 2812 include lossless cropping of a JPEG image, lossless reassembly of a
|
/third_party/NuttX/ |
D | ReleaseNotes | 14652 design issue in that the reassembly buffer could be corrupted by 14654 reassembly buffers, each associated with the reassembly tag and source 14656 reassembly once it has started. 15251 reassembly now seems to work OK. 19262 reassembly buffer. The last two issues prevent use of this feature
|