/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/sunrpc/ |
clnt.h | 18 #include <linux/sunrpc/auth.h>
|
/system/bt/conf/ |
bt_stack.conf | 52 # SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize
|
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacecommerceanalytics/1.11.18/ |
aws-java-sdk-marketplacecommerceanalytics-1.11.18.jar | |
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-marketplacemeteringservice/1.11.18/ |
aws-java-sdk-marketplacemeteringservice-1.11.18.jar | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_smtplib.py | 357 mech, auth = arg.split()
360 self.push('504 auth type unimplemented')
362 if mech == 'plain' and auth==sim_auth_credentials['plain']:
363 self.push('235 plain auth ok')
364 elif mech=='login' and auth==sim_auth_credentials['login']:
477 self.serv.add_feature("AUTH PLAIN")
480 expected_auth_ok = (235, b'plain auth ok')
483 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they
486 # which results in smtplib raising an auth error. Fortunately the error
492 self.serv.add_feature("AUTH LOGIN") [all...] |
/external/apache-http/ |
Android.mk | 42 org.apache.http.impl.auth \ 49 org.apache.http.auth.params \ 50 org.apache.http.auth \
|
/external/apache-http/src/org/apache/http/auth/ |
AuthState.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthState.java $ 31 package org.apache.http.auth; 144 buffer.append("auth scope [");
|
/external/apache-http/src/org/apache/http/impl/auth/ |
RFC2617Scheme.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/RFC2617Scheme.java $ 31 package org.apache.http.impl.auth; 38 import org.apache.http.auth.MalformedChallengeException;
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HTTPAUTH.3 | 94 This is a meta symbol. OR this value together with a single specific auth 95 value to force libcurl to probe for un-restricted auth and if not, only that 96 single auth algorithm is acceptable.
|
/external/curl/tests/data/ |
test547 | 8 HTTP proxy NTLM auth 26 # this is returned first since we get no proxy-auth 83 HTTP proxy auth NTLM with POST data from read callback
|
test548 | 7 HTTP proxy NTLM auth 26 # this is returned first since we get no proxy-auth 83 HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS
|
test555 | 11 HTTP proxy NTLM auth 31 # this is returned first since we get no proxy-auth 88 HTTP proxy auth NTLM with POST data from read callback multi-if
|
/external/dhcpcd-6.8.2/ |
if-options.h | 40 #include "auth.h" 205 struct auth auth; member in struct:if_options
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AuthorizationParser.java | 68 Authorization auth = new Authorization(); local 69 super.parse(auth); 70 return auth;
|
/external/openssh/ |
auth-krb5.c | 1 /* $OpenBSD: auth-krb5.c,v 1.20 2013/07/20 01:55:13 djm Exp $ */ 5 * $FreeBSD: src/crypto/openssh/auth-krb5.c,v 1.6 2001/02/13 16:58:04 assar Exp $ 48 #include "auth.h"
|
auth.h | 1 /* $OpenBSD: auth.h,v 1.84 2015/05/08 06:41:56 djm Exp $ */ 140 int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *); 152 #include "auth-pam.h"
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
SupplicantStateTrackerTest.java | 103 * This test verifies that the current auth status is sent in the Broadcast intent 129 * This test verifies that the current auth status is sent in the Broadcast intent 155 * This test verifies the correct reasonCode for auth failure is sent in Broadcast
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/ |
EAPMethodTest.java | 43 new byte[] {0x0B /* length */, 0x0D /* EAP_TLS */, 0x03 /* Auth Param Count */, 77 // Non-EAP Inner Auth Type 79 // Inner Auth EAP Method
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
LocalizedNameResolver.java | 64 for (AuthenticatorDescription auth : am.getAuthenticatorTypes()) { 65 if (accountType.equals(auth.type)) { 66 return resolveAllContactsNameFromMetaData(context, auth.packageName);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoPriorityResolver.java | 108 for (AuthenticatorDescription auth : am.getAuthenticatorTypes()) { 109 if (accountType.equals(auth.type)) { 110 return resolvePhotoPriorityFromMetaData(auth.packageName);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_smtplib.py | 356 mech, auth = arg.split() 359 self.push('504 auth type unimplemented') 361 if mech == 'plain' and auth==sim_auth_credentials['plain']: 362 self.push('235 plain auth ok') 363 elif mech=='login' and auth==sim_auth_credentials['login']: 476 self.serv.add_feature("AUTH PLAIN") 479 expected_auth_ok = (235, b'plain auth ok') 482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they 485 # which results in smtplib raising an auth error. Fortunately the error 491 self.serv.add_feature("AUTH LOGIN" [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_smtplib.py | 356 mech, auth = arg.split() 359 self.push('504 auth type unimplemented') 361 if mech == 'plain' and auth==sim_auth_credentials['plain']: 362 self.push('235 plain auth ok') 363 elif mech=='login' and auth==sim_auth_credentials['login']: 476 self.serv.add_feature("AUTH PLAIN") 479 expected_auth_ok = (235, b'plain auth ok') 482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they 485 # which results in smtplib raising an auth error. Fortunately the error 491 self.serv.add_feature("AUTH LOGIN" [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 356 mech, auth = arg.split() 359 self.push('504 auth type unimplemented') 361 if mech == 'plain' and auth==sim_auth_credentials['plain']: 362 self.push('235 plain auth ok') 363 elif mech=='login' and auth==sim_auth_credentials['login']: 476 self.serv.add_feature("AUTH PLAIN") 479 expected_auth_ok = (235, b'plain auth ok') 482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they 485 # which results in smtplib raising an auth error. Fortunately the error 491 self.serv.add_feature("AUTH LOGIN" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_smtplib.py | 356 mech, auth = arg.split() 359 self.push('504 auth type unimplemented') 361 if mech == 'plain' and auth==sim_auth_credentials['plain']: 362 self.push('235 plain auth ok') 363 elif mech=='login' and auth==sim_auth_credentials['login']: 476 self.serv.add_feature("AUTH PLAIN") 479 expected_auth_ok = (235, b'plain auth ok') 482 # SimSMTPChannel doesn't fully support LOGIN or CRAM-MD5 auth because they 485 # which results in smtplib raising an auth error. Fortunately the error 491 self.serv.add_feature("AUTH LOGIN" [all...] |
/system/netd/server/ |
XfrmController.cpp | 385 saInfo.auth = XfrmAlgo{ 583 nlattr_algo_auth auth{}; 585 enum { NLMSG_HDR, USERSA, USERSA_PAD, CRYPT, CRYPT_PAD, AUTH, AUTH_PAD, iovLen }; 593 {&auth, 0}, // adjust size if auth algo is present 604 len = iov[AUTH].iov_len = fillNlAttrXfrmAlgoAuth(record.auth, &auth); 622 strncpy(algo->auth.alg_name, inAlgo.name.c_str(), sizeof(algo->auth.alg_name)) [all...] |