Home
last modified time | relevance | path

Searched refs:mechanisms (Results 1 – 25 of 115) 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/e2fsprogs/debian/attic/
Dcomerrg-dev.menu6 have the problems identified with mechanisms commonly in use." \
/external/libmojo/mojo/public/c/
DREADME.md14 not, and access to the IPC mechanisms must be via the primitives defined in this
/external/autotest/test_suites/
Dcontrol.dummy_server16 so that we can test result gathering and reporting mechanisms.
Dcontrol.dummy16 so that we can test result gathering and reporting 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/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/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/libmicrohttpd/doc/chapters/
Dsessions.inc69 instead of in memory. Still, having mechanisms to expire data
/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/mesa3d/src/mesa/tnl/
DNOTES43 The module provides customizability through several mechanisms. The
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_RunTests32 and the framework merely calls these mechanisms. To build functional and
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt40 frames and utilize platform-defined standard mechanisms to display each
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt40 frames and utilize platform-defined standard mechanisms to display each
/external/wpa_supplicant_8/hostapd/
DREADME127 802.1X would also allow other mechanisms.
274 Keys can be managed using two different mechanisms. WPA can either use
278 respectively. Both mechanisms will generate a master session key for
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
DREADME65 tries some things which are supposed to test the error handling mechanisms
/external/e2fsprogs/debian/
Dcontrol.in52 have the problems identified with mechanisms commonly in use.
64 have the problems identified with mechanisms commonly in use.

12345