Home
last modified time | relevance | path

Searched refs:QuicEncrypter (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dquic_encrypter.h13 class NET_EXPORT_PRIVATE QuicEncrypter {
15 virtual ~QuicEncrypter() {} in ~QuicEncrypter()
17 static QuicEncrypter* Create(QuicTag algorithm);
Dquic_encrypter.cc15 QuicEncrypter* QuicEncrypter::Create(QuicTag algorithm) { in Create()
Dcrypto_handshake.h20 class QuicEncrypter; variable
89 scoped_ptr<QuicEncrypter> encrypter;
Dcrypto_secret_boxer.cc44 scoped_ptr<QuicEncrypter> encrypter(QuicEncrypter::Create(kAESG)); in Box()
Dnull_encrypter.h17 class NET_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter {
Daead_base_encrypter.h26 class NET_EXPORT_PRIVATE AeadBaseEncrypter : public QuicEncrypter {
Dcrypto_utils.cc89 crypters->encrypter.reset(QuicEncrypter::Create(aead)); in DeriveKeys()
Dquic_crypto_server_config.h33 class QuicEncrypter; variable
/external/chromium_org/net/quic/
Dquic_framer.h26 class QuicEncrypter; variable
351 void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);
352 const QuicEncrypter* encrypter(EncryptionLevel level) const;
530 scoped_ptr<QuicEncrypter> encrypter_[NUM_ENCRYPTION_LEVELS];
Dquic_connection.h52 class QuicEncrypter; variable
469 void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);
470 const QuicEncrypter* encrypter(EncryptionLevel level) const;
Dquic_connection.cc44 class QuicEncrypter;
1636 QuicEncrypter* encrypter) { in SetEncrypter()
1640 const QuicEncrypter* QuicConnection::encrypter(EncryptionLevel level) const { in encrypter()
Dquic_framer.cc167 QuicEncrypter::Create(kNULL)); in QuicFramer()
1676 QuicEncrypter* encrypter) { in SetEncrypter()
1682 const QuicEncrypter* QuicFramer::encrypter(EncryptionLevel level) const { in encrypter()
Dquic_framer_test.cc104 class TestEncrypter : public QuicEncrypter {
Dquic_connection_test.cc87 class TaggingEncrypter : public QuicEncrypter {
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils.cc418 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()