HomeSort by relevance Sort by last modified time
    Searched refs:SEC_REQUIRED (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.cc 74 if (secure_ == SEC_ENABLED || secure_ == SEC_REQUIRED) {
127 if (secure_ == SEC_ENABLED || secure_ == SEC_REQUIRED) {
133 } else if (secure_ == SEC_REQUIRED) {
transportdescription.h 42 // SEC_ENABLED and SEC_REQUIRED should only be used if the session
47 // SEC_REQUIRED: Crypto in outgoing offer and answer. Fail any offer with absent
52 SEC_REQUIRED
transportdescriptionfactory_unittest.cc 174 // Ensure it also works with SEC_REQUIRED.
175 f1_.set_secure(cricket::SEC_REQUIRED);
349 f2_.set_secure(cricket::SEC_REQUIRED);
371 f2_.set_secure(cricket::SEC_REQUIRED);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 162 if (secure() == SEC_REQUIRED) {
195 if (secure() == SEC_REQUIRED) {
290 (audio_offer->crypto_required() || secure() == SEC_REQUIRED)) {
327 (video_offer->crypto_required() || secure() == SEC_REQUIRED)) {
    [all...]
mediasessionclient.h 54 // SEC_ENABLED and SEC_REQUIRED should only be used if the session
62 // SEC_REQUIRED: Crypto in outgoing offer and answer with
66 enum SecureMediaPolicy {SEC_DISABLED, SEC_ENABLED, SEC_REQUIRED};
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 272 secure_policy = cricket::SEC_REQUIRED;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 163 mdesc->set_crypto_required(secure_policy == cricket::SEC_REQUIRED);
542 if (secure_policy == cricket::SEC_REQUIRED &&
620 if (secure_policy == cricket::SEC_REQUIRED &&
    [all...]
webrtcsessiondescriptionfactory.cc 133 set_secure(cricket::SEC_REQUIRED);
webrtcsession_unittest.cc 445 tdesc_factory_->set_secure(cricket::SEC_REQUIRED);
486 CreateRemoteOffer(options, cricket::SEC_REQUIRED));
646 return CreateRemoteAnswer(offer, options, cricket::SEC_REQUIRED);
657 return CreateRemoteAnswer(offer, options, cricket::SEC_REQUIRED);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 209 *out = cricket::SEC_REQUIRED;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient_unittest.cc     [all...]
mediasession.cc 682 offer->set_crypto_required(secure_policy == SEC_REQUIRED);
915 (offer->crypto_required() || sdes_policy == SEC_REQUIRED)) {
    [all...]
mediasession_unittest.cc 85 using cricket::SEC_REQUIRED;
    [all...]
mediasessionclient.cc     [all...]

Completed in 572 milliseconds