/external/apache-http/src/org/apache/http/impl/auth/ |
BasicScheme.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/BasicScheme.java $ 31 package org.apache.http.impl.auth; 36 import org.apache.http.auth.AuthenticationException; 37 import org.apache.http.auth.Credentials; 38 import org.apache.http.auth.AUTH; 39 import org.apache.http.auth.MalformedChallengeException; 40 import org.apache.http.auth.params.AuthParams; 123 * @throws org.apache.http.auth.InvalidCredentialsException if authentication credentials 175 buffer.append(AUTH.PROXY_AUTH_RESP) [all...] |
BasicSchemeFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/BasicSchemeFactory.java $ 32 package org.apache.http.impl.auth; 34 import org.apache.http.auth.AuthScheme; 35 import org.apache.http.auth.AuthSchemeFactory;
|
DigestSchemeFactory.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/DigestSchemeFactory.java $ 32 package org.apache.http.impl.auth; 34 import org.apache.http.auth.AuthScheme; 35 import org.apache.http.auth.AuthSchemeFactory;
|
DigestScheme.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/DigestScheme.java $ 31 package org.apache.http.impl.auth; 40 import org.apache.http.auth.AuthenticationException; 41 import org.apache.http.auth.Credentials; 42 import org.apache.http.auth.AUTH; 43 import org.apache.http.auth.MalformedChallengeException; 44 import org.apache.http.auth.params.AuthParams; 55 * Currently only qop=auth or no qop is supported. qop=auth-in [all...] |
AuthSchemeBase.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/AuthSchemeBase.java $ 31 package org.apache.http.impl.auth; 35 import org.apache.http.auth.AUTH; 36 import org.apache.http.auth.AuthScheme; 37 import org.apache.http.auth.MalformedChallengeException; 76 if (authheader.equalsIgnoreCase(AUTH.WWW_AUTH)) { 78 } else if (authheader.equalsIgnoreCase(AUTH.PROXY_AUTH)) {
|
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestTargetAuthentication.java | 41 import org.apache.http.auth.AUTH; 42 import org.apache.http.auth.AuthScheme; 43 import org.apache.http.auth.AuthState; 44 import org.apache.http.auth.AuthenticationException; 45 import org.apache.http.auth.Credentials; 72 if (request.containsHeader(AUTH.WWW_AUTH_RESP)) {
|
/external/dbus/dbus/ |
dbus-auth-util.c | 2 /* dbus-auth-util.c Would be in dbus-auth.c, but only used for tests/bus 25 #include "dbus-auth.h" 36 #include "dbus-auth-script.h" 95 if (!_dbus_string_ends_with_c_str (&filename, ".auth-script")) 97 _dbus_verbose ("Skipping non-.auth-script file %s\n", 144 if (!process_test_subdir (&test_directory, "auth"))
|
/external/dropbear/ |
filelist.txt | 33 auth.c General auth handling, including user checking etc, 34 passes different auth types to auth{passwd,pubkey} 36 authpasswd.c Handles /etc/passwd or /etc/shadow auth 38 authpubkey.c Handles ~/.ssh/authorized_keys auth 57 agentfwd.c Handles auth-agent forwarding requests
|
svr-auth.c | 25 /* This file (auth.c) handles authentication requests, passing it to the 26 * particular type (auth-passwd, auth-pubkey). */ 34 #include "auth.h" 49 /* Reset the auth state, but don't reset the failcount. This is for if the 99 /* ignore packets if auth is already done */ 124 dropbear_exit("unknown service in auth"); 147 /* user wants to try password auth */ 160 /* user wants to try password auth */ 171 /* user wants to try pubkey auth */ [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 35 ATTRIBUTE MS-Acct-Auth-Type 23 integer Microsoft 67 # MS-Acct-Auth-Type Values 69 VALUE MS-Acct-Auth-Type PAP 1 70 VALUE MS-Acct-Auth-Type CHAP 2 71 VALUE MS-Acct-Auth-Type MS-CHAP-1 3 72 VALUE MS-Acct-Auth-Type MS-CHAP-2 4 73 VALUE MS-Acct-Auth-Type EAP 5
|
/external/wpa_supplicant/wpa_gui/ |
networkconfig.ui.h | 41 int auth, encr = 0; local 43 auth = AUTH_WPA2_EAP; 45 auth = AUTH_WPA_EAP; 47 auth = AUTH_WPA2_PSK; 49 auth = AUTH_WPA_PSK; 51 auth = AUTH_NONE; 62 authSelect->setCurrentItem(auth); 63 authChanged(auth); 104 int auth = authSelect->currentItem(); local 106 if (auth == AUTH_WPA_PSK || auth == AUTH_WPA2_PSK) 331 int auth = AUTH_NONE, encr = 0; local [all...] |
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 71 int auth, encr = 0; local 73 auth = AUTH_WPA2_EAP; 75 auth = AUTH_WPA_EAP; 77 auth = AUTH_WPA2_PSK; 79 auth = AUTH_WPA_PSK; 81 auth = AUTH_NONE; 92 authSelect->setCurrentItem(auth); 93 authChanged(auth); 134 int auth = authSelect->currentItem(); local 136 if (auth == AUTH_WPA_PSK || auth == AUTH_WPA2_PSK) 370 int auth = AUTH_NONE, encr = 0; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 74 int auth, encr = 0; local 76 auth = AUTH_WPA2_EAP; 78 auth = AUTH_WPA_EAP; 80 auth = AUTH_WPA2_PSK; 82 auth = AUTH_WPA_PSK; 84 auth = AUTH_NONE; 95 authSelect->setCurrentIndex(auth); 96 authChanged(auth); 99 wepEnabled(auth == AUTH_NONE && encr == 1); 160 phase2Select->addItem("GTC(auth) + MSCHAPv2(prov)") 188 int auth = authSelect->currentIndex(); local 520 int auth = AUTH_NONE, encr = 0; local [all...] |
/external/ppp/pppd/plugins/radius/ |
sendserver.c | 33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) 42 buf = auth->data; 107 vector = (char *)auth->vector; 143 memcpy ((char *) md5buf + secretlen, (char *) auth->vector, 200 AUTH_HDR *auth, *recv_auth; local 262 auth = (AUTH_HDR *) send_buffer; 263 auth->code = data->code; 264 auth->id = data->seq_nbr; 268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN; 270 auth->length = htons ((unsigned short) total_length) [all...] |
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaxSecurityAuthSubject.java | 44 import javax.security.auth.AuthPermission; 45 import javax.security.auth.Subject; 49 * for class javax.security.auth.Subject 52 value = javax.security.auth.Subject.class, 110 "javax.security.auth.Subject.getSubject() must call checkPermission on security manager", 155 "javax.security.auth.Subject.setReadOnly() must call checkPermission on security manager", 164 args = {javax.security.auth.Subject.class, java.security.PrivilegedAction.class} 170 args = {javax.security.auth.Subject.class, java.security.PrivilegedExceptionAction.class} 204 "javax.security.auth.Subject.doAs must call checkPermission on security manager", 217 "javax.security.auth.Subject.doAs must call checkPermission on security manager" [all...] |
/external/bluetooth/bluez/src/ |
device.c | 128 uint8_t auth; member in struct:btd_device 940 device->auth = 0xff; 1991 struct authentication_req *auth = device->authr; local 2000 struct authentication_req *auth = device->authr; local 2115 struct authentication_req *auth = data; local 2129 struct authentication_req *auth = data; local 2144 struct authentication_req *auth = data; local 2158 struct authentication_req *auth = data; local 2173 struct authentication_req *auth; local 2269 struct authentication_req *auth = device->authr; local [all...] |
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/ |
AllTests.java | 17 package tests.api.javax.security.auth; 23 * This is autogenerated source file. Includes tests for package tests.api.javax.security.auth; 33 TestSuite suite = tests.TestSuiteFactory.createTestSuite("All tests for package tests.api.javax.security.auth;");
|
AuthPermissionTest.java | 18 package tests.api.javax.security.auth; 26 import javax.security.auth.AuthPermission; 37 * @tests javax.security.auth.AuthPermission#AuthPermission(String name) 65 * @tests javax.security.auth.AuthPermission#AuthPermission(String name, String actions)
|
X500PrincipalTest.java | 18 package tests.api.javax.security.auth; 26 import javax.security.auth.x500.X500Principal; 42 * @tests javax.security.auth.x500.X500Principal#X500Principal(String name) 80 * @tests javax.security.auth.x500.X500Principal#X500Principal(InputStream is) 122 * @tests javax.security.auth.x500.X500Principal#X500Principal(byte[] name) 163 * @tests javax.security.auth.x500.X500Principal#getName() 183 * @tests javax.security.auth.x500.X500Principal#getName(String format) 230 * @tests javax.security.auth.x500.X500Principal#hashCode() 250 * @tests javax.security.auth.x500.X500Principal#toString() 271 * @tests javax.security.auth.x500.X500Principal#getEncoded() [all...] |
/system/core/nexus/ |
SupplicantConnectedEvent.cpp | 28 // "- Connection to 00:13:46:40:40:aa completed (auth) [id=1 id_str=], 89" 35 // "- Connection to 00:13:46:40:40:aa completed (auth) [id=1 id_str=], 89" 40 if (!strncmp(++p, "(auth)", 6))
|
/dalvik/libcore/auth/src/main/java/javax/security/auth/ |
package.html | 13 For example the class <i>javax.security.auth.SubjectDomainCombiner</i> updates the
|
/external/apache-http/src/org/apache/http/auth/params/ |
AuthPNames.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/params/AuthPNames.java $ 32 package org.apache.http.auth.params; 45 * {@link org.apache.http.auth.Credentials}. 54 public static final String CREDENTIAL_CHARSET = "http.auth.credential-charset";
|
/external/kernel-headers/original/linux/nfsd/ |
auth.h | 2 * include/linux/nfsd/auth.h
|
/external/netcat/data/ |
pmap-mnt.d | 37 000 # 0x00 # . # auth junk: cb_cred: auth_unix = 1; NONE = 0 42 000 # 0x00 # . # auth junk 47 000 # 0x00 # . # auth junk 52 000 # 0x00 # . # auth junk
|
/external/ppp/pppd/ |
pathnames.h | 27 #define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up" 28 #define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
|