HomeSort by relevance Sort by last modified time
    Searched full:credential (Results 151 - 175 of 633) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl 57 * @param challenge a challenge to authenticate agaisnt the device credential. If successful
  /frameworks/base/docs/html/about/versions/marshmallow/
android-6.0-samples.jd 40 <a href="{@docRoot}samples/ConfirmCredential/index.html">Confirm Credential</a>: This sample
  /frameworks/base/docs/html/samples/new/
index.jd 52 Credential</a>
  /frameworks/opt/net/wifi/tests/wifitests/assets/
r2-ttls-tree.xml 170 <NodeName>Credential</NodeName>
ruckus.PerProviderSubscription.conf 57 a:Credential+
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux.go 23 Credential *Credential // Credential.
192 if cred := sys.Credential; cred != nil {
exec_unix.go 112 // Credential holds user and group identities to be assumed
114 type Credential struct {
  /prebuilts/go/linux-x86/src/syscall/
exec_linux.go 23 Credential *Credential // Credential.
192 if cred := sys.Credential; cred != nil {
exec_unix.go 112 // Credential holds user and group identities to be assumed
114 type Credential struct {
  /system/tpm/attestation/common/
crypto_utility_impl.cc 212 const std::string& credential,
222 // Generate an AES key and encrypt the credential.
229 if (!TssCompatibleEncrypt(credential, aes_key, &encrypted_credential)) {
230 LOG(ERROR) << __func__ << ": Failed to encrypt credential.";
crypto_utility_impl.h 55 const std::string& credential,
tpm_utility_v1.h 47 std::string* credential) override;
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 192 // Showing credential confirmation activity in home task to avoid stopping multi-windowed
193 // mode after showing the full-screen credential confirmation activity.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsBroadcastUndelivered.java 37 * Called when the credential-encrypted storage is unlocked, collecting all acknowledged messages
78 * first time after reboot and the credential-encrypted storage is available.
  /packages/apps/Email/src/com/android/email/activity/setup/
AuthenticationView.java 20 import com.android.emailcommon.provider.Credential;
144 final Credential cred = hostAuth.getCredential(getContext());
AccountSetupOutgoingFragment.java 47 import com.android.emailcommon.provider.Credential;
351 final Credential cred = account.mHostAuthSend.mCredential;
412 // Launch the credential activity.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 50 RenderLogger(String name, Object credential) {
52 mCredential = credential;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 68 method: New credential-fetching method.
236 """Writes the credential metadata to the cache file.
300 does not use the credential store and is therefore poorly
455 # Here SystemExit is "no credential at all", and the
554 # If we got back a non-service account credential, we need to use
556 # credential will work for us. We assume that if we're requesting
  /frameworks/base/keystore/java/android/security/
KeyChain.java 56 * their corresponding certificate chains in credential storage.
91 // TODO reference intent for credential installation when public
144 * Optional extra to specify a {@code String} credential name on
198 * Returns an {@code Intent} that can be used for credential
210 * {@link Activity#RESULT_OK} will be returned if a credential was
  /external/libvncserver/libvncclient/
tls_openssl.c 319 rfbClientLog("TLS anonymous credential created.\n");
509 rfbClientLog("Reading credential failed\n");
531 rfbClientLog("Cannot set x509 credential: %s.\n", gnutls_strerror(ret));
  /frameworks/base/core/java/android/service/carrier/
CarrierMessagingService.java 72 * credential-encrypted storage of the device is not available before the user unlocks the
140 * file-based encryption capable device while the credential-encrypted storage is not available,
141 * this method will be called for the second time when the credential-encrypted storage becomes
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseTest.py 173 config: A dict representing an invalid EAP credential.
307 config: A dict representing an EAP credential.
329 config: A dict representing an EAP passpoint credential.
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 1159 wpa_printf(MSG_INFO, "OMA-DM credential provisioning requested");
1160 write_summary(ctx, "OMA-DM credential provisioning");
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/scripts/
oauth2l.py 31 <one-line JSON object with credential information>
162 """Fetch a credential for the given client_info and scopes."""
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/sqs/
test_connection.py 60 # name to use for the credential scope for sigv4.
76 # 'queue' for the credential scope:

Completed in 1667 milliseconds

1 2 3 4 5 67 8 91011>>