Searched refs:PrepareDtls (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel_unittest.cc | 414 void PrepareDtls(bool c1, bool c2, rtc::KeyType key_type) { in PrepareDtls() function in DtlsTransportChannelTest 613 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 629 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 637 PrepareDtls(true, false, rtc::KT_DEFAULT); in TEST_F() 644 PrepareDtls(false, true, rtc::KT_DEFAULT); in TEST_F() 653 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 669 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 678 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 687 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 702 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() [all …]
|