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

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc372 // alternative_decrypter will be NULL if the original alternative
375 if (session()->connection()->alternative_decrypter() == NULL) {
389 // alternative_decrypter will be NULL if the original alternative
392 if (session()->connection()->alternative_decrypter() != NULL) {
H A Dquic_framer.h347 const QuicDecrypter* alternative_decrypter() const;
H A Dquic_connection.h494 const QuicDecrypter* alternative_decrypter() const;
H A Dquic_connection.cc1664 const QuicDecrypter* QuicConnection::alternative_decrypter() const { function in class:net::QuicConnection
1665 return framer_.alternative_decrypter();
H A Dquic_framer.cc1671 const QuicDecrypter* QuicFramer::alternative_decrypter() const { function in class:net::QuicFramer
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.cc425 client->session()->connection()->alternative_decrypter());
433 server->session()->connection()->alternative_decrypter());

Completed in 72 milliseconds