Home
last modified time | relevance | path

Searched refs:crypto_negotiated_params (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
Dquic_crypto_stream.h51 const QuicCryptoNegotiatedParameters& crypto_negotiated_params() const;
Dquic_crypto_stream.cc67 QuicCryptoStream::crypto_negotiated_params() const { in crypto_negotiated_params() function in net::QuicCryptoStream
Dquic_crypto_client_stream_test.cc98 stream_->crypto_negotiated_params()); in TEST_F()
/external/chromium_org/net/quic/test_tools/
Dcrypto_test_utils.cc191 server->crypto_negotiated_params().channel_id); in HandshakeWithFakeClient()