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

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/tools/loopback_test/
record-test.sh 18 # $ sudo -v # Caches sudo credentials needed
46 echo "Run \"sudo -v\" to cache your credentials." \
  /system/core/libcutils/
sockets_unix.cpp 39 /* For the socket trust (credentials) check */
53 ALOGE("could not get socket credentials: %s\n", strerror(errno));
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 570 * Checks that the user knows the credentials of an account.
572 * @param account the account whose credentials are to be checked, will never be null
621 * @param account the account whose credentials are to be retrieved, will never be null
642 * Update the locally stored credentials for an account.
644 * @param account the account whose credentials are to be updated, will never be null
645 * @param authTokenType the type of auth token to retrieve after updating the credentials,
653 * the account whose credentials were updated, or
    [all...]
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/xml/
backup.xml 23 sensitive user credentials. -->
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/res/xml/
backup.xml 23 sensitive user credentials. -->
  /development/samples/browseable/AutoBackupForApps/res/xml/
backup.xml 23 sensitive user credentials. -->
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 3 capng_change_id \- change the credentials retaining capabilities
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.8 9 You can also apply file system capabilities to this program to study how they work. For example, filecap /usr/bin/captest chown. Then run captest as a normal user. Another interesting test is to make captest suid root so that you can see what the interaction is between root's credentials and capabilities. For example, chmod 4755 /usr/bin/captest. When run as a normal user, the program will see if privilege escalation is possible. But do not leave this app setuid root after you are don testing so that an attacker cannot take advantage of it.
  /external/libchrome/sandbox/linux/
sandbox_linux_nacl_nonsfi.gyp 43 'services/credentials.cc',
  /external/mockftpserver/MockFtpServer/
README.txt 9 directories and files, as well as a set of valid user accounts and credentials. The FakeFtpServer
  /external/skia/tools/
add_codereview_message.py 43 # reuse of existing cached credentials.
  /external/syslinux/com32/cmenu/
CHANGES 11 to users with certain credentials.
  /external/webrtc/webrtc/libjingle/xmpp/
saslmechanism.h 23 // credentials.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.ui 16 <string>Authentication credentials required</string>
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreKeyGeneratorSpi.java 19 import android.security.Credentials;
308 String keyAliasInKeystore = Credentials.USER_SECRET_KEY + spec.getKeystoreAlias();
312 Credentials.deleteAllTypesForAlias(mKeyStore, spec.getKeystoreAlias(), spec.getUid());
337 Credentials.deleteAllTypesForAlias(
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AuthMatch.java 19 * Match score for EAP credentials:
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantNetwork.hal 25 * credentials, bssid, etc.
  /libcore/ojluni/src/main/java/javax/net/ssl/
KeyManager.java 34 * be unable to present authentication credentials.
TrustManager.java 33 * credentials presented by a peer should be accepted.
  /libcore/ojluni/src/main/java/javax/security/auth/
DestroyFailedException.java 31 * <p> This exception is thrown by credentials implementing
  /packages/apps/CellBroadcastReceiver/res/xml/
backup.xml 23 sensitive user credentials. -->
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 30 import android.security.Credentials;
96 Credentials.getInstance().unlock(mContext);
178 keyStore.delete(Credentials.VPN + profile.key, KeyStore.UID_SELF);
214 KeyStore.getInstance().put(Credentials.VPN + profile.key, profile.encode(),
  /packages/apps/Settings/tests/unit/src/com/android/settings/
UserCredentialsTest.java 27 * User credentials settings fragment tests
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.pom 44 <artifactId>google-auth-library-credentials</artifactId>
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/res/values/
strings.xml 41 <string name="settings_clear_data_label">Clear all data (including credentials)</string>
51 <string name="settings_auth_credentials_label">Update credentials</string>
54 <string name="settings_auth_change_credentials_title">Change credentials</string>

Completed in 660 milliseconds

1 2 3 4 5 6 7 891011>>