Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_server_config.cc160 class ValidateClientHelloHelper { class
164 ValidateClientHelloHelper( in ValidateClientHelloHelper() function in quic::ValidateClientHelloHelper
170 ValidateClientHelloHelper(const ValidateClientHelloHelper&) = delete;
171 ValidateClientHelloHelper& operator=(const ValidateClientHelloHelper&) =
174 ~ValidateClientHelloHelper() { in ~ValidateClientHelloHelper()
1264 ValidateClientHelloHelper helper(client_hello_state, &done_cb); in EvaluateClientHello()