Home | History | Annotate | Download | only in quic

Lines Matching refs:decrypter

329   // SetDecrypter sets the primary decrypter, replacing any that already exists,
330 // and takes ownership. If an alternative decrypter is in place then the
332 // packets will be using the new decrypter and the previous decrypter is now
333 // obsolete. |level| indicates the encryption level of the new decrypter.
334 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
336 // SetAlternativeDecrypter sets a decrypter that may be used to decrypt
338 // level of the decrypter. If |latch_once_used| is true, then the first time
339 // that the decrypter is successful it will replace the primary decrypter.
340 // Otherwise both decrypters will remain active and the primary decrypter
342 void SetAlternativeDecrypter(QuicDecrypter* decrypter,
346 const QuicDecrypter* decrypter() const;
517 // Primary decrypter used to decrypt packets during parsing.
519 // Alternative decrypter that can also be used to decrypt packets.
527 // decrypter.