HomeSort by relevance Sort by last modified time
    Searched defs:dtls (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 237 DEFINE_string(dtls, "disable",
238 "Select DTLS transport encryption: disable, enable, require.");
281 std::string dtls = FLAG_dtls; local
428 if (!GetSecurePolicy(dtls, &dtls_policy)) {
429 Print("Invalid DTLS policy. Must be enable, disable, or require.\n");
435 Print("Failed to generate identity for DTLS.\n");
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 830 // b) we got SRTP packets before DTLS completed on both the RTP and RTCP
831 // channels, so we haven't yet extracted keys, even if DTLS did complete
939 // If we're doing DTLS-SRTP, now is the time.
942 LOG(LS_ERROR) << "Couldn't finish DTLS-SRTP on RTP channel";
951 LOG(LS_ERROR) << "Couldn't finish DTLS-SRTP on RTCP channel";
981 // This function returns true if either DTLS-SRTP is not in use
982 // *or* DTLS-SRTP is successfully set up.
989 // No DTLS
996 LOG(LS_ERROR) << "No DTLS-SRTP selected cipher";
1000 LOG(LS_INFO) << "Installing keys from DTLS-SRTP on
1109 bool dtls = false; local
    [all...]

Completed in 22 milliseconds