Searched defs:ConstructHandshakeMessage (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_stream_test.cc56 ConstructHandshakeMessage();
59 void ConstructHandshakeMessage() { function in class:net::test::__anon9460::QuicCryptoStreamTest
61 message_data_.reset(framer.ConstructHandshakeMessage(message_));
H A Dquic_crypto_client_stream_test.cc46 void ConstructHandshakeMessage() { function in class:net::test::__anon9458::QuicCryptoClientStreamTest
48 message_data_.reset(framer.ConstructHandshakeMessage(message_));
77 ConstructHandshakeMessage();
85 ConstructHandshakeMessage();
181 CryptoFramer::ConstructHandshakeMessage(server_config_update));
199 CryptoFramer::ConstructHandshakeMessage(server_config_update));
H A Dquic_crypto_server_stream_test.cc97 void ConstructHandshakeMessage() { function in class:net::test::__anon9459::QuicCryptoServerStreamTest
99 message_data_.reset(framer.ConstructHandshakeMessage(message_));
235 ConstructHandshakeMessage();
241 ConstructHandshakeMessage();
/external/chromium_org/net/quic/crypto/
H A Dcrypto_framer.cc85 QuicData* CryptoFramer::ConstructHandshakeMessage( function in class:net::CryptoFramer

Completed in 83 milliseconds