Searched refs:SetEncrypter (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc102 session()->connection()->SetEncrypter(
113 session()->connection()->SetEncrypter(
H A Dquic_crypto_client_stream.cc230 session()->connection()->SetEncrypter(
380 session()->connection()->SetEncrypter(
H A Dquic_framer.h335 void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);
H A Dquic_connection_test.cc1971 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
1975 connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
2006 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
2018 connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
2036 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
2040 connection_.SetEncrypter(ENCRYPTION_FORWARD_SECURE,
2060 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
2065 connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
2081 framer_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(tag));
2092 connection_.SetEncrypter(ENCRYPTION_INITIA
[all...]
H A Dquic_connection.h375 void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);
H A Dquic_connection.cc1410 void QuicConnection::SetEncrypter(EncryptionLevel level, function in class:net::QuicConnection
1412 framer_.SetEncrypter(level, encrypter);
H A Dquic_framer.cc1478 void QuicFramer::SetEncrypter(EncryptionLevel level, function in class:net::QuicFramer
H A Dquic_framer_test.cc322 framer_.SetEncrypter(ENCRYPTION_NONE, encrypter_);

Completed in 2280 milliseconds