/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
creds.py | 44 boto config file if a type of credential is needed that's not stored in the 45 gcloud credential store (e.g., an HMAC credential for an S3 account). 56 for a service account), you run gsutil config once for each credential, and 70 <B>SUPPORTED CREDENTIAL TYPES</B> 77 This is the default type of credential that will be created when you run 83 This type of credential can be used by programs that are implemented using 85 certain other cloud storage service providers. This type of credential can 87 that support HMAC credentials. This is the type of credential that will be 101 This is the preferred type of credential to use when authenticating o [all...] |
/external/tpm2/ |
ActivateCredential.c | 34 // credential 35 TPM2B_DATA data; // credential data 53 // Decrypt input credential data via asymmetric decryption. A
|
/frameworks/support/compat/java/android/support/v4/os/ |
UserManagerCompat.java | 32 * pattern or PIN), and credential-encrypted private app data storage is 46 * pattern or PIN), and credential-encrypted private app data storage is 60 * pattern or PIN), and credential-encrypted private app data storage is
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
credentials_lib.py | 6 one. Once loaded, the credential will be re-serialized with the new
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AccountManager.java | 13 * @param realm - the realm that is being challenged for which a credential should be
|
SecureAccountManager.java | 12 * @param realm - the realm that is being challenged for which a credential should be
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/pps/ |
HomeSP.java | 21 private final Credential mCredential; 43 Credential credential) { 58 mCredential = credential; 76 Credential credential, 98 mCredential = credential; 143 public Credential getCredential() { 206 ", Credential=" + mCredential +
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/ |
ConfigBuilder.java | 17 import com.android.server.wifi.hotspot2.pps.Credential; 231 WifiConfiguration config, Credential credential) { 248 config.enterpriseConfig.setAnonymousIdentity("anonymous@" + credential.getRealm()); 253 Credential credential = homeSP.getCredential(); local 255 if (credential.getUserName() == null || credential.getPassword() == null) { 259 EAPMethod eapMethod = credential.getEAPMethod(); 271 enterpriseConfig.setIdentity(credential.getUserName()) 286 Credential credential = homeSP.getCredential(); local 328 Credential credential = homeSP.getCredential(); local [all...] |
/packages/apps/CertInstaller/res/values/ |
strings.xml | 29 <!-- Title of dialog to name a credential --> 31 <!-- Description for the credential name input box --> 33 <!-- Title of the credential info --> 34 <!-- Description for the credential password input box --> 52 <string name="unable_to_save_cert">Couldn\'t save the certificate. The credential storage isn\'t enabled or properly initialized.</string> 58 <string name="cert_is_added"><xliff:g id="credential">%s</xliff:g> is installed.</string> 77 <!-- Label for spinner that shows the possible usage for a credential. Shown when user is 78 installing a credential [CHAR LIMIT=40] --> 79 <string name="credential_usage_label">Credential use:</string> 81 <!-- Usage type for a credential that the user is installing. The label will restrict th [all...] |
/developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/res/values/ |
strings.xml | 22 <string name="purchase_done">Device credential confirmed.</string> 24 The device credential has been already confirmed within the last %1$s seconds.</string>
|
base-strings.xml | 19 <string name="app_name">Confirm Credential</string>
|
/developers/samples/android/security/ConfirmCredential/Application/src/main/res/values/ |
strings.xml | 22 <string name="purchase_done">Device credential confirmed.</string> 24 The device credential has been already confirmed within the last %1$s seconds.</string>
|
/development/samples/browseable/ConfirmCredential/res/values/ |
strings.xml | 22 <string name="purchase_done">Device credential confirmed.</string> 24 The device credential has been already confirmed within the last %1$s seconds.</string>
|
base-strings.xml | 19 <string name="app_name">Confirm Credential</string>
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
google_credentials_backend.py | 42 """ Google credential backend for google2 credential. """
|
facebook_credentials_backend.py | 38 """ Facebook credential backend for https client. """
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
HostAuth.java | 76 static final String JSON_TAG_CREDENTIAL = "credential"; 77 public transient Credential mCredential; 115 * Returns the credential object for this HostAuth. This will load from the 116 * database if the HosAuth has a valid credential key, or return null if not. 118 public Credential getCredential(Context context) { 121 mCredential = Credential.restoreCredentialsWithId(context, mCredentialKey); 128 * getOrCreateCredential Return the credential object for this HostAuth, 135 * @return the credential object for this HostAuth 137 public Credential getOrCreateCredential(Context context) { 141 mCredential = Credential.restoreCredentialsWithId(context, mCredentialKey) [all...] |
/external/ipsec-tools/src/racoon/doc/ |
README.gssapi | 14 its credential, where fqdn is the hostname on the interface that 20 mechanism above. If a credential other than GSS_C_NO_CREDENTIAL 22 credential cache if it its principal matches the desired credential. 24 it in a memory-based credential cache, part of the gss credential 34 credential that racoon will try to acquire. The default value
|
/external/wpa_supplicant_8/src/wps/ |
wps_attr_process.c | 87 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " 102 wpa_printf(MSG_DEBUG, "WPS: Credential did not include SSID"); 125 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " 142 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " 172 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " 198 wpa_printf(MSG_DEBUG, "WPS: Credential did not include " 239 wpa_printf(MSG_DEBUG, "WPS: Process Credential");
|
/external/webrtc/webrtc/api/objctests/ |
RTCIceServerTest.mm | 55 credential:@"credential"]; 60 EXPECT_EQ("credential", iceStruct.password);
|
/developers/build/prebuilts/gradle/ConfirmCredential/.google/ |
packaging.yaml | 12 github: android-Confirm Credential
|
/external/chromium-trace/catapult/dashboard/docs/ |
cloud-debugger.md | 12 git config credential.helper gcloud.sh
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
cred_types.py | 15 """Defines gsutil-supported credential types."""
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
devshell.py | 39 # The request for credential information to the Developer Shell client socket is 45 """Credential information response from Developer Shell server. 47 The credential information response from Developer Shell socket is a 99 This credential does not require a flow to instantiate because it represents
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
AuthenticatorAdapter.java | 50 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); local 52 .header("Authorization", credential) 74 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); local 76 .header("Proxy-Authorization", credential)
|