Searched
full:credentials (Results
276 -
300 of
864) sorted by null
<<11121314151617181920>>
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
dependency_info.py | 72 CredentialsError: If cloud_storage credentials aren't configured. 73 PermissionError: If cloud_storage credentials are configured, but not
|
/external/libchrome/sandbox/linux/services/ |
namespace_sandbox.cc | 26 #include "sandbox/linux/services/credentials.h" 178 CHECK(Credentials::DropAllCapabilitiesOnCurrentThread());
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackExt.java | 58 * @param accountManager -- account manager (for fetching credentials). 73 * @param accountManager -- account manager (for fetching credentials).
|
/external/openssh/ |
gss-serv-krb5.c | 114 /* This writes out any forwarded credentials from the structure populated 128 debug("No credentials stored");
|
platform.c | 150 * PAM credentials may take the form of supplementary groups. 183 fatal("Failed to set process credentials");
|
/external/skia/tools/skp/ |
webpages_playback.py | 79 # Location of the credentials.json file and the string that represents missing 83 'credentials.json' 104 # Location of the credentials.json file in Google Storage. 105 CREDENTIALS_GS_PATH = 'playback/credentials/credentials.json' 197 # Download the credentials file if it was not previously downloaded. 199 # Download the credentials.json file from Google Storage. 203 print """\n\nCould not locate credentials file in the storage.
|
/frameworks/base/core/java/android/accounts/ |
IAccountManager.aidl | 97 /* Update credentials in two steps. */ 109 /* Check if credentials update is suggested */
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternChecker.java | 20 * Invoked as soon as possible we know that the credentials match. This will be called 21 * earlier than {@link #onChecked} but only if the credentials match.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
PasspointProvider.java | 27 import android.security.Credentials; 175 String certName = Credentials.CA_CERTIFICATE + ALIAS_HS_TYPE + mProviderId; 187 String keyName = Credentials.USER_PRIVATE_KEY + ALIAS_HS_TYPE + mProviderId; 207 String certName = Credentials.USER_CERTIFICATE + ALIAS_HS_TYPE + mProviderId; 229 Credentials.CA_CERTIFICATE + mCaCertificateAlias)) { 236 Credentials.USER_PRIVATE_KEY + mClientPrivateKeyAlias)) { 243 Credentials.USER_CERTIFICATE + mClientCertificateAlias)) { 281 * WifiConfiguration will include all the necessary credentials for network connection except
|
/hardware/qcom/gps/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/msm8084/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/msm8909/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/msm8960/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/msm8994/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/msm8996/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/msm8998/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/hardware/qcom/gps/sdm845/core/ |
loc_core_log.cpp | 41 "preferred time: %d\n credentials: %s provider: %s", 47 credentials,
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
SipProfileDb.java | 74 throw new IOException("Invalid Profile Credentials!"); 103 throw new IOException("Invalid Profile Credentials!");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
auth.h | 57 AUTH_BADCRED=1, /* bogus credentials (seal broken) */ 101 int (*ah_refresh) (AUTH *); /* refresh credentials */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/ |
auth.h | 57 AUTH_BADCRED=1, /* bogus credentials (seal broken) */ 101 int (*ah_refresh) (AUTH *); /* refresh credentials */
|
/prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-parent/0.3.0/ |
google-auth-library-parent-0.3.0.pom | 34 <module>credentials</module> 58 <artifactId>google-auth-library-credentials</artifactId>
|
/prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-parent/0.4.0/ |
google-auth-library-parent-0.4.0.pom | 34 <module>credentials</module> 58 <artifactId>google-auth-library-credentials</artifactId>
|
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-sts/1.11.18/ |
aws-java-sdk-sts-1.11.18.jar | |
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertInstaller.java | 31 import android.security.Credentials; 203 // Fail to confirm credentials. Let it finish 279 Credentials.getInstance().unlock(this); 291 byte[] privatekey = mCredentials.getData(Credentials.EXTRA_PRIVATE_KEY); 292 String key = Util.toMd5(mCredentials.getData(Credentials.EXTRA_PUBLIC_KEY));
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
ConfigDialog.java | 24 import android.security.Credentials; 44 * can be launched to either edit or prompt for credentials to connect 134 loadCertificates(mIpsecUserCert, Credentials.USER_PRIVATE_KEY, 0, mProfile.ipsecUserCert); 135 loadCertificates(mIpsecCaCert, Credentials.CA_CERTIFICATE, 137 loadCertificates(mIpsecServerCert, Credentials.USER_CERTIFICATE,
|
Completed in 1106 milliseconds
<<11121314151617181920>>