Home
last modified time | relevance | path

Searched refs:verify_error_details_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_crypto_client_stream.cc59 stream_->verify_error_details_ = error_details; in Run()
486 &verify_error_details_, in DoVerifyProof()
513 QUIC_PROOF_INVALID, "Proof invalid: " + verify_error_details_); in DoVerifyProofComplete()
Dquic_crypto_client_stream.h190 string verify_error_details_; variable