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

  /external/chromium_org/net/quic/
quic_crypto_server_stream.cc 73 crypto_negotiated_params_.initial_crypters.encrypter.release());
79 crypto_negotiated_params_.initial_crypters.decrypter.release());
84 crypto_negotiated_params_.forward_secure_crypters.encrypter.release());
88 crypto_negotiated_params_.forward_secure_crypters.decrypter.release(),
99 crypto_negotiated_params_.channel_id.empty()) {
103 const string& channel_id(crypto_negotiated_params_.channel_id);
137 &crypto_negotiated_params_, reply, error_details);
quic_crypto_stream.h 59 QuicCryptoNegotiatedParameters crypto_negotiated_params_; member in class:net::QuicCryptoStream
quic_crypto_client_stream.cc 171 server_hostname_, cached, &crypto_negotiated_params_, &out);
184 &crypto_negotiated_params_,
205 crypto_negotiated_params_.initial_crypters.decrypter.release(),
211 crypto_negotiated_params_.initial_crypters.encrypter.release());
236 &crypto_negotiated_params_, &error_details);
335 *in, session()->connection()->guid(), &crypto_negotiated_params_,
349 &crypto_negotiated_params_.forward_secure_crypters;
quic_crypto_stream.cc 62 return crypto_negotiated_params_;

Completed in 3866 milliseconds