Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dd1_both.cc541 static bool add_outgoing(SSL *ssl, bool is_ccs, Array<uint8_t> data) { in add_outgoing() function
583 return add_outgoing(ssl, false /* handshake */, std::move(data)); in dtls1_add_message()
587 return add_outgoing(ssl, true /* ChangeCipherSpec */, Array<uint8_t>()); in dtls1_add_change_cipher_spec()