/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmppauth.cc | 54 const std::vector<std::string> & mechanisms, in ChooseBestSaslMechanism() argument 59 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-TOKEN"); in ChooseBestSaslMechanism() 60 if (it != mechanisms.end() && !auth_cookie_.empty()) in ChooseBestSaslMechanism() 64 it = std::find(mechanisms.begin(), mechanisms.end(), "X-GOOGLE-COOKIE"); in ChooseBestSaslMechanism() 65 if (it != mechanisms.end() && !auth_cookie_.empty()) in ChooseBestSaslMechanism() 68 it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN"); in ChooseBestSaslMechanism() 69 if (it != mechanisms.end()) in ChooseBestSaslMechanism()
|
D | xmppauth.h | 59 const std::vector<std::string> & mechanisms,
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | plainsaslhandler.h | 46 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr… in ChooseBestSaslMechanism() argument 52 …std::vector<std::string>::const_iterator it = std::find(mechanisms.begin(), mechanisms.end(), "PLA… in ChooseBestSaslMechanism() 53 if (it == mechanisms.end()) { in ChooseBestSaslMechanism()
|
D | xmpplogintask.cc | 192 std::vector<std::string> mechanisms; in Advance() local 198 mechanisms.push_back(pelMech->BodyText()); in Advance() 202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()
|
D | saslhandler.h | 49 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr…
|
D | xmppengineimpl.cc | 405 XmppEngineImpl::ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted… in ChooseBestSaslMechanism() argument 406 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted); in ChooseBestSaslMechanism()
|
D | xmppengineimpl.h | 197 std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted);
|
/external/dbus/test/data/auth/ |
D | mechanisms.auth-script | 1 ## this tests that the server sends a list of mechanisms
|
D | client-out-of-mechanisms.auth-script | 2 ## known mechanisms
|
/external/e2fsprogs/debian/attic/ |
D | comerrg-dev.menu | 6 have the problems identified with mechanisms commonly in use." \
|
/external/dbus/dbus/ |
D | dbus-server.h | 87 const char **mechanisms);
|
D | dbus-auth.h | 49 const char **mechanisms);
|
D | dbus-transport.h | 96 const char **mechanisms);
|
D | dbus-server.c | 1003 const char **mechanisms) in dbus_server_set_auth_mechanisms() argument 1011 if (mechanisms != NULL) in dbus_server_set_auth_mechanisms() 1013 copy = _dbus_dup_string_array (mechanisms); in dbus_server_set_auth_mechanisms()
|
D | dbus-transport.c | 1473 const char **mechanisms) in _dbus_transport_set_auth_mechanisms() argument 1475 return _dbus_auth_set_mechanisms (transport->auth, mechanisms); in _dbus_transport_set_auth_mechanisms()
|
D | dbus-auth.c | 2409 const char **mechanisms) in _dbus_auth_set_mechanisms() argument 2413 if (mechanisms != NULL) in _dbus_auth_set_mechanisms() 2415 copy = _dbus_dup_string_array (mechanisms); in _dbus_auth_set_mechanisms()
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 51 <para>Keys can be managed using two different mechanisms. WPA can 55 "WPA-Personal", respectively. Both mechanisms will generate a
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 28 have the problems identified with mechanisms commonly in use. 63 have the problems identified with mechanisms commonly in use.
|
/external/apache-harmony/regex/ |
D | README.TXT | 39 multiplication by using BigInteger.TEN. These mechanisms are widely used in the BigDecimal implemen…
|
/external/dbus/bus/ |
D | config-parser.c | 98 DBusList *mechanisms; /**< Auth mechanisms */ member 329 while ((link = _dbus_list_pop_first_link (&included->mechanisms))) in merge_included() 330 _dbus_list_append_link (&parser->mechanisms, link); in merge_included() 511 _dbus_list_foreach (&parser->mechanisms, in bus_config_parser_unref() 515 _dbus_list_clear (&parser->mechanisms); in bus_config_parser_unref() 2504 if (!_dbus_list_append (&parser->mechanisms, in bus_config_parser_content() 2625 return &parser->mechanisms; in bus_config_parser_get_mechanisms() 3041 if (!lists_of_c_strings_equal (a->mechanisms, b->mechanisms)) in config_parsers_equal()
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_popup_controller_unittest.mm | 95 // TODO(andybons): Better mechanisms for mocking out the extensions service
|
/external/e2fsprogs/debian/ |
D | control | 34 have the problems identified with mechanisms commonly in use. 46 have the problems identified with mechanisms commonly in use.
|
D | control.in | 37 have the problems identified with mechanisms commonly in use. 49 have the problems identified with mechanisms commonly in use.
|
/external/strace/ |
D | PORTING | 8 I have seen two mechanisms which support system call tracing. They
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 148 802.1X would also allow other mechanisms. 295 Keys can be managed using two different mechanisms. WPA can either use 299 respectively. Both mechanisms will generate a master session key for
|