Searched refs:SrtpCryptoSuiteFromName (Results 1 – 4 of 4) sorted by relevance
65 crypto_suites.push_back(rtc::SrtpCryptoSuiteFromName(cipher)); in SetSrtpCiphers()
41 int SrtpCryptoSuiteFromName(const std::string& crypto_suite) { in SrtpCryptoSuiteFromName() function
44 int SrtpCryptoSuiteFromName(const std::string& crypto_suite);
432 rtc::SrtpCryptoSuiteFromName(send_params.cipher_suite), send_key, in ApplyParams()435 rtc::SrtpCryptoSuiteFromName(recv_params.cipher_suite), recv_key, in ApplyParams()