Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dconfig.rs143 VerifyClientCertIfGiven = 3, enumerator
/webrtc/dtls/src/flight/
H A Dflight4.rs230 if cfg.client_auth as u8 >= ClientAuthType::VerifyClientCertIfGiven as u8 { in parse()
458 ClientAuthType::VerifyClientCertIfGiven => { in parse()
/webrtc/dtls/src/conn/
H A Dconn_test.rs968 client_auth: ClientAuthType::VerifyClientCertIfGiven, in test_client_certificate()
984 client_auth: ClientAuthType::VerifyClientCertIfGiven, in test_client_certificate()
1000 client_auth: ClientAuthType::VerifyClientCertIfGiven, in test_client_certificate()
H A Dmod.rs217 >= ClientAuthType::VerifyClientCertIfGiven as u8 in new()