Home
last modified time | relevance | path

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

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