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

1 2 3 4 5 6 7 891011>>

  /system/tpm/trunks/
hmac_authorization_delegate.cc 63 TPMS_AUTH_COMMAND auth; local
64 auth.session_handle = session_handle_;
68 auth.nonce = caller_nonce_;
69 auth.session_attributes = kContinueSession;
72 auth.session_attributes |= kDecryptSession;
75 auth.session_attributes |= kEncryptSession;
81 CHECK_EQ(Serialize_TPMA_SESSION(auth.session_attributes, &attributes_bytes),
99 auth.hmac = Make_TPM2B_DIGEST(digest);
101 TPM_RC serialize_error = Serialize_TPMS_AUTH_COMMAND(auth, authorization);
103 LOG(ERROR) << "Could not serialize command auth."
    [all...]
  /cts/tests/tests/accounts/CtsUnaffiliatedAccountAuthenticators/src/android/accounts/cts/unaffiliated/
DefaultAccountAuthService.java 32 TestDefaultAuthenticator auth = local
34 return auth.getIBinder();
StdAccountAuthService.java 32 TestAccountAuthenticator auth = local
34 return auth.getIBinder();
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/
SignInActivity.java 30 import com.google.android.gms.auth.api.Auth;
31 import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
32 import com.google.android.gms.auth.api.signin.GoogleSignInOptions;
33 import com.google.android.gms.auth.api.signin.GoogleSignInResult;
80 .addApi(Auth.GOOGLE_SIGN_IN_API, gso)
89 Auth.GoogleSignInApi.getSignInIntent(mGoogleApiClient);
117 GoogleSignInResult result = Auth.GoogleSignInApi.getSignInResultFromIntent(data);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/DxeTrEEPhysicalPresenceLibNull/
DxeTrEEPhysicalPresenceLibNull.c 60 @param[in] PlatformAuth platform auth value. NULL means no platform auth change.
80 @param[in] PlatformAuth platform auth value. NULL means no platform auth change.
187 @param[in] PlatformAuth platform auth value. NULL means no platform auth change.
212 @param[in] PlatformAuth platform auth value. NULL means no platform auth change.
  /external/apache-http/src/org/apache/http/impl/auth/
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;
81 if (authheader.equalsIgnoreCase(AUTH.WWW_AUTH)) {
83 } else if (authheader.equalsIgnoreCase(AUTH.PROXY_AUTH)) {
  /external/autotest/frontend/migrations/
059_drone_sets_permissions.py 27 If the auth tables don't exist, we shouldn't try to set the permissions.
29 The auth tables will exist if this is an existing Autotest installation. If
  /external/curl/tests/data/
test1419 6 HTTP NTLM auth
45 HTTP with --anyauth (but no auth!) and connection re-use
test281 13 HTTP/1.1 401 Bad Auth swsclose
31 HTTP PUT from file with 100 + 401 responses and -f without auth given
test3 6 HTTP Basic auth
36 HTTP POST with auth and contents but with content-length set to 0
test82 7 HTTP proxy Basic auth
8 HTTP proxy NTLM auth
test822 6 SASL AUTH NTLM
14 AUTH NTLM
test827 6 SASL AUTH NTLM
15 AUTH NTLM
test842 6 SASL AUTH OAUTH2
16 AUTH OAUTHBEARER
test843 6 SASL AUTH OAUTH2
17 AUTH OAUTHBEARER
test844 6 SASL AUTH OAUTH2
16 AUTH OAUTHBEARER
test845 6 SASL AUTH OAUTH2
17 AUTH OAUTHBEARER
test85 6 HTTP Basic auth
8 HTTP proxy Basic auth
test2028 6 HTTP Digest auth
7 HTTP NTLM auth
16 <!-- First request has Digest auth, wrong password -->
18 HTTP/1.1 401 Need Digest or NTLM auth
39 <!-- Second request has NTLM auth, right password -->
41 HTTP/1.1 401 Need Digest or NTLM auth (2)
70 <!-- Third request has Digest auth, wrong password -->
72 HTTP/1.1 401 Need Digest or NTLM auth (3)
93 <!-- Fourth request has NTLM auth, wrong password -->
95 HTTP/1.1 401 Need Digest or NTLM auth (4)
    [all...]
  /external/ppp/pppd/
pathnames.h 28 #define _PATH_AUTHUP _ROOT_PATH "/etc/ppp/auth-up"
29 #define _PATH_AUTHDOWN _ROOT_PATH "/etc/ppp/auth-down"
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.h 18 /* we sent an AUTH message with seq 1 */
40 struct wpa_state_machine *auth; member in struct:ibss_rsn_peer
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /external/apache-http/src/org/apache/http/auth/
AUTH.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AUTH.java $
32 package org.apache.http.auth;
46 public final class AUTH {
68 private AUTH() {

Completed in 1730 milliseconds

1 2 3 4 5 6 7 891011>>