Searched refs:crypto_required (Results 1 – 5 of 5) sorted by relevance
210 CryptoType crypto_required() const { return crypto_required_; } in crypto_required() function
793 if (offer->crypto_required() == CT_SDES && offer->cryptos().empty()) { in CreateMediaContentOffer()1066 (offer->crypto_required() == CT_SDES || sdes_policy == SEC_REQUIRED)) { in CreateMediaContentAnswer()
45 ASSERT_EQ(cricket::CT_NONE, cd->crypto_required()); \50 ASSERT_EQ(cricket::CT_NONE, cd->crypto_required()); \
1002 set_secure_required(content->crypto_required() != CT_NONE); in SetRtpTransportParameters_w()
816 cricket::CryptoType crypto_required = dtls_enabled_ ? in SetLocalDescription() local820 UpdateSessionDescriptionSecurePolicy(crypto_required, desc->description()); in SetLocalDescription()