/external/kernel-headers/original/linux/netfilter/ |
xt_NFQUEUE.h | 1 /* iptables module for using NFQUEUE mechanism
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_NFQUEUE.h | 1 /* iptables module for using NFQUEUE mechanism
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFQUEUE.h | 1 /* iptables module for using NFQUEUE mechanism
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFQUEUE.h | 1 /* iptables module for using NFQUEUE mechanism
|
/external/chromium_org/jingle/notifier/base/ |
gaia_constants.cc | 9 // By default use a Google cookie auth mechanism.
|
gaia_token_pre_xmpp_auth.cc | 21 GaiaCookieMechanism(const std::string & mechanism, 26 mechanism, username, cookie, token_service) {} 111 const std::string& mechanism) { 112 if (mechanism == auth_mechanism_) 114 mechanism, username_, token_, token_service_);
|
/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
|
/external/objenesis/ |
README.android | 2 Java's standard constructor mechanism. This is sometimes useful in tests, and
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_NFQUEUE.h | 1 /* iptables module for using NFQUEUE mechanism
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_NFQUEUE.h | 1 /* iptables module for using NFQUEUE mechanism
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppauth.cc | 87 // No good mechanism found 92 const std::string& mechanism) { 93 if (mechanism == buzz::AUTH_MECHANISM_OAUTH2) { 95 mechanism, jid_.Str(), auth_token_, "oauth2"); 96 } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_TOKEN) { 97 return new buzz::SaslCookieMechanism(mechanism, jid_.Str(), auth_token_); 98 // } else if (mechanism == buzz::AUTH_MECHANISM_GOOGLE_COOKIE) { 99 // return new buzz::SaslCookieMechanism(mechanism, jid.Str(), sid_); 100 } else if (mechanism == buzz::AUTH_MECHANISM_PLAIN) {
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
AttrTextHints.java | 24 * The server has applied a heuristic or other mechanism and 36 * The server has applied a heuristic or other mechanism and
|
/external/chromium_org/chrome/common/ |
child_process_logging.h | 13 // Sets up the base/debug/crash_logging.h mechanism.
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/ |
favicon.html | 1 Required if the extension uses the "chrome://favicon/<em>url</em>" mechanism to display the favicon of a page. For example, to display the favicon of http://www.google.com/, you declare the "chrome://favicon/" permission and use HTML code like this: <pre><img src="chrome://favicon/http://www.google.com/"></pre>
|
/external/chromium_org/net/base/ |
network_change_notifier_factory.h | 13 // NetworkChangeNotifierFactory provides a mechanism for overriding the default
|
/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/smack/src/org/apache/qpid/management/common/sasl/ |
CRAMMD5HashedSaslClientFactory.java | 32 /** The name of this mechanism */ 33 public static final String MECHANISM = "CRAM-MD5-HASHED"; 41 if (mechanisms[i].equals(MECHANISM)) 57 return new String[]{MECHANISM};
|
/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/smack/src/org/jivesoftware/smack/ |
SASLAuthentication.java | 47 * mechanism wont be used until {@link #supportSASLMechanism(String, int)} is called. By default,
107 * Registers a new SASL mechanism
109 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
117 * Unregisters an existing SASL mechanism. Once the mechanism has been unregistered it won't
118 * be possible to authenticate users using the removed SASL mechanism. It also removes the
119 * mechanism from the supported list.
121 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
130 * Registers a new SASL mechanism in the specified preference position. The client will try
131 * to authenticate using the most prefered SASL mechanism that is also supported by the server. [all...] |