/external/chromium_org/net/quic/crypto/ |
D | crypto_handshake_message.cc | 21 CryptoHandshakeMessage::CryptoHandshakeMessage() in CryptoHandshakeMessage() function in net::CryptoHandshakeMessage 25 CryptoHandshakeMessage::CryptoHandshakeMessage( in CryptoHandshakeMessage() function in net::CryptoHandshakeMessage 26 const CryptoHandshakeMessage& other) in CryptoHandshakeMessage() 34 CryptoHandshakeMessage::~CryptoHandshakeMessage() {} in ~CryptoHandshakeMessage() 36 CryptoHandshakeMessage& CryptoHandshakeMessage::operator=( in operator =() 37 const CryptoHandshakeMessage& other) { in operator =() 47 void CryptoHandshakeMessage::Clear() { in Clear() 54 const QuicData& CryptoHandshakeMessage::GetSerialized() const { in GetSerialized() 61 void CryptoHandshakeMessage::MarkDirty() { in MarkDirty() 65 void CryptoHandshakeMessage::SetTaglist(QuicTag tag, ...) { in SetTaglist() [all …]
|
D | crypto_handshake_message.h | 20 class NET_EXPORT_PRIVATE CryptoHandshakeMessage { 22 CryptoHandshakeMessage(); 23 CryptoHandshakeMessage(const CryptoHandshakeMessage& other); 24 ~CryptoHandshakeMessage(); 26 CryptoHandshakeMessage& operator=(const CryptoHandshakeMessage& other);
|
D | crypto_server_test.cc | 96 scoped_ptr<CryptoHandshakeMessage> msg( in SetUp() 112 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message( in SetUp() 158 virtual void RunImpl(const CryptoHandshakeMessage& client_hello, in RunImpl() 182 void CheckServerHello(const CryptoHandshakeMessage& server_hello) { in CheckServerHello() 199 void ShouldSucceed(const CryptoHandshakeMessage& message) { in ShouldSucceed() 206 const CryptoHandshakeMessage& message, in RunValidate() 212 const CryptoHandshakeMessage& message) { in ShouldFailMentioning() 219 const CryptoHandshakeMessage& message, in ShouldFailMentioning() 226 void ProcessValidationResult(const CryptoHandshakeMessage& message, in ProcessValidationResult() 249 CryptoHandshakeMessage InchoateClientHello(const char* message_tag, ...) { in InchoateClientHello() [all …]
|
D | quic_crypto_client_config.h | 23 class CryptoHandshakeMessage; variable 52 const CryptoHandshakeMessage* GetServerConfig() const; 128 mutable scoped_ptr<CryptoHandshakeMessage> scfg_; 157 CryptoHandshakeMessage* out) const; 181 CryptoHandshakeMessage* out, 191 QuicErrorCode ProcessRejection(const CryptoHandshakeMessage& rej, 206 QuicErrorCode ProcessServerHello(const CryptoHandshakeMessage& server_hello, 219 const CryptoHandshakeMessage& server_update, 277 const CryptoHandshakeMessage& message,
|
D | crypto_framer_test.cc | 42 const CryptoHandshakeMessage& message) OVERRIDE { in OnHandshakeMessage() 49 vector<CryptoHandshakeMessage> messages_; 53 CryptoHandshakeMessage message; in TEST() 98 CryptoHandshakeMessage message; in TEST() 136 CryptoHandshakeMessage message; in TEST() 163 CryptoHandshakeMessage message; in TEST() 175 CryptoHandshakeMessage message; in TEST() 215 CryptoHandshakeMessage message; in TEST() 285 const CryptoHandshakeMessage& message = visitor.messages_[0]; in TEST() 332 const CryptoHandshakeMessage& message = visitor.messages_[0]; in TEST() [all …]
|
D | quic_crypto_server_config.h | 27 class CryptoHandshakeMessage; variable 68 virtual void RunImpl(const CryptoHandshakeMessage& client_hello, 130 CryptoHandshakeMessage* AddConfig(QuicServerConfigProtobuf* protobuf, 136 CryptoHandshakeMessage* AddDefaultConfig( 173 const CryptoHandshakeMessage& client_hello, 212 CryptoHandshakeMessage* out, 227 CryptoHandshakeMessage* out) const; 387 const CryptoHandshakeMessage& client_hello, 391 CryptoHandshakeMessage* out) const;
|
D | crypto_framer.h | 34 const CryptoHandshakeMessage& message) = 0; 48 static CryptoHandshakeMessage* ParseMessage(base::StringPiece in); 71 const CryptoHandshakeMessage& message); 102 CryptoHandshakeMessage message_;
|
D | crypto_framer.cc | 32 const CryptoHandshakeMessage& message) OVERRIDE { in OnHandshakeMessage() 33 out_.reset(new CryptoHandshakeMessage(message)); in OnHandshakeMessage() 38 CryptoHandshakeMessage* release() { return out_.release(); } in release() 41 scoped_ptr<CryptoHandshakeMessage> out_; 57 CryptoHandshakeMessage* CryptoFramer::ParseMessage(StringPiece in) { in ParseMessage() 86 const CryptoHandshakeMessage& message) { in ConstructHandshakeMessage()
|
D | quic_crypto_client_config.cc | 82 const CryptoHandshakeMessage* scfg = GetServerConfig(); in IsComplete() 111 const CryptoHandshakeMessage* 130 scoped_ptr<CryptoHandshakeMessage> new_scfg_storage; in SetServerConfig() 131 const CryptoHandshakeMessage* new_scfg; in SetServerConfig() 342 CryptoHandshakeMessage* out) const { in FillInchoateClientHello() 399 CryptoHandshakeMessage* out, in FillClientHello() 406 const CryptoHandshakeMessage* scfg = cached->GetServerConfig(); in FillClientHello() 499 CryptoHandshakeMessage cetv; in FillClientHello() 579 const CryptoHandshakeMessage& message, in CacheNewServerConfig() 636 const CryptoHandshakeMessage& rej, in ProcessRejection() [all …]
|
D | quic_crypto_client_config_test.cc | 72 CryptoHandshakeMessage msg; in TEST() 95 CryptoHandshakeMessage msg; in TEST() 110 CryptoHandshakeMessage msg; in TEST() 127 CryptoHandshakeMessage chlo; in TEST() 157 CryptoHandshakeMessage msg; in TEST()
|
D | quic_crypto_server_config.cc | 93 Result(const CryptoHandshakeMessage& in_client_hello, in Result() 101 CryptoHandshakeMessage client_hello; 262 CryptoHandshakeMessage msg; in GenerateConfig() 362 CryptoHandshakeMessage* QuicCryptoServerConfig::AddConfig( in AddConfig() 365 scoped_ptr<CryptoHandshakeMessage> msg( in AddConfig() 397 CryptoHandshakeMessage* QuicCryptoServerConfig::AddDefaultConfig( in AddDefaultConfig() 485 const CryptoHandshakeMessage& client_hello, in ValidateClientHello() 536 CryptoHandshakeMessage* out, in ProcessClientHello() 540 const CryptoHandshakeMessage& client_hello = in ProcessClientHello() 670 CryptoHandshakeMessage client_hello_copy(client_hello); in ProcessClientHello() [all …]
|
/external/chromium_org/net/quic/ |
D | quic_config.h | 20 class CryptoHandshakeMessage; variable 47 virtual void ToHandshakeMessage(CryptoHandshakeMessage* out) const = 0; 52 const CryptoHandshakeMessage& peer_hello, 92 virtual void ToHandshakeMessage(CryptoHandshakeMessage* out) const OVERRIDE; 99 const CryptoHandshakeMessage& peer_hello, 126 virtual void ToHandshakeMessage(CryptoHandshakeMessage* out) const OVERRIDE; 132 const CryptoHandshakeMessage& peer_hello, 140 QuicErrorCode ReadVector(const CryptoHandshakeMessage& msg, 169 virtual void ToHandshakeMessage(CryptoHandshakeMessage* out) const OVERRIDE; 173 const CryptoHandshakeMessage& peer_hello, [all …]
|
D | quic_crypto_server_stream.h | 18 class CryptoHandshakeMessage; variable 63 const CryptoHandshakeMessage& message) OVERRIDE; 86 const CryptoHandshakeMessage& message, 88 CryptoHandshakeMessage* reply, 105 virtual void RunImpl(const CryptoHandshakeMessage& client_hello, 118 const CryptoHandshakeMessage& message,
|
D | quic_crypto_stream.h | 17 class CryptoHandshakeMessage; variable 39 const CryptoHandshakeMessage& message) OVERRIDE; 47 void SendHandshakeMessage(const CryptoHandshakeMessage& message); 50 void SendHandshakeMessage(const CryptoHandshakeMessage& message,
|
D | quic_crypto_stream_test.cc | 33 const CryptoHandshakeMessage& message) OVERRIDE { in OnHandshakeMessage() 37 vector<CryptoHandshakeMessage>* messages() { in messages() 42 vector<CryptoHandshakeMessage> messages_; 68 CryptoHandshakeMessage message_; 85 const CryptoHandshakeMessage& message = (*stream_.messages())[0]; in TEST_F()
|
D | quic_crypto_server_stream.cc | 50 const CryptoHandshakeMessage& message) { in OnHandshakeMessage() 82 const CryptoHandshakeMessage& message, in FinishProcessingHandshakeMessage() 89 CryptoHandshakeMessage reply; in FinishProcessingHandshakeMessage() 166 CryptoHandshakeMessage server_config_update_message; in SendServerConfigUpdate() 221 const CryptoHandshakeMessage& message, in ProcessClientHello() 223 CryptoHandshakeMessage* reply, in ProcessClientHello() 248 const CryptoHandshakeMessage& client_hello, in RunImpl()
|
D | quic_config_test.cc | 44 CryptoHandshakeMessage msg; in TEST_F() 102 CryptoHandshakeMessage msg; in TEST_F() 153 CryptoHandshakeMessage msg; in TEST_F() 182 CryptoHandshakeMessage msg; in TEST_F() 201 CryptoHandshakeMessage msg; in TEST_F() 218 CryptoHandshakeMessage msg; in TEST_F() 229 CryptoHandshakeMessage msg; in TEST_F() 245 CryptoHandshakeMessage msg; in TEST_F() 260 CryptoHandshakeMessage msg; in TEST_F() 275 CryptoHandshakeMessage msg; in TEST_F()
|
D | quic_config.cc | 23 QuicErrorCode ReadUint32(const CryptoHandshakeMessage& msg, in ReadUint32() 86 CryptoHandshakeMessage* out) const { in ToHandshakeMessage() 95 const CryptoHandshakeMessage& peer_hello, in ProcessPeerHello() 143 void QuicNegotiableTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { in ToHandshakeMessage() 154 const CryptoHandshakeMessage& msg, in ReadVector() 180 const CryptoHandshakeMessage& peer_hello, in ProcessPeerHello() 255 void QuicFixedUint32::ToHandshakeMessage(CryptoHandshakeMessage* out) const { in ToHandshakeMessage() 262 const CryptoHandshakeMessage& peer_hello, in ProcessPeerHello() 323 void QuicFixedTag::ToHandshakeMessage(CryptoHandshakeMessage* out) const { in ToHandshakeMessage() 330 const CryptoHandshakeMessage& peer_hello, in ProcessPeerHello() [all …]
|
D | quic_crypto_stream.cc | 43 const CryptoHandshakeMessage& message) { in OnHandshakeMessage() 62 const CryptoHandshakeMessage& message) { in SendHandshakeMessage() 67 const CryptoHandshakeMessage& message, in SendHandshakeMessage()
|
D | quic_crypto_client_stream.h | 36 const CryptoHandshakeMessage& message) OVERRIDE; 116 const CryptoHandshakeMessage& server_config_update); 120 void DoHandshakeLoop(const CryptoHandshakeMessage* in);
|
D | quic_connection_logger.h | 21 class CryptoHandshakeMessage; variable 78 const CryptoHandshakeMessage& message); 80 const CryptoHandshakeMessage& message);
|
D | quic_crypto_client_stream_test.cc | 55 CryptoHandshakeMessage message_; 175 CryptoHandshakeMessage server_config_update; in TEST_F() 196 CryptoHandshakeMessage server_config_update; in TEST_F()
|
D | quic_crypto_client_stream.cc | 100 const CryptoHandshakeMessage& message) { in OnHandshakeMessage() 143 const CryptoHandshakeMessage& server_config_update) { in HandleServerConfigUpdateMessage() 177 const CryptoHandshakeMessage* in) { in DoHandshakeLoop() 178 CryptoHandshakeMessage out; in DoHandshakeLoop() 546 const CryptoHandshakeMessage* scfg = cached->GetServerConfig(); in RequiresChannelID()
|
/external/chromium_org/net/quic/test_tools/ |
D | crypto_test_utils.cc | 47 const CryptoHandshakeMessage& message) OVERRIDE { in OnHandshakeMessage() 55 const vector<CryptoHandshakeMessage>& messages() const { in messages() 61 vector<CryptoHandshakeMessage> messages_; 107 for (vector<CryptoHandshakeMessage>::const_iterator in MovePackets() 281 scoped_ptr<CryptoHandshakeMessage> scfg( in SetupCryptoServerConfigForTest() 344 string CryptoTestUtils::GetValueForTag(const CryptoHandshakeMessage& message, in GetValueForTag() 566 CryptoHandshakeMessage CryptoTestUtils::Message(const char* message_tag, ...) { in Message() 570 CryptoHandshakeMessage message = BuildMessage(message_tag, ap); in Message() 576 CryptoHandshakeMessage CryptoTestUtils::BuildMessage(const char* message_tag, in BuildMessage() 578 CryptoHandshakeMessage msg; in BuildMessage() [all …]
|
D | crypto_test_utils.h | 119 static std::string GetValueForTag(const CryptoHandshakeMessage& message, 164 static CryptoHandshakeMessage Message(const char* message_tag, ...); 170 static CryptoHandshakeMessage BuildMessage(const char* message_tag,
|