Home
last modified time | relevance | path

Searched refs:mechanism (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmppauth.cc77 const std::string & mechanism) { in CreateSaslMechanism() argument
78 if (mechanism == "X-GOOGLE-TOKEN") { in CreateSaslMechanism()
79 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_cookie_); in CreateSaslMechanism()
82 } else if (mechanism == "PLAIN") { in CreateSaslMechanism()
Dxmppauth.h63 const std::string & mechanism);
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dsaslcookiemechanism.h41 SaslCookieMechanism(const std::string & mechanism, in SaslCookieMechanism() argument
45 : mechanism_(mechanism), in SaslCookieMechanism()
50 SaslCookieMechanism(const std::string & mechanism, in SaslCookieMechanism() argument
53 : mechanism_(mechanism), in SaslCookieMechanism()
Dplainsaslhandler.h63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) { in CreateSaslMechanism() argument
64 if (mechanism == "PLAIN") { in CreateSaslMechanism()
Dsaslhandler.h54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
/external/openssh/
Dpkcs11.h680 ck_mechanism_type_t mechanism; member
822 struct ck_mechanism *mechanism,
841 struct ck_mechanism *mechanism,
860 struct ck_mechanism *mechanism));
878 struct ck_mechanism *mechanism,
894 struct ck_mechanism *mechanism,
904 struct ck_mechanism *mechanism,
920 struct ck_mechanism *mechanism,
954 struct ck_mechanism *mechanism,
960 struct ck_mechanism *mechanism,
[all …]
/external/bluetooth/glib/
DNEWS.pre-1-314 * GModule mechanism (implemented in an extra library) which wraps dynamic
16 * GIOChannel structure to encapsulate the IPC mechanism
25 * g_log() mechanism for logging of messages at different log levels
26 * Generic main-loop mechanism
89 - Enhancements to the generic main-loop mechanism to be thread-safe.
117 * GIOChannel structure to encapsulate the IPC mechanism
153 * New GModule mechanism (implemented in an extra library) which wraps dynamic
160 * New g_log() mechanism for logging of messages at different log levels,
175 * The internals of the g_dataset mechanism are now exported through the
/external/valgrind/unittest/
Dwildcard_test.supp1 # This suppression file tests an extension to the suppression mechanism:
5 # To test the suppression mechanism with this file, run Helgrind
/external/dbus/test/data/auth/
Danonymous-client-successful.auth-script5 ## Reject whatever mechanism the client picks first
/external/markdown/docs/extensions/
DImageLinks.txt7 ImageLinks is a Python-Markdown extension that provides a mechanism for
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_background.sgml15 <para>The original security mechanism of IEEE 802.11 standard was
49 keyed packet authentication mechanism (Michael MIC).</para>
64 of the selected key management mechanism (only the method for
/external/dbus/dbus/
Ddbus-auth.c104 const char *mechanism; /**< Name of the mechanism */ member
430 DBUS_AUTH_NAME (auth), auth->mech->mechanism); in shutdown_mech()
1350 while (all_mechanisms[i].mechanism != NULL) in find_mech()
1353 all_mechanisms[i].mechanism)) in find_mech()
1379 mech->mechanism)) in send_auth()
1467 while (all_mechanisms[i].mechanism != NULL) in send_rejected()
1474 all_mechanisms[i].mechanism)) in send_rejected()
1716 auth->mech->mechanism); in handle_auth()
1913 DBUS_AUTH_NAME (auth), mech->mechanism); in record_mechanisms()
1925 DBUS_AUTH_NAME (auth), mech->mechanism); in record_mechanisms()
[all …]
/external/e2fsprogs/debian/attic/
Dcomerrg-dev.menu4 description="libcomerr is an attempt to present a common error-handling mechanism to \
/external/iptables/extensions/
Dlibipt_ecn.man1 …f the IPv4 and TCP header. ECN is the Explicit Congestion Notification mechanism as specified in …
/external/valgrind/main/docs/internals/
Dnotes.txt107 The redirect mechanism should (could) be used to support vsyscalls on
111 place and making the AT_SYSINFO entry point at it, as that mechanism
127 Redirection mechanism
140 that nameing mechanism involves $ signs etc in symbol names, which
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
DExemptionMechanism_ImplTest.java289 public myEM(ExemptionMechanismSpi spi, Provider prov, String mechanism) { in myEM() argument
290 super(spi, prov, mechanism); in myEM()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as27 * ad naseum. This is a failsafe mechanism to guarantee that at least
64 * something nonnull so that the auto token emit mechanism will not
/external/webkit/LayoutTests/storage/indexeddb/
Ddatabase-quota-expected.txt1 Tests IndexedDB's quota enforcing mechanism.
/external/libpcap/
DREADME40 The libpcap interface supports a filtering mechanism based on the
77 mechanism that accepts BPF filters; see the README.linux file for
/external/clang/test/CodeGenObjC/
Dexceptions.m150 // as well as the no-match case in the catch mechanism. The i1 is whether
162 // Catch mechanism:
/external/e2fsprogs/debian/attic/libs/
Dcontrol26 libcomerr is an attempt to present a common error-handling mechanism to
61 libcomerr is an attempt to present a common error-handling mechanism to
/external/wpa_supplicant_8/hostapd/
DREADME111 minimal authentication mechanism for stations, whereas IEEE 802.1X
112 introduces a extensible mechanism for authenticating and authorizing
136 is a relatively simple mechanism for denying normal frames going to
246 The original security mechanism of IEEE 802.11 standard was not
278 keyed packet authentication mechanism (Michael MIC).
292 management mechanism (only the method for generating master session
/external/icu4c/test/testdata/
Dtestaliases.txt9 // This is a test resource to check whether the aliasing mechanism works
/external/strace/
DPORTING20 you may be able to use it to trace itself to determine what mechanism
31 boredom. If the mechanism is neither ptrace nor proc then examine how
/external/chromium/net/base/
Dev_root_ca_metadata.cc346 od.mechanism = CKM_INVALID_MECHANISM; in EVRootCAMetadata()

12345678910