Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_both.c497 OPENSSL_free(ssl->d1->outgoing_messages[i].data); in dtls_clear_outgoing_messages()
498 ssl->d1->outgoing_messages[i].data = NULL; in dtls_clear_outgoing_messages()
563 &ssl->d1->outgoing_messages[ssl->d1->outgoing_messages_len]; in add_outgoing()
625 assert(msg == &ssl->d1->outgoing_messages[ssl->d1->outgoing_written]); in seal_next_message()
724 &ssl->d1->outgoing_messages[ssl->d1->outgoing_written]; in seal_next_packet()
Dinternal.h1787 DTLS_OUTGOING_MESSAGE outgoing_messages[SSL_MAX_HANDSHAKE_FLIGHT]; in OPENSSL_MSVC_PRAGMA() member