Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_crypto_client_stream.cc375 if (session()->connection()->alternative_decrypter() == NULL) { in DoHandshakeLoop()
392 if (session()->connection()->alternative_decrypter() != NULL) { in DoHandshakeLoop()
Dquic_framer.h347 const QuicDecrypter* alternative_decrypter() const;
Dquic_connection.h494 const QuicDecrypter* alternative_decrypter() const;
Dquic_connection.cc1664 const QuicDecrypter* QuicConnection::alternative_decrypter() const { in alternative_decrypter() function in net::QuicConnection
1665 return framer_.alternative_decrypter(); in alternative_decrypter()
Dquic_framer.cc1671 const QuicDecrypter* QuicFramer::alternative_decrypter() const { in alternative_decrypter() function in net::QuicFramer
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils.cc425 client->session()->connection()->alternative_decrypter()); in CompareClientAndServerKeys()
433 server->session()->connection()->alternative_decrypter()); in CompareClientAndServerKeys()