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

  /external/chromium_org/net/quic/crypto/
crypto_server_config.h 141 // SetProofSource installs |proof_source| as the ProofSource for handshakes.
143 void SetProofSource(ProofSource* proof_source);
crypto_server_test.cc 26 config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting());
crypto_server_config.cc 898 void QuicCryptoServerConfig::SetProofSource(ProofSource* proof_source) {
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_server_stream_test.cc 76 // crypto_config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting());
238 crypto_config_.SetProofSource(NULL);

Completed in 31 milliseconds