Home | History | Annotate | Download | only in media

Lines Matching refs:cipher_suite

108   out->cipher_suite = cipher;
115 static bool AddCryptoParams(const std::string& cipher_suite,
120 return CreateCryptoParams(size, cipher_suite, &out->at(size));
221 if (rtc::CS_AES_CM_128_HMAC_SHA1_80 == i->cipher_suite ||
222 (rtc::CS_AES_CM_128_HMAC_SHA1_32 == i->cipher_suite && audio &&
224 return CreateCryptoParams(i->tag, i->cipher_suite, crypto);
610 // Returns true if the |crypto|'s cipher_suite is not found in |filter|.
618 if (it->cipher_suite == crypto.cipher_suite) {
625 // Prunes the |target_cryptos| by removing the crypto params (cipher_suite)