Searched refs:alternative_decrypter (Results 1 – 6 of 6) sorted by relevance
375 if (session()->connection()->alternative_decrypter() == NULL) { in DoHandshakeLoop()392 if (session()->connection()->alternative_decrypter() != NULL) { in DoHandshakeLoop()
347 const QuicDecrypter* alternative_decrypter() const;
494 const QuicDecrypter* alternative_decrypter() const;
1664 const QuicDecrypter* QuicConnection::alternative_decrypter() const { in alternative_decrypter() function in net::QuicConnection1665 return framer_.alternative_decrypter(); in alternative_decrypter()
1671 const QuicDecrypter* QuicFramer::alternative_decrypter() const { in alternative_decrypter() function in net::QuicFramer
425 client->session()->connection()->alternative_decrypter()); in CompareClientAndServerKeys()433 server->session()->connection()->alternative_decrypter()); in CompareClientAndServerKeys()