Home
last modified time | relevance | path

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

12345

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppauth.cc45 const std::vector<std::string>& mechanisms, in ChooseBestSaslMechanism() argument
49 contains(mechanisms, buzz::AUTH_MECHANISM_OAUTH2)) { in ChooseBestSaslMechanism()
55 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_TOKEN)) { in ChooseBestSaslMechanism()
61 contains(mechanisms, buzz::AUTH_MECHANISM_GOOGLE_COOKIE)) { in ChooseBestSaslMechanism()
66 if (contains(mechanisms, buzz::AUTH_MECHANISM_PLAIN)) { in ChooseBestSaslMechanism()
Dplainsaslhandler.h31 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr… in ChooseBestSaslMechanism() argument
37 …std::vector<std::string>::const_iterator it = std::find(mechanisms.begin(), mechanisms.end(), "PLA… in ChooseBestSaslMechanism()
38 if (it == mechanisms.end()) { in ChooseBestSaslMechanism()
Dxmpplogintask.cc182 std::vector<std::string> mechanisms; in Advance() local
188 mechanisms.push_back(pelMech->BodyText()); in Advance()
192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()
Dsaslhandler.h32 …virtual std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encr…
Dxmppauth.h46 const std::vector<std::string>& mechanisms,
Dxmppengineimpl.cc356 const std::vector<std::string>& mechanisms, bool encrypted) { in ChooseBestSaslMechanism() argument
357 return sasl_handler_->ChooseBestSaslMechanism(mechanisms, encrypted); in ChooseBestSaslMechanism()
Dxmppengineimpl.h180 const std::vector<std::string>& mechanisms, bool encrypted);
/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/autotest/test_suites/
Dcontrol.dummy_server17 so that we can test result gathering and reporting mechanisms.
Dcontrol.dummy17 so that we can test result gathering and reporting mechanisms.
/external/dbus/dbus/
Ddbus-auth.h49 const char **mechanisms);
Ddbus-server.h87 const char **mechanisms);
Ddbus-transport.h96 const char **mechanisms);
Ddbus-server.c1049 const char **mechanisms) in dbus_server_set_auth_mechanisms() argument
1057 if (mechanisms != NULL) in dbus_server_set_auth_mechanisms()
1059 copy = _dbus_dup_string_array (mechanisms); in dbus_server_set_auth_mechanisms()
/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/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/netperf/
DREADME.solaris20 reports. The CPU time accounting mechanisms either do not track time
/external/autotest/server/tests/barriertest_2client/
Dcontrol.srv9 A functional test of autotest's Barrier mechanisms for synchronizing
/external/dbus/bus/
Dconfig-parser.c99 DBusList *mechanisms; /**< Auth mechanisms */ member
330 while ((link = _dbus_list_pop_first_link (&included->mechanisms))) in merge_included()
331 _dbus_list_append_link (&parser->mechanisms, link); in merge_included()
512 _dbus_list_foreach (&parser->mechanisms, in bus_config_parser_unref()
516 _dbus_list_clear (&parser->mechanisms); in bus_config_parser_unref()
2530 if (!_dbus_list_append (&parser->mechanisms, in bus_config_parser_content()
2651 return &parser->mechanisms; in bus_config_parser_get_mechanisms()
3126 if (!lists_of_c_strings_equal (a->mechanisms, b->mechanisms)) in config_parsers_equal()
/external/eigen/doc/
DTopicLazyEvaluation.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/dbus/test/
DMakefile.am219 data/auth/client-out-of-mechanisms.auth-script \
230 data/auth/mechanisms.auth-script \
/external/clang/docs/
DSafeStack.rst102 handling mechanisms, intrinsics such as ``__builtin_frame_address``, or
110 stronger safe stack protection mechanisms, that rely on software fault
/external/libmicrohttpd/doc/chapters/
Dsessions.inc69 instead of in memory. Still, having mechanisms to expire data

12345