HomeSort by relevance Sort by last modified time
    Searched full:auth (Results 151 - 175 of 707) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-http/src/org/apache/http/auth/
BasicUserPrincipal.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/BasicUserPrincipal.java $
31 package org.apache.http.auth;
InvalidCredentialsException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/InvalidCredentialsException.java $
31 package org.apache.http.auth;
MalformedChallengeException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/MalformedChallengeException.java $
31 package org.apache.http.auth;
NTUserPrincipal.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/NTUserPrincipal.java $
31 package org.apache.http.auth;
  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 33 import org.apache.http.auth.AuthScope;
34 import org.apache.http.auth.Credentials;
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngine.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/NTLMEngine.java $
31 package org.apache.http.impl.auth;
UnsupportedDigestAlgorithmException.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/UnsupportedDigestAlgorithmException.java $
31 package org.apache.http.impl.auth;
  /external/bluetooth/bluez/src/
device.h 61 void device_set_auth(struct btd_device *device, uint8_t auth);
79 void device_set_authorizing(struct btd_device *device, gboolean auth);
  /external/dropbear/
auth.h 82 is updated each run through, used for auth checking */
83 unsigned char authtypes; /* Flags indicating which auth types are still
Android.mk 19 cli-algo.c cli-main.c cli-auth.c cli-authpasswd.c cli-kex.c \
common-runopts.c 30 #include "auth.h"
svr-authpam.c 32 #include "auth.h"
161 /* Process a password auth request, sending success or failure messages as
162 * appropriate. To the client it looks like it's doing normal password auth (as
242 dropbear_log(LOG_NOTICE, "PAM password auth succeeded for '%s' from %s",
  /external/ipsec-tools/src/racoon/
throttle.c 124 * No match, if auth failed, allocate a new throttle entry
140 * We had a match and auth failed, increase penalty.
vendorid.h 47 * Refer to draft-ietf-ipsec-isakmp-gss-auth-06.txt.
76 /* Hybrid auth */
  /external/ppp/pppd/
auth.c 2 * auth.c - PPP authentication and phase control.
71 #define RCSID "$Id: auth.c,v 1.101 2004/11/12 10:30:51 paulus Exp $"
206 * This is used to ensure that we don't start an auth-up/down
225 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */
226 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */
227 bool refuse_eap = 0; /* Don't wanna auth. ourselves with EAP */
229 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */
230 bool refuse_mschap_v2 = 0; /* Don't wanna auth. ourselves with MS-CHAPv2 */
232 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */
233 bool refuse_mschap_v2 = 1; /* Don't wanna auth. ourselves with MS-CHAPv2 *
705 int auth; local
    [all...]
Makefile.sol2 12 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
  /bionic/libc/kernel/common/linux/sunrpc/
clnt.h 18 #include <linux/sunrpc/auth.h>
  /dalvik/docs/
libraries.html 120 <li>javax.security.auth</li>
121 <li>javax.security.auth.callback</li>
122 <li>javax.security.auth.login</li>
123 <li>javax.security.auth.x500</li>
  /dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
UnsupportedCallbackException.java 18 package javax.security.auth.callback;
  /development/pdk/docs/porting/
release_keys.jd 29 <p>A device manufacturer's keys for each product should be stored under <code>vendor/&lt;vendor_name&gt;/security/&lt;product_name&gt;</code>, where <code>&lt;vendor_name&gt;</code> and <code>&lt;product_name&gt;</code> represent the manufacturer and product names. To simplify key creation, copy the script below to this directory in a file called <code>mkkey.sh</code>. To customize your keys, change the line that starts with AUTH to reflect the correct information for your company:</p>
32 AUTH='/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailAddress=android@android.com'
37 echo " $AUTH"
44 -subj "$AUTH"
  /external/kernel-headers/original/linux/sunrpc/
auth_gss.h 18 #include <linux/sunrpc/auth.h>
  /external/ppp/pppd/plugins/radius/etc/
dictionary.compat 20 VALUE Auth-Type Unix 1
  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
DNParserTest.java 20 import javax.security.auth.x500.X500Principal;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
openAuthSm.c 134 /* next state and actions for AUTH state */
216 authAlgo = ENDIAN_HANDLE_WORD(pFrame->content.auth.authAlgo);
229 TRACE1(pHandle->hReport, REPORT_SEVERITY_SM, "OPEN_AUTH_SM: DEBUG Authentication status is %d \n", pFrame->content.auth.status);
231 pHandle->authData.status = pFrame->content.auth.status;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
clnt.h 18 #include <linux/sunrpc/auth.h>

Completed in 231 milliseconds

1 2 3 4 5 67 8 91011>>