Searched refs:QuicEncrypter (Results 1 – 15 of 15) sorted by relevance
13 class NET_EXPORT_PRIVATE QuicEncrypter {15 virtual ~QuicEncrypter() {} in ~QuicEncrypter()17 static QuicEncrypter* Create(QuicTag algorithm);
15 QuicEncrypter* QuicEncrypter::Create(QuicTag algorithm) { in Create()
20 class QuicEncrypter; variable89 scoped_ptr<QuicEncrypter> encrypter;
44 scoped_ptr<QuicEncrypter> encrypter(QuicEncrypter::Create(kAESG)); in Box()
17 class NET_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter {
26 class NET_EXPORT_PRIVATE AeadBaseEncrypter : public QuicEncrypter {
89 crypters->encrypter.reset(QuicEncrypter::Create(aead)); in DeriveKeys()
33 class QuicEncrypter; variable
26 class QuicEncrypter; variable351 void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);352 const QuicEncrypter* encrypter(EncryptionLevel level) const;530 scoped_ptr<QuicEncrypter> encrypter_[NUM_ENCRYPTION_LEVELS];
52 class QuicEncrypter; variable469 void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);470 const QuicEncrypter* encrypter(EncryptionLevel level) const;
44 class QuicEncrypter;1636 QuicEncrypter* encrypter) { in SetEncrypter()1640 const QuicEncrypter* QuicConnection::encrypter(EncryptionLevel level) const { in encrypter()
167 QuicEncrypter::Create(kNULL)); in QuicFramer()1676 QuicEncrypter* encrypter) { in SetEncrypter()1682 const QuicEncrypter* QuicFramer::encrypter(EncryptionLevel level) const { in encrypter()
104 class TestEncrypter : public QuicEncrypter {
87 class TaggingEncrypter : public QuicEncrypter {
418 const QuicEncrypter* client_encrypter( in CompareClientAndServerKeys()422 const QuicEncrypter* client_forward_secure_encrypter( in CompareClientAndServerKeys()426 const QuicEncrypter* server_encrypter( in CompareClientAndServerKeys()430 const QuicEncrypter* server_forward_secure_encrypter( in CompareClientAndServerKeys()