Searched refs:crypto_negotiated_params_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc122 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);
H A Dquic_crypto_stream.cc87 crypto_negotiated_params_.subkey_secret,
96 return crypto_negotiated_params_;
H A Dquic_crypto_stream.h71 QuicCryptoNegotiatedParameters crypto_negotiated_params_; member in class:net::QuicCryptoStream
H A Dquic_crypto_client_stream.cc152 &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/
H A Dmock_crypto_client_stream.cc50 crypto_negotiated_params_.key_exchange = kC255;
51 crypto_negotiated_params_.aead = kAESG;

Completed in 177 milliseconds