Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dconfig.rs140 NoClientCert = 0, enumerator
H A Dhandshaker.rs109 client_auth: ClientAuthType::NoClientCert, in default()
/webrtc/dtls/src/conn/
H A Dconn_test.rs881 client_auth: ClientAuthType::NoClientCert, in test_client_certificate()
1077 if server_cfg.client_auth == ClientAuthType::NoClientCert { in test_client_certificate()
1344 client_auth: ClientAuthType::NoClientCert, in test_server_certificate()
1358 client_auth: ClientAuthType::NoClientCert, in test_server_certificate()
1372 client_auth: ClientAuthType::NoClientCert, in test_server_certificate()
1420 client_auth: ClientAuthType::NoClientCert, in test_server_certificate()
1434 client_auth: ClientAuthType::NoClientCert, in test_server_certificate()
1448 client_auth: ClientAuthType::NoClientCert, in test_server_certificate()
/webrtc/dtls/src/flight/
H A Dflight4.rs489 ClientAuthType::NoClientCert | ClientAuthType::RequestClientCert => { in parse()
662 if cfg.client_auth as u8 > ClientAuthType::NoClientCert as u8 { in generate()