Lines Matching refs:secure
681 if (!sdesc->GetTransportInfoByName(*it)->description.secure()) { in UpdateCryptoParamsForBundle()
1165 return current_tdesc->secure(); in IsDtlsActive()
1569 : secure(); in AddAudioContentForOffer()
1588 bool secure_transport = (transport_desc_factory_->secure() != SEC_DISABLED); in AddAudioContentForOffer()
1628 : secure(); in AddVideoContentForOffer()
1648 bool secure_transport = (transport_desc_factory_->secure() != SEC_DISABLED); in AddVideoContentForOffer()
1680 bool secure_transport = (transport_desc_factory_->secure() != SEC_DISABLED); in AddDataContentForOffer()
1694 : secure(); in AddDataContentForOffer()
1763 audio_transport->secure() ? cricket::SEC_DISABLED : secure(); in AddAudioContentForAnswer()
1782 audio_transport->secure()); in AddAudioContentForAnswer()
1814 video_transport->secure() ? cricket::SEC_DISABLED : secure(); in AddVideoContentForAnswer()
1834 video_transport->secure()); in AddVideoContentForAnswer()
1872 data_transport->secure() ? cricket::SEC_DISABLED : secure(); in AddDataContentForAnswer()
1893 data_transport->secure()); in AddDataContentForAnswer()