Searched
full:auth (Results
501 -
525 of
2231) sorted by null
<<21222324252627282930>>
/external/apache-http/src/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;
|
/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/curl/tests/data/ |
test257 | 7 HTTP Basic auth 77 # netrc auth for two out of three sites:
|
test551 | 9 HTTP proxy Digest auth 68 HTTP proxy auth Digest with POST data from read callback
|
test590 | 8 HTTP proxy NTLM auth 25 # this is returned first since we get no proxy-auth
|
/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/libmicrohttpd/w32/VS2013/ |
MHD_config.h | 15 /* Enable basic Auth support */ 18 /* Enable digest Auth support */
|
/external/ltp/testcases/network/stress/ipsec/ |
ipsec_lib.sh | 71 algo_line="auth $AALGO $AALGO_KEY" 75 algo_line="enc $EALGO $EALGO_KEY auth $AALGO $AALGO_KEY"
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelperImpl.java | 293 * @throws OperationFailedException if auth header was malformated. 300 // (e.g. "auth,auth-int") Client is supposed to pick one 302 String qop = (qopList != null) ? "auth" : null; 360 * @throws OperationFailedException if auth header was malformated. 367 // (e.g. "auth,auth-int") Client is supposed to pick one 369 String qop = (qopList != null) ? "auth" : null;
|
/external/openssh/ |
auth-chall.c | 1 /* $OpenBSD: auth-chall.c,v 1.14 2014/06/24 01:13:21 djm Exp $ */ 36 #include "auth.h"
|
auth-rh-rsa.c | 1 /* $OpenBSD: auth-rh-rsa.c,v 1.44 2014/07/15 15:54:14 millert Exp $ */ 34 #include "auth.h"
|
auth-sia.c | 41 #include "auth.h" 42 #include "auth-sia.h"
|
/external/openssh/openbsd-compat/ |
port-uw.c | 43 #include "auth-options.h" 48 #include "auth.h"
|
/external/ppp/pppd/ |
auth.c | 2 * auth.c - PPP authentication and phase control. 71 #define RCSID "$Id: auth.c,v 1.117 2008/07/01 12:27:56 paulus Exp $" 206 * This is used to ensure that we don't start an auth-up/down 224 bool refuse_pap = 0; /* Don't wanna auth. ourselves with PAP */ 225 bool refuse_chap = 0; /* Don't wanna auth. ourselves with CHAP */ 226 bool refuse_eap = 0; /* Don't wanna auth. ourselves with EAP */ 228 bool refuse_mschap = 0; /* Don't wanna auth. ourselves with MS-CHAP */ 229 bool refuse_mschap_v2 = 0; /* Don't wanna auth. ourselves with MS-CHAPv2 */ 231 bool refuse_mschap = 1; /* Don't wanna auth. ourselves with MS-CHAP */ 232 bool refuse_mschap_v2 = 1; /* Don't wanna auth. ourselves with MS-CHAPv2 * 729 int auth; local [all...] |
/external/tcpdump/tests/ |
isakmp5-v.out | 5 (t: #1 id=ike (type=enc value=aes)(type=keylen value=0080)(type=hash value=sha1)(type=group desc value=modp768)(type=auth value=preshared)(type=lifetype value=sec)(type=lifeduration len=4 value=00015180)))) 13 (t: #1 id=ike (type=enc value=aes)(type=keylen value=0080)(type=hash value=sha1)(type=group desc value=modp768)(type=auth value=preshared)(type=lifetype value=sec)(type=lifeduration len=4 value=00015180))))
|
/external/tpm2/ |
CreatePrimary.c | 28 // TPM_RC_SIZE size of public auth policy or sensitive auth value does not match
|
PCR_fp.h | 19 // auth group, the value in this 54 TPM2B_AUTH *auth // OUT: authValue of PCR
|
PolicySecret.c | 62 // Update policy context with input policyRef and name of auth key 96 // auth ticket is null
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RadioNVItems.java | 47 int RIL_NV_MIP_PROFILE_AAA_AUTH = 33; // AAA auth 48 int RIL_NV_MIP_PROFILE_HA_AUTH = 34; // HA auth
|
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRLSelectorTest.java | 32 import javax.security.auth.x500.X500Principal; 37 * java.security.cert.X509CRLSelector#addIssuer(javax.security.auth.x500.X500Principal)
|
/libcore/ojluni/src/main/java/javax/crypto/ |
SecretKey.java | 39 * {@link javax.security.auth.Destroyable} interface to enable 61 java.security.Key, javax.security.auth.Destroyable {
|
/libcore/ojluni/src/main/java/javax/security/auth/callback/ |
PasswordCallback.java | 26 package javax.security.auth.callback; 33 * @see javax.security.auth.callback.CallbackHandler
|
Completed in 3185 milliseconds
<<21222324252627282930>>