Searched refs:CheckSrtp (Results 1 – 1 of 1) sorted by relevance
217 void CheckSrtp(int expected_crypto_suite) { in CheckSrtp() function in DtlsTestClient471 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()