Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_crypto_server_stream.cc122 crypto_negotiated_params_.initial_crypters.encrypter.release()); in FinishProcessingHandshakeMessage()
128 crypto_negotiated_params_.initial_crypters.decrypter.release(), in FinishProcessingHandshakeMessage()
143 crypto_negotiated_params_.forward_secure_crypters.encrypter.release()); in FinishProcessingHandshakeMessage()
147 crypto_negotiated_params_.forward_secure_crypters.decrypter.release(), in FinishProcessingHandshakeMessage()
171 crypto_negotiated_params_, in SendServerConfigUpdate()
193 crypto_negotiated_params_.channel_id.empty()) { in GetBase64SHA256ClientChannelID()
197 const string& channel_id(crypto_negotiated_params_.channel_id); in GetBase64SHA256ClientChannelID()
233 &crypto_negotiated_params_, reply, error_details); in ProcessClientHello()
Dquic_crypto_client_stream.cc152 &crypto_negotiated_params_, in HandleServerConfigUpdateMessage()
216 cached, &crypto_negotiated_params_, &out); in DoHandshakeLoop()
246 &crypto_negotiated_params_, in DoHandshakeLoop()
265 crypto_negotiated_params_.initial_crypters.decrypter.release(), in DoHandshakeLoop()
272 crypto_negotiated_params_.initial_crypters.encrypter.release()); in DoHandshakeLoop()
297 server_id_.is_https(), &crypto_negotiated_params_, &error_details); in DoHandshakeLoop()
401 cached, &crypto_negotiated_params_, &error_details); in DoHandshakeLoop()
418 &crypto_negotiated_params_.forward_secure_crypters; in DoHandshakeLoop()
Dquic_crypto_stream.cc87 crypto_negotiated_params_.subkey_secret, in ExportKeyingMaterial()
96 return crypto_negotiated_params_; in crypto_negotiated_params()
Dquic_crypto_stream.h71 QuicCryptoNegotiatedParameters crypto_negotiated_params_; variable
/external/chromium_org/net/quic/test_tools/
Dmock_crypto_client_stream.cc50 crypto_negotiated_params_.key_exchange = kC255; in CryptoConnect()
51 crypto_negotiated_params_.aead = kAESG; in CryptoConnect()