Home
last modified time | relevance | path

Searched refs:outgoing_offset (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dd1_both.c502 ssl->d1->outgoing_offset = 0; in dtls_clear_outgoing_messages()
664 !CBS_skip(&body, ssl->d1->outgoing_offset) || in seal_next_message()
687 !CBB_add_u24(&cbb, ssl->d1->outgoing_offset) || in seal_next_message()
705 ssl->d1->outgoing_offset = 0; in seal_next_message()
709 ssl->d1->outgoing_offset += todo; in seal_next_message()
771 uint32_t old_offset = ssl->d1->outgoing_offset; in dtls1_flush_flight()
782 ssl->d1->outgoing_offset = old_offset; in dtls1_flush_flight()
807 ssl->d1->outgoing_offset = 0; in dtls1_retransmit_outgoing_messages()
Dinternal.h1795 uint32_t outgoing_offset; in OPENSSL_MSVC_PRAGMA() member