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_stream.h65 const QuicCryptoNegotiatedParameters& crypto_negotiated_params() const;
Dquic_crypto_stream.cc95 QuicCryptoStream::crypto_negotiated_params() const { in crypto_negotiated_params() function in net::QuicCryptoStream
Dquic_crypto_client_stream_test.cc104 stream_->crypto_negotiated_params()); in TEST_F()
Dquic_client_session.cc412 QuicTag aead = crypto_stream_->crypto_negotiated_params().aead; in GetSSLInfo()
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils.cc264 server->crypto_negotiated_params().channel_id); in HandshakeWithFakeClient()
461 client->crypto_negotiated_params().subkey_secret; in CompareClientAndServerKeys()
463 server->crypto_negotiated_params().subkey_secret; in CompareClientAndServerKeys()