Home
last modified time | relevance | path

Searched refs:CheckSrtp (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc217 void CheckSrtp(int expected_crypto_suite) { in CheckSrtp() function in DtlsTestClient
471 client1_.CheckSrtp(rtc::SRTP_AES128_CM_SHA1_80); in Connect()
472 client2_.CheckSrtp(rtc::SRTP_AES128_CM_SHA1_80); in Connect()
474 client1_.CheckSrtp(rtc::SRTP_INVALID_CRYPTO_SUITE); in Connect()
475 client2_.CheckSrtp(rtc::SRTP_INVALID_CRYPTO_SUITE); in Connect()