/external/chromium_org/net/quic/crypto/ |
crypto_server_test.cc | 231 StringPiece cert, proof; local 233 EXPECT_TRUE(out_.GetStringPiece(kPROF, &proof)); 235 EXPECT_NE(0u, proof.size());
|
quic_crypto_client_config.cc | 141 // If the proof has changed then it needs to be revalidated. 519 StringPiece proof, cert_bytes; local 520 bool has_proof = rej.GetStringPiece(kPROF, &proof); 530 cached->SetProof(certs, proof); 539 *error_details = "Proof missing";
|
proof_test.cc | 47 // Check that the proof source is caching correctly: 129 const std::string& proof, 139 hostname, server_config, certs, proof, &error_details, &details, 172 // These sample signatures were generated by running the Proof.Verify test 303 // These sample signatures were generated by running the Proof.Verify test
|
/external/chromium_org/net/spdy/ |
spdy_framer_test.cc | [all...] |
spdy_protocol.h | 685 base::StringPiece proof() const { return proof_; } function in class:net::SpdyCredentialIR 686 void set_proof(const base::StringPiece& proof) { 687 proof.CopyToString(&proof_);
|
spdy_framer.cc | 277 // and proof. Calculated as: [all...] |
spdy_framer.h | 88 std::string proof; member in struct:net::SpdyCredential
|
spdy_http_stream_unittest.cc | 115 const std::string& proof);
|