Home | History | Annotate | Download | only in quic

Lines Matching defs:decrypter

1459 void QuicFramer::SetDecrypter(QuicDecrypter* decrypter) {
1461 decrypter_.reset(decrypter);
1464 void QuicFramer::SetAlternativeDecrypter(QuicDecrypter* decrypter,
1466 alternative_decrypter_.reset(decrypter);
1470 const QuicDecrypter* QuicFramer::decrypter() const {
1568 // Switch to the alternative decrypter and latch so that we cannot
1572 // Switch the alternative decrypter so that we use it first next time.