HomeSort by relevance Sort by last modified time
    Searched refs:CryptoFramer (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_framer.h 20 class CryptoFramer;
30 virtual void OnError(CryptoFramer* framer) = 0;
39 class NET_EXPORT_PRIVATE CryptoFramer {
41 CryptoFramer();
43 virtual ~CryptoFramer();
crypto_framer.cc 29 virtual void OnError(CryptoFramer* framer) OVERRIDE { error_ = true; }
47 CryptoFramer::CryptoFramer()
54 CryptoFramer::~CryptoFramer() {}
57 CryptoHandshakeMessage* CryptoFramer::ParseMessage(StringPiece in) {
59 CryptoFramer framer;
70 bool CryptoFramer::ProcessInput(StringPiece input) {
85 QuicData* CryptoFramer::ConstructHandshakeMessage(
188 void CryptoFramer::Clear()
    [all...]
crypto_framer_test.cc 36 virtual void OnError(CryptoFramer* framer) OVERRIDE {
37 DLOG(ERROR) << "CryptoFramer Error: " << framer->error();
89 CryptoFramer framer;
126 CryptoFramer framer;
153 CryptoFramer framer;
169 CryptoFramer framer;
205 CryptoFramer framer;
243 CryptoFramer framer;
254 CryptoFramer framer;
294 CryptoFramer framer
    [all...]
crypto_handshake_message.cc 56 serialized_.reset(CryptoFramer::ConstructHandshakeMessage(*this));
292 CryptoFramer::ParseMessage(it->second));
quic_crypto_server_config.cc 331 CryptoFramer::ConstructHandshakeMessage(msg));
345 scoped_ptr<QuicData> serialized(CryptoFramer::ConstructHandshakeMessage(msg));
366 CryptoFramer::ParseMessage(protobuf->config()));
701 scoped_ptr<CryptoHandshakeMessage> cetv(CryptoFramer::ParseMessage(
    [all...]
quic_crypto_client_config.cc 118 scfg_.reset(CryptoFramer::ParseMessage(server_config_));
134 new_scfg_storage.reset(CryptoFramer::ParseMessage(server_config));
crypto_server_test.cc 136 server_config_.reset(CryptoFramer::ParseMessage(scfg));
  /external/chromium_org/net/quic/
quic_crypto_stream.h 37 virtual void OnError(CryptoFramer* framer) OVERRIDE;
74 CryptoFramer crypto_framer_;
quic_crypto_stream.cc 37 void QuicCryptoStream::OnError(CryptoFramer* framer) {
quic_crypto_stream_test.cc 60 CryptoFramer framer;
quic_crypto_client_stream_test.cc 47 CryptoFramer framer;
181 CryptoFramer::ConstructHandshakeMessage(server_config_update));
199 CryptoFramer::ConstructHandshakeMessage(server_config_update));
quic_crypto_server_stream_test.cc 98 CryptoFramer framer;
quic_framer.cc 644 CryptoFramer::ParseMessage(reader_->ReadRemainingPayload()));
    [all...]
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 44 virtual void OnError(CryptoFramer* framer) OVERRIDE { error_ = true; }
73 CryptoFramer crypto_framer;
629 scoped_ptr<QuicData> bytes(CryptoFramer::ConstructHandshakeMessage(msg));
631 CryptoFramer::ParseMessage(bytes->AsStringPiece()));
quic_test_utils.cc 539 CryptoFramer crypto_framer;

Completed in 236 milliseconds