Searched refs:SetProofSource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_server.h56 // SetProofSource sets the ProofSource that will be used to verify the
58 void SetProofSource(ProofSource* source) { function in class:net::QuicServer
59 crypto_config_.SetProofSource(source);
H A Dquic_crypto_server_stream_test.cc72 crypto_config_.SetProofSource(CryptoTestUtils::FakeProofSourceForTesting());
248 crypto_config_.SetProofSource(NULL);
/external/chromium_org/net/tools/quic/
H A Dquic_server.h71 // SetProofSource sets the ProofSource that will be used to verify the
73 void SetProofSource(ProofSource* source) { function in class:net::tools::QuicServer
74 crypto_config_.SetProofSource(source);
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.h229 // SetProofSource installs |proof_source| as the ProofSource for handshakes.
231 void SetProofSource(ProofSource* proof_source);
H A Dcrypto_server_test.cc84 config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting());
H A Dquic_crypto_server_config.cc1344 void QuicCryptoServerConfig::SetProofSource(ProofSource* proof_source) { function in class:net::QuicCryptoServerConfig

Completed in 2904 milliseconds