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

1 2 3 4 5 6 7 891011>>

  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 34 import android.security.Credentials;
102 final String keystoreAlias = Credentials.USER_PRIVATE_KEY + alias;
120 return mKeyStore.get(Credentials.USER_CERTIFICATE + alias);
125 return mKeyStore.get(Credentials.CA_CERTIFICATE + alias);
172 Log.e(TAG, "Keystore is " + mKeyStore.state().toString() + ". Credentials cannot"
179 if (!mKeyStore.importKey(Credentials.USER_PRIVATE_KEY + alias, privateKey, -1,
184 if (!mKeyStore.put(Credentials.USER_CERTIFICATE + alias, userCertificate, -1,
187 if (!mKeyStore.delete(Credentials.USER_PRIVATE_KEY + alias)) {
193 if (!mKeyStore.put(Credentials.CA_CERTIFICATE + alias, userCertificateChain, -1,
209 if (!Credentials.deleteAllTypesForAlias(mKeyStore, alias))
    [all...]
  /external/dbus/dbus/
dbus-keyring.c 119 DBusCredentials *credentials; /**< Credentials containing user the keyring is for */ member in struct:DBusKeyring
687 if (keyring->credentials)
688 _dbus_credentials_unref (keyring->credentials);
700 * of the given user credentials. If the credentials are #NULL or
709 _dbus_keyring_new_for_credentials (DBusCredentials *credentials,
738 if (credentials != NULL)
740 our_credentials = _dbus_credentials_copy (credentials);
764 _dbus_assert (keyring->credentials == NULL)
    [all...]
dbus-transport-protected.h 92 DBusCredentials *credentials; /**< Credentials of other end read from the socket */ member in struct:DBusTransport
115 unsigned int send_credentials_pending : 1; /**< #TRUE if we need to send credentials */
116 unsigned int receive_credentials_pending : 1; /**< #TRUE if we need to receive credentials */
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 568 * Checks that the user knows the credentials of an account.
570 * @param account the account whose credentials are to be checked, will never be null
618 * @param account the account whose credentials are to be retrieved, will never be null
637 * Update the locally stored credentials for an account.
639 * @param account the account whose credentials are to be updated, will never be null
640 * @param authTokenType the type of auth token to retrieve after updating the credentials,
648 * the account whose credentials were updated, or
    [all...]
  /developers/build/prebuilts/gradle/DirectBoot/Application/src/main/res/values/
base-strings.xml 27 go off after reboot even before the user enters their credentials.
  /development/samples/browseable/DirectBoot/res/values/
base-strings.xml 27 go off after reboot even before the user enters their credentials.
  /external/autotest/apache/conf/
afe-directives 19 Header set Access-Control-Allow-Credentials %{AccessControlAllowCredentialsValue}e \
new-tko-directives 19 Header set Access-Control-Allow-Credentials %{AccessControlAllowCredentialsValue}e \
  /external/autotest/client/site_tests/buffet_InvalidCredentials/
buffet_InvalidCredentials.py 27 # the stored credentials/device_id.
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 20 Configures the Ethernet service with 802.1x credentials and ensures
22 using its credentials to gain access.
132 # Since the EAP credentials are associated with the
143 # Re-pushing the profile should make the EAP credentials
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
old_run.py 54 through all the steps to obtain credentials. It takes a ``Flow``
58 the ``run()`` function returns new credentials. The new credentials
87 Credentials, the obtained credential.
  /external/curl/tests/data/
test1134 38 HTTP connection re-use with different credentials
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 66 // Check user credentials
86 printf("User credentials uid:%d euid:%d suid:%d\n", uid, euid, suid);
89 printf("Group credentials gid:%d egid:%d sgid:%d\n", gid, egid, sgid);
91 printf("Note: app has mismatching credentials!!\n");
  /external/skia/tools/skp/page_sets/other/
CRASHING-skia_vnexpress_nexus10.json 17 credentials_path='data/credentials.json')
CRASHING-skia_wikipedia_galaxynexus.json 17 credentials_path='data/credentials.json')
  /external/skia/tools/skp/page_sets/
skia_css3gradients_desktop.py 18 credentials_path='data/credentials.json',
skia_digg_nexus10.py 18 credentials_path='data/credentials.json',
skia_espn_desktop.py 18 credentials_path='data/credentials.json',
skia_gamedeksiam_nexus10.py 18 credentials_path='data/credentials.json',
skia_googlehome_desktop.py 18 credentials_path='data/credentials.json',
skia_googlespreadsheet_desktop.py 18 credentials_path='data/credentials.json',
skia_jsfiddlebigcar_desktop.py 18 credentials_path='data/credentials.json',
skia_mozilla_nexus10.py 18 credentials_path='data/credentials.json',
skia_nytimes_desktop.py 18 credentials_path='data/credentials.json',
skia_pokemonwiki_desktop.py 18 credentials_path='data/credentials.json',

Completed in 430 milliseconds

1 2 3 4 5 6 7 891011>>