Searched refs:alternative_decrypter (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc328 // alternative_decrypter will be NULL if the original alternative
331 if (session()->connection()->alternative_decrypter() == NULL) {
345 // alternative_decrypter will be NULL if the original alternative
348 if (session()->connection()->alternative_decrypter() != NULL) {
H A Dquic_framer.h331 const QuicDecrypter* alternative_decrypter() const;
H A Dquic_connection.h398 const QuicDecrypter* alternative_decrypter() const;
H A Dquic_connection.cc1437 const QuicDecrypter* QuicConnection::alternative_decrypter() const { function in class:net::QuicConnection
1438 return framer_.alternative_decrypter();
H A Dquic_framer.cc1474 const QuicDecrypter* QuicFramer::alternative_decrypter() const { function in class:net::QuicFramer
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.cc336 client->session()->connection()->alternative_decrypter());
344 server->session()->connection()->alternative_decrypter());

Completed in 197 milliseconds