/packages/apps/Settings/tests/app/src/com/android/settings/vpn2/ |
VpnTests.java | 26 import android.security.Credentials; 186 privateKey = Credentials.USER_PRIVATE_KEY + profile.ipsecUserCert; 187 byte[] value = mKeyStore.get(Credentials.USER_CERTIFICATE + profile.ipsecUserCert); 191 byte[] value = mKeyStore.get(Credentials.CA_CERTIFICATE + profile.ipsecCaCert); 195 byte[] value = mKeyStore.get(Credentials.USER_CERTIFICATE + profile.ipsecServerCert);
|
/system/tpm/attestation/server/ |
attestation_service.cc | 219 !database_pb.credentials().has_endorsement_public_key()) { 231 database_pb.credentials().endorsement_public_key(), 238 if (database_pb.credentials().has_endorsement_credential()) { 240 database_pb.credentials().endorsement_credential()); 478 database_pb.credentials().has_endorsement_credential() || 479 database_pb.credentials().has_default_encrypted_endorsement_credential()); 497 database_pb.credentials().default_encrypted_endorsement_credential();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
AuthenticationBoundKeyTestActivity.java | 131 // Start the Confirm Credentials screen. 210 * authenticated with device credentials. 260 // User is not authenticated, let's authenticate with device credentials.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
FingerprintBoundKeysTest.java | 125 * authenticated with device credentials within the last X seconds. 128 // Generate a key to decrypt payment credentials, tokens, etc. 167 * only works if the user has just authenticated via device credentials.
|
KeyChainTest.java | 82 // Alias under which credentials are generated 275 log("Requesting install of credentials"); 279 log("Failed to install credentials: " + e); 336 * Server authentication only trusts the root certificate of the credentials generated
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
AuthenticatorActivity.java | 46 /** The Intent flag to confirm credentials. */ 69 * If set we are just checking that the user knows their credentials; this 165 * Called when response is received from the server for confirm credentials
|
/external/autotest/site_utils/ |
mysql_bootstrap.py | 11 running on A1 needs to access the database on A2 with the credentials 148 we can't ping it with the new credentials after bootstrapping. 199 'with credentials from the shadow_config.')
|
/external/kernel-headers/original/uapi/linux/ |
capability.h | 133 /* Allows forged gids on socket credentials passing. */ 138 /* Allows forged pids on socket credentials passing. */ 242 /* Allow forged pids on socket credentials passing */
|
/external/libcap/libcap/include/uapi/linux/ |
capability.h | 135 /* Allows forged gids on socket credentials passing. */ 140 /* Allows forged pids on socket credentials passing. */ 244 /* Allow forged pids on socket credentials passing */
|
/external/owasp/sanitizer/tools/ |
googlecode_upload.py | 28 # credentials from there (unless disabled, see the output of '--help' 157 """Find credentials and upload a file to a Google Code project's file server. 197 # credentials as of 2007-07-17.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
EmailServiceProxy.java | 140 * Validate a user account, given a protocol, host address, port, ssl status, and credentials. 143 * address that serves the specified protocol and credentials sufficient to be authorized 171 * Attempt to determine a user's host address and credentials from an email address and
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
capability.h | 136 /* Allows forged gids on socket credentials passing. */ 141 /* Allows forged pids on socket credentials passing. */ 245 /* Allow forged pids on socket credentials passing */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
capability.h | 133 /* Allows forged gids on socket credentials passing. */ 138 /* Allows forged pids on socket credentials passing. */ 242 /* Allow forged pids on socket credentials passing */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
bits2_0.h | 131 HRESULT (WINAPI *SetCredentials)(IBackgroundCopyJob3 *This,BG_AUTH_CREDENTIALS *credentials); 184 #define IBackgroundCopyJob3_SetCredentials(This,credentials) (This)->lpVtbl -> SetCredentials(This,credentials)
|
iketypes.h | 629 IKEEXT_CREDENTIAL_PAIR0 *credentials; member in struct:IKEEXT_CREDENTIALS0_ 672 IKEEXT_CREDENTIAL_PAIR1 *credentials; member in struct:IKEEXT_CREDENTIALS1_ 710 IKEEXT_CREDENTIAL_PAIR2 *credentials; member in struct:IKEEXT_CREDENTIALS2_
|
/bionic/tools/bionicbb/ |
README.md | 34 Console](https://console.developers.google.com/). The Jenkins credentials are
|
/cts/tests/tests/security/src/android/security/cts/ |
ListeningPortsTest.java | 148 * send credentials, and recvmsg to retrieve the passed credentials. 164 * send credentials, and recvmsg to retrieve the passed credentials.
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
file.h | 65 struct ucred *f_cred; /* credentials associated with descriptor */
|
/external/apache-http/src/org/apache/http/auth/ |
InvalidCredentialsException.java | 34 * Authentication credentials required to respond to a authentication
|
/external/apache-http/src/org/apache/http/auth/params/ |
AuthPNames.java | 50 * {@link org.apache.http.auth.Credentials}.
|
/external/apache-http/src/org/apache/http/client/protocol/ |
ClientContext.java | 51 public static final String CREDS_PROVIDER = "http.auth.credentials-provider";
|
/external/apache-http/src/org/apache/http/impl/auth/ |
NTLMEngine.java | 63 * Generates a Type3 message given the user credentials and the
|
UnsupportedDigestAlgorithmException.java | 34 * Authentication credentials required to respond to a authentication
|
/external/autotest/client/cros/networking/ |
wifi_proxy.py | 53 make up the credentials and settings for the given security 55 @param save_credentials bool True if we should save EAP credentials. 107 make up the credentials and settings for the given security 109 @param save_credentials bool True if we should save EAP credentials.
|
/external/autotest/frontend/client/src/autotest/moblab/ |
CredentialsUploadView.java | 22 * Widget to upload all moblab credentials.
|