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

  /external/chromium_org/net/quic/crypto/
channel_id.h 17 // ChannelIDKey is an interface that supports signing with and serializing a
19 class NET_EXPORT_PRIVATE ChannelIDKey {
21 virtual ~ChannelIDKey() {}
42 virtual void Run(scoped_ptr<ChannelIDKey>* channel_id_key) = 0;
46 // a ChannelIDKey for a given hostname.
51 // GetChannelIDKey looks up the ChannelIDKey for |hostname|. On success it
52 // returns QUIC_SUCCESS and stores the ChannelIDKey in |*channel_id_key|,
61 scoped_ptr<ChannelIDKey>* channel_id_key,
quic_crypto_client_config.h 21 class ChannelIDKey;
179 const ChannelIDKey* channel_id_key,
channel_id_test.cc 228 scoped_ptr<ChannelIDKey> channel_id_key;
quic_crypto_client_config.cc 352 const ChannelIDKey* channel_id_key,
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_nss.cc 25 class TestChannelIDKey : public ChannelIDKey {
31 // ChannelIDKey implementation.
106 scoped_ptr<ChannelIDKey>* channel_id_key,
crypto_test_utils_openssl.cc 33 class TestChannelIDKey : public ChannelIDKey {
38 // ChannelIDKey implementation.
118 scoped_ptr<ChannelIDKey>* channel_id_key,
crypto_test_utils.cc 194 scoped_ptr<ChannelIDKey> channel_id_key;
  /external/chromium_org/net/quic/
quic_crypto_client_stream.cc 156 scoped_ptr<ChannelIDKey> channel_id_key;

Completed in 324 milliseconds