Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Dsrtpfilter.h53 extern const std::string CS_AES_CM_128_HMAC_SHA1_32;
Dsrtpfilter.cc73 const std::string CS_AES_CM_128_HMAC_SHA1_32 = "AES_CM_128_HMAC_SHA1_32"; variable
363 } else if (cs == CS_AES_CM_128_HMAC_SHA1_32) { in SetKey()
Dmediasessionclient.cc122 return AddCryptoParams(CS_AES_CM_128_HMAC_SHA1_32, cryptos) && in GetSupportedAudioCryptos()
246 (CS_AES_CM_128_HMAC_SHA1_32 == i->cipher_suite && audio)) { in SelectCrypto()