Home | History | Annotate | Download | only in media

Lines Matching refs:dtls

603     // b) we got SRTP packets before DTLS completed on both the RTP and RTCP
604 // channels, so we haven't yet extracted keys, even if DTLS did complete
714 // If we're doing DTLS-SRTP, now is the time.
718 "Couldn't set up DTLS-SRTP on RTP channel.";
731 "Couldn't set up DTLS-SRTP on RTCP channel";
764 // This function returns true if either DTLS-SRTP is not in use
765 // *or* DTLS-SRTP is successfully set up.
772 // No DTLS
779 LOG(LS_ERROR) << "No DTLS-SRTP selected cipher";
783 LOG(LS_INFO) << "Installing keys from DTLS-SRTP on "
787 // OK, we're now doing DTLS (RFC 5764)
796 LOG(LS_WARNING) << "DTLS-SRTP key export failed";
801 // Sync up the keys with the DTLS-SRTP interface
853 LOG(LS_WARNING) << "DTLS-SRTP key installation failed";
872 // |dtls| will be set to true if DTLS is active for transport channel and
875 bool* dtls,
877 *dtls = transport_channel_->IsDtlsActive();
878 if (*dtls && !cryptos.empty()) {
879 SafeSetError("Cryptos must be empty when DTLS is active.",
931 bool dtls = false;
932 ret = CheckSrtpConfig(cryptos, &dtls, error_desc);
938 // If DTLS is already active on the channel, we could be renegotiating
940 if (!dtls) {
945 // If we're doing DTLS-SRTP, we don't want to update the filter
947 if (!dtls) {
952 // If we're doing DTLS-SRTP, we don't want to update the filter
954 if (!dtls) {
2155 // SCTP or DTLS.