HomeSort by relevance Sort by last modified time
    Searched full:mechanism (Results 1 - 25 of 1499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/netfilter/
xt_NFQUEUE.h 1 /* iptables module for using NFQUEUE mechanism
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_NFQUEUE.h 1 /* iptables module for using NFQUEUE mechanism
  /external/dbus/test/data/auth/
anonymous-client-successful.auth-script 5 ## Reject whatever mechanism the client picks first
  /external/iptables/include/linux/netfilter/
xt_NFQUEUE.h 1 /* iptables module for using NFQUEUE mechanism
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_NFQUEUE.h 1 /* iptables module for using NFQUEUE mechanism
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_NFQUEUE.h 1 /* iptables module for using NFQUEUE mechanism
  /external/kernel-headers/original/linux/sunrpc/
gss_api.h 21 /* The mechanism-independent gss-api context: */
74 /* Each mechanism is described by the following struct: */
81 /* pseudoflavors supported by this mechanism: */
116 /* returns a mechanism descriptor given an OID, and increments the mechanism's
120 /* Returns a reference to a mechanism, given a name like "krb5" etc. */
126 /* Just increments the mechanism's reference count and returns its input: */
  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanismSpi.java 39 * Generates the result key blob for this exemption mechanism.
41 * @return the result key blob for this exemption mechanism.
49 * Generates the result key blob for this exemption mechanism and stores it
84 * if the key cannot be used to initialize this mechanism.
98 * the parameters for this exemption mechanism algorithm.
100 * if the key cannot be used to initialize this mechanism.
103 * mechanism.
118 * the parameters for this exemption mechanism algorithm.
120 * if the key cannot be used to initialize this mechanism.
123 * mechanism
    [all...]
ExemptionMechanism.java 33 * This class implements the functionality of an exemption mechanism such as
47 // Store mechanism name
48 private final String mechanism; field in class:ExemptionMechanism
66 * @param mechanism
67 * the name of the mechanism.
70 Provider provider, String mechanism) {
71 this.mechanism = mechanism;
83 return mechanism;
88 * specified exemption mechanism algorithm
    [all...]
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 4 description="libcomerr is an attempt to present a common error-handling mechanism to \
  /external/markdown/docs/extensions/
ImageLinks.txt 7 ImageLinks is a Python-Markdown extension that provides a mechanism for
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppauth.cc 72 // No good mechanism found
77 const std::string & mechanism) {
78 if (mechanism == "X-GOOGLE-TOKEN") {
79 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_cookie_);
80 //} else if (mechanism == "X-GOOGLE-COOKIE") {
81 // return new buzz::SaslCookieMechanism(mechanism, jid.Str(), sid_);
82 } else if (mechanism == "PLAIN") {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslhandler.h 39 // Creates mechanisms to deal with a given mechanism
51 // Creates a SaslMechanism for the given mechanism name (you own it
54 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) = 0;
saslcookiemechanism.h 41 SaslCookieMechanism(const std::string & mechanism,
45 : mechanism_(mechanism),
50 SaslCookieMechanism(const std::string & mechanism,
53 : mechanism_(mechanism),
plainsaslhandler.h 61 // Creates a SaslMechanism for the given mechanism name (you own it
63 virtual SaslMechanism * CreateSaslMechanism(const std::string & mechanism) {
64 if (mechanism == "PLAIN") {
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl4Test.java 92 * Test for <code>createSaslServer(String mechanism,
96 * throws NullPointerException when mechanism is null;
98 * mechanism) are wrong.
138 * Test for <code>createSaslServer(String mechanism,
157 * Test for <code>createSaslServer(String mechanism,
163 * throws SaslServer for MECH-1 mechanism
188 // try to create Server for wrong mechanism
198 * Test for <code>createSaslServer(String mechanism,
204 * throws SaslServer for MECH-1 mechanism
221 // try to create Server for wrong mechanism
    [all...]
Sasl2Test.java 73 private static final String[] mech = { "mechanism", "NEW-MECHANISM", "AA",
87 * 4 different providers define the same mechanism and refer to the same
123 assertEquals("Wrong mechanism name", mech00[i], mech01[i]);
138 * 4 different providers define different mechanism and refer to the same
173 assertEquals("Wrong mechanism name", mech00[i], mech01[i]);
188 * 2 different providers define the same mechanism and refer to the
218 assertEquals("Wrong mechanism name", mech00[i], mech01[i]);
232 assertEquals("Wrong mechanism name", mech00[i], mech01[i]);
247 * 1 provider defines different mechanism and refer to the sam
    [all...]
  /external/chromium/base/
message_pump_glib_x_dispatch.h 17 // MessagePumpForUI::Dispatcher provides the mechanism for dispatching
18 // GdkEvents. This class provides additional mechanism for dispatching XEvents.
  /external/e2fsprogs/misc/
e2undo.8.in 31 will refuse to apply the undo log as a safety mechanism. The
33 option disables this safety mechanism.
  /external/valgrind/unittest/
wildcard_test.supp 1 # This suppression file tests an extension to the suppression mechanism:
5 # To test the suppression mechanism with this file, run Helgrind
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi_ioctl.h 29 #define SCSI_IOCTL_DOORLOCK 0x5380 /* Lock the eject mechanism. */
30 #define SCSI_IOCTL_DOORUNLOCK 0x5381 /* Unlock the mechanism. */
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win.h 14 // mechanism provided by Windows Groups Policy. Policy decisions are
  /external/iptables/extensions/
libipt_ecn.man 1 This allows you to match the ECN bits of the IPv4 and TCP header. ECN is the Explicit Congestion Notification mechanism as specified in RFC3168
  /external/libffi/man/
ffi.3 26 The foreign function interface provides a mechanism by which a function can
  /external/libnfc-nxp/src/
nfc_osal_deferred_call.h 27 *ref\PHOSALNFC_MESSAGE_BASE to main thread via windows post messaging mechanism.

Completed in 4588 milliseconds

1 2 3 4 5 6 7 8 91011>>