Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dstate.rs44 pub(crate) remote_requested_certificate: bool, // Did we get a CertificateRequest field
93 remote_requested_certificate: false, // Did we get a CertificateRequest in default()
/webrtc/dtls/src/flight/
H A Dflight5.rs201 if state.remote_requested_certificate { in generate()
346 if state.remote_requested_certificate && !cfg.local_certificates.is_empty() { in generate()
H A Dflight3.rs340 state.remote_requested_certificate = true; in parse()