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

  /external/chromium_org/net/quic/crypto/
proof_verifier.h 76 virtual QuicAsyncStatus VerifyProof(const std::string& hostname,
channel_id.h 59 virtual QuicAsyncStatus GetChannelIDKey(
channel_id_chromium.h 42 virtual QuicAsyncStatus GetChannelIDKey(
proof_verifier_chromium.h 62 virtual QuicAsyncStatus VerifyProof(
channel_id_chromium.cc 69 QuicAsyncStatus GetChannelIDKey(const std::string& hostname,
114 QuicAsyncStatus ChannelIDSourceChromium::Job::GetChannelIDKey(
231 QuicAsyncStatus ChannelIDSourceChromium::GetChannelIDKey(
236 QuicAsyncStatus status = job->GetChannelIDKey(hostname, channel_id_key,
proof_verifier_chromium.cc 54 QuicAsyncStatus VerifyProof(const std::string& hostname,
115 QuicAsyncStatus ProofVerifierChromium::Job::VerifyProof(
352 QuicAsyncStatus ProofVerifierChromium::VerifyProof(
371 QuicAsyncStatus status = job->VerifyProof(hostname, server_config, certs,
channel_id_test.cc 229 QuicAsyncStatus status =
proof_test.cc 73 QuicAsyncStatus status = verifier->VerifyProof(
  /external/chromium_org/net/quic/
quic_types.h 37 // QuicAsyncStatus enumerates the possible results of an asynchronous
39 enum QuicAsyncStatus {
47 // TODO(wtc): see if WriteStatus can be replaced by QuicAsyncStatus.
quic_crypto_client_stream.h 127 // Starts the proof verification. Returns the QuicAsyncStatus returned by the
129 QuicAsyncStatus DoVerifyProof(QuicCryptoClientConfig::CachedState* cached);
quic_crypto_client_stream.cc 339 QuicAsyncStatus status =
468 QuicAsyncStatus QuicCryptoClientStream::DoVerifyProof(
480 QuicAsyncStatus status = verifier->VerifyProof(
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_nss.cc 29 virtual QuicAsyncStatus GetChannelIDKey(
crypto_test_utils_chromium.cc 79 virtual QuicAsyncStatus VerifyProof(
crypto_test_utils_openssl.cc 106 virtual QuicAsyncStatus GetChannelIDKey(
crypto_test_utils.cc 143 virtual QuicAsyncStatus GetChannelIDKey(
153 QuicAsyncStatus status =
258 QuicAsyncStatus status =
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc 44 virtual QuicAsyncStatus VerifyProof(

Completed in 763 milliseconds