HomeSort by relevance Sort by last modified time
    Searched full:auth (Results 276 - 300 of 2231) sorted by null

<<11121314151617181920>>

  /external/curl/tests/data/
test242 7 HTTP Basic auth
test264 7 HTTP proxy Basic auth
test278 7 HTTP proxy Basic auth
test279 7 HTTP proxy Basic auth
test301 6 HTTP Basic auth
test63 7 HTTP proxy Basic auth
test93 29 HTTP GET with failed proxy auth
test2031 6 HTTP NTLM auth
12 <!-- First request has NTLM auth, wrong password -->
14 HTTP/1.1 401 Need NTLM auth
43 <!-- Second request has NTML auth, right password -->
45 HTTP/1.1 401 Need NTLM auth (2)
73 <!-- Third request has NTLM auth, wrong password -->
75 HTTP/1.1 401 Need NTLM auth (3)
104 <!-- Fourth request has NTLM auth, wrong password -->
106 HTTP/1.1 401 Need NTLM auth (4)
135 <!-- Fifth request has NTLM auth, right password --
    [all...]
test275 7 HTTP Basic auth
9 HTTP proxy Basic auth
test80 7 HTTP Basic auth
9 HTTP proxy Basic auth
  /external/curl/tests/libtest/
libauthretry.c 23 * argv2 = main auth type
24 * argv3 = second auth type
44 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme);
94 fprintf(stderr, "auth schemes not found on commandline\n");
  /external/libdrm/tests/
Makefile.am 62 auth \
  /external/libjpeg-turbo/release/
Distribution.xml 22 <pkg-ref auth="root"
  /external/openssh/
TODO 35 - Use different PAM service name for kbdint vs regular auth (suggest from
41 - It looks like we could merge it into the password auth code to cut down
42 on diff size. Maybe PAM password auth too?
84 + Privsep for Pre-auth only (no fd passing)
  /external/tpm2/
ClearControl.c 32 if(in->auth == TPM_RH_LOCKOUT && in->disable == NO)
Entity_fp.h 15 AUTH_VALUE *auth // OUT: authValue of the entity
  /frameworks/base/core/java/android/app/trust/
IStrongAuthTracker.aidl 20 * Private API to be notified about strong auth changes
  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
VendorSpecificAuth.java 45 return "Auth method VendorSpecificAuth, data = " + Arrays.toString(mData) + '\n';
  /system/sepolicy/public/
gatekeeperd.te 24 # Need to add auth tokens to KeyStore
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType); local
209 source = new GoogleSource(auth.packageName);
211 source = new ExchangeSource(auth.packageName);
215 + ", packageName=" + auth.packageName);
216 source = new ExternalSource(auth.packageName);
220 source.accountType = auth.type;
221 source.titleRes = auth.labelId;
222 source.iconRes = auth.iconId;
237 for (AuthenticatorDescription auth : auths) {
238 if (accountType.equals(auth.type))
    [all...]
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/
AndroidManifest.xml 19 package="com.android.cts.devicepolicy.accountcheck.auth"
43 android:targetPackage="com.android.cts.devicepolicy.accountcheck.auth" />
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
TrEEPhysicalPresenceLib.h 33 @param PlatformAuth platform auth value. NULL means no platform auth change.
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authnone_create/
rpc_authnone_create.c 49 AUTH *authNone = NULL;
54 test_status = ((AUTH *) authNone != NULL) ? 0 : 1;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authdes_create/
tirpc_authdes_create.c 45 AUTH *authDes = NULL;
53 test_status = ((AUTH *) authDes != NULL) ? 0 : 1;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_auth_authnone_create/
tirpc_authnone_create.c 45 AUTH *authNone = NULL;
50 test_status = ((AUTH *) authNone != NULL) ? 0 : 1;

Completed in 1286 milliseconds

<<11121314151617181920>>