HomeSort by relevance Sort by last modified time
    Searched refs:QuicDecrypter (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/net/quic/crypto/
quic_decrypter.cc 13 QuicDecrypter* QuicDecrypter::Create(QuicTag algorithm) {
quic_decrypter.h 14 class NET_EXPORT_PRIVATE QuicDecrypter {
16 virtual ~QuicDecrypter() {}
18 static QuicDecrypter* Create(QuicTag algorithm);
null_decrypter.h 14 // A NullDecrypter is a QuicDecrypter used before a crypto negotiation
17 class NET_EXPORT_PRIVATE NullDecrypter : public QuicDecrypter {
21 // QuicDecrypter implementation
aes_128_gcm_12_decrypter.h 23 // An Aes128Gcm12Decrypter is a QuicDecrypter that implements the
25 // calling QuicDecrypter::Create(kAESG).
29 class NET_EXPORT_PRIVATE Aes128Gcm12Decrypter : public QuicDecrypter {
42 // QuicDecrypter implementation
crypto_utils.cc 88 out->decrypter.reset(QuicDecrypter::Create(aead));
crypto_handshake.h 27 class QuicDecrypter;
154 scoped_ptr<QuicDecrypter> decrypter;
crypto_server_config.h 29 class QuicDecrypter;
  /external/chromium_org/net/quic/
quic_framer.h 25 class QuicDecrypter;
153 // QuicDecrypter for level ENCRYPTION_NONE.
301 void SetDecrypter(QuicDecrypter* decrypter);
308 void SetAlternativeDecrypter(QuicDecrypter* decrypter,
311 const QuicDecrypter* decrypter() const;
312 const QuicDecrypter* alternative_decrypter() const;
434 scoped_ptr<QuicDecrypter> decrypter_;
436 scoped_ptr<QuicDecrypter> alternative_decrypter_;
quic_connection.h 371 void SetDecrypter(QuicDecrypter* decrypter);
378 void SetAlternativeDecrypter(QuicDecrypter* decrypter,
381 const QuicDecrypter* decrypter() const;
382 const QuicDecrypter* alternative_decrypter() const;
quic_framer.cc 91 decrypter_(QuicDecrypter::Create(kNULL)),
    [all...]
quic_connection.cc     [all...]
quic_connection_test.cc 140 class TaggingDecrypter : public QuicDecrypter {
144 // QuicDecrypter interface
    [all...]
quic_framer_test.cc 146 class TestDecrypter : public QuicDecrypter {
    [all...]
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 317 const QuicDecrypter* client_decrypter(
321 const QuicDecrypter* client_forward_secure_decrypter(
325 const QuicDecrypter* server_decrypter(
329 const QuicDecrypter* server_forward_secure_decrypter(

Completed in 299 milliseconds