Home
last modified time | relevance | path

Searched refs:buffering (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_msg.c2698 ssl->handshake->buffering.seen_ccs = 0; in mbedtls_ssl_recv_flight_completed()
3335 for (offset = 0, hs_buf = &hs->buffering.hs[0]; in mbedtls_ssl_update_handshake_status()
4294 if (!hs->buffering.seen_ccs) { in ssl_load_buffered_message()
4309 hs->buffering.seen_ccs = 0; in ssl_load_buffered_message()
4318 hs_buf = &hs->buffering.hs[offset]; in ssl_load_buffered_message()
4330 hs_buf = &hs->buffering.hs[0]; in ssl_load_buffered_message()
4380 hs->buffering.total_bytes_buffered)) { in ssl_buffer_make_space()
4399 hs->buffering.total_bytes_buffered)) { in ssl_buffer_make_space()
4424 hs->buffering.seen_ccs = 1; in ssl_buffer_message()
4457 hs_buf = &hs->buffering.hs[recv_msg_seq_offset]; in ssl_buffer_message()
[all …]
Dssl_misc.h861 } buffering; member
/openthread-3.7.0/src/cli/
DREADME_TCP.md180 - mode: this specifies the buffering strategy and whether to use TLS. The possible values are "link…
183 …d not be used and specify a buffering strategy to use with TCP; two endpoints of a TCP connection …
185 …cular" buffering are identical, but the option is provided so that users of TCP can inspect the co…
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog1128 * Add the platform function mbedtls_setbuf() to allow buffering to be
3113 * Zeroize memory used for buffering or reassembling handshake messages
3184 * Add support for buffering out-of-order handshake messages in DTLS.
3228 * Add support for buffering of out-of-order handshake messages.