Home
last modified time | relevance | path

Searched refs:mechanisms (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmppauth.cc54 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()
Dxmppauth.h59 const std::vector<std::string> & mechanisms,
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dplainsaslhandler.h46 …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()
Dxmpplogintask.cc192 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()
Dsaslhandler.h49 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr…
Dxmppengineimpl.cc405 XmppEngineImpl::ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted… in ChooseBestSaslMechanism() argument
406 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted); in ChooseBestSaslMechanism()
Dxmppengineimpl.h197 std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted);
/external/linux-tools-perf/Documentation/
Dperf-bench.txt46 Scheduler and IPC mechanisms.
51 Suite for evaluating performance of scheduler and IPC mechanisms.
/external/dbus/test/data/auth/
Dmechanisms.auth-script1 ## this tests that the server sends a list of mechanisms
Dclient-out-of-mechanisms.auth-script2 ## known mechanisms
/external/e2fsprogs/debian/attic/
Dcomerrg-dev.menu6 have the problems identified with mechanisms commonly in use." \
/external/dbus/dbus/
Ddbus-server.h87 const char **mechanisms);
Ddbus-auth.h49 const char **mechanisms);
Ddbus-transport.h96 const char **mechanisms);
Ddbus-server.c1003 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()
Ddbus-transport.c1473 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()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml51 <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/
Dcontrol28 have the problems identified with mechanisms commonly in use.
63 have the problems identified with mechanisms commonly in use.
/external/apache-harmony/regex/
DREADME.TXT39 multiplication by using BigInteger.TEN. These mechanisms are widely used in the BigDecimal implemen…
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller_unittest.mm95 // TODO(andybons): Better mechanisms for mocking out the extensions service
/external/dbus/bus/
Dconfig-parser.c98 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/eigen/doc/
DI01_TopicLazyEvaluation.dox5 Executive summary: Eigen has intelligent compile-time mechanisms to enable lazy evaluation and remo…
23 For these reasons, Eigen has intelligent compile-time mechanisms to determine automatically when to…
/external/wpa_supplicant_8/hostapd/
DREADME133 802.1X would also allow other mechanisms.
280 Keys can be managed using two different mechanisms. WPA can either use
284 respectively. Both mechanisms will generate a master session key for
/external/strace/
DPORTING8 I have seen two mechanisms which support system call tracing. They
/external/e2fsprogs/debian/
Dcontrol.in37 have the problems identified with mechanisms commonly in use.
49 have the problems identified with mechanisms commonly in use.

1234