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

  /external/chromium_org/net/quic/
quic_crypto_server_stream.cc 122 crypto_negotiated_params_.initial_crypters.encrypter.release());
128 crypto_negotiated_params_.initial_crypters.decrypter.release(),
143 crypto_negotiated_params_.forward_secure_crypters.encrypter.release());
147 crypto_negotiated_params_.forward_secure_crypters.decrypter.release(),
171 crypto_negotiated_params_,
193 crypto_negotiated_params_.channel_id.empty()) {
197 const string& channel_id(crypto_negotiated_params_.channel_id);
233 &crypto_negotiated_params_, reply, error_details);
quic_crypto_stream.cc 87 crypto_negotiated_params_.subkey_secret,
96 return crypto_negotiated_params_;
quic_crypto_stream.h 71 QuicCryptoNegotiatedParameters crypto_negotiated_params_; member in class:net::QuicCryptoStream
quic_crypto_client_stream.cc 152 &crypto_negotiated_params_,
216 cached, &crypto_negotiated_params_, &out);
246 &crypto_negotiated_params_,
265 crypto_negotiated_params_.initial_crypters.decrypter.release(),
272 crypto_negotiated_params_.initial_crypters.encrypter.release());
297 server_id_.is_https(), &crypto_negotiated_params_, &error_details);
401 cached, &crypto_negotiated_params_, &error_details);
418 &crypto_negotiated_params_.forward_secure_crypters;
  /external/chromium_org/net/quic/test_tools/
mock_crypto_client_stream.cc 50 crypto_negotiated_params_.key_exchange = kC255;
51 crypto_negotiated_params_.aead = kAESG;

Completed in 360 milliseconds