Home
last modified time | relevance | path

Searched defs:QuicCryptoProof (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dquic_crypto_proof.h15 struct QUIC_EXPORT_PRIVATE QuicCryptoProof { struct
19 std::string signature;
21 std::string leaf_cert_scts;
24 bool send_expect_ct_header;
27 bool cert_matched_sni;
Dquic_crypto_proof.cc9 QuicCryptoProof::QuicCryptoProof() in QuicCryptoProof() function in quic::QuicCryptoProof
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dcrypto_test_utils.cc499 const QuicCryptoProof& /* proof */, in LeafCertHashForTesting()