Lines Matching refs:DTLS
128 DTLS = 0x10 }; enumerator
165 if ((flags1 & DTLS) && (flags2 & DTLS)) { in CreateChannels()
176 if (flags1 & DTLS) { in CreateChannels()
182 if (flags2 & DTLS) { in CreateChannels()
1247 ASSERT((flags1_in & ~(RTCP_MUX | DTLS)) == 0); in SendSrtpToSrtp()
1248 ASSERT((flags2_in & ~(RTCP_MUX | DTLS)) == 0); in SendSrtpToSrtp()
1252 bool dtls1 = !!(flags1_in & DTLS); in SendSrtpToSrtp()
1253 bool dtls2 = !!(flags2_in & DTLS); in SendSrtpToSrtp()
2080 Base::SendSrtpToSrtp(DTLS, 0); in TEST_F()
2085 Base::SendSrtpToSrtp(DTLS, DTLS); in TEST_F()
2090 Base::SendSrtpToSrtp(DTLS | RTCP_MUX, DTLS | RTCP_MUX); in TEST_F()
2416 Base::SendSrtpToSrtp(DTLS, 0); in TEST_F()
2421 Base::SendSrtpToSrtp(DTLS, DTLS); in TEST_F()
2426 Base::SendSrtpToSrtp(DTLS | RTCP_MUX, DTLS | RTCP_MUX); in TEST_F()