Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dmediasession.cc99 static bool CreateCryptoParams(int tag, const std::string& cipher, in CreateCryptoParams() function
120 return CreateCryptoParams(size, cipher_suite, &out->at(size)); in AddCryptoParams()
224 return CreateCryptoParams(i->tag, i->cipher_suite, crypto); in SelectCrypto()