Home | History | Annotate | Download | only in base

Lines Matching refs:dtls

75   // If |dtls| is true, the test verifies that the finger print is not changed.
76 void TestIceRestart(bool dtls) {
77 if (dtls) {
100 VerifyUfragAndPasswordChanged(dtls, offer.get(), restart_offer.get());
108 VerifyUfragAndPasswordChanged(dtls, answer.get(), restart_answer.get());
111 void VerifyUfragAndPasswordChanged(bool dtls,
120 // If DTLS is enabled, make sure the finger print is unchanged.
121 if (dtls) {
160 // Test generating a hybrid offer with DTLS.
178 // Test generating a hybrid offer with DTLS fails with no identity.
187 // Test updating a hybrid offer with DTLS to pick ICE.
310 // Test that we handle answering an offer with DTLS with no DTLS.
324 // Test that we handle answering an offer without DTLS if we have DTLS enabled,
325 // but fail if we require DTLS.
343 // Test that we handle answering an DTLS offer with DTLS, both if we have
344 // DTLS enabled and required.
377 // if |TransportDescriptionOptions::ice_restart| is true and DTLS is enabled.