/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 81 final LockscreenCredential password = newPassword("user-password"); in testPasswordBasedSyntheticPassword() local 112 protected void initializeCredentialUnderSP(LockscreenCredential password, int userId) in initializeCredentialUnderSP() 122 final LockscreenCredential password = newPassword("password"); in testSyntheticPasswordChangeCredential() local 135 LockscreenCredential password = newPassword("password"); in testSyntheticPasswordVerifyCredential() local 148 LockscreenCredential password = newPassword("password"); in testSyntheticPasswordClearCredential() local 154 mService.setLockCredential(nonePassword(), password, PRIMARY_USER_ID); in testSyntheticPasswordClearCredential() local 166 LockscreenCredential password = newPassword("password"); in testSyntheticPasswordChangeCredentialKeepsAuthSecret() local 182 LockscreenCredential password = newPassword("password"); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret() local 194 LockscreenCredential password = newPassword("password"); in testSecondaryUserDoesNotPassAuthSecret() local 211 LockscreenCredential password = newPassword("passwordForASyntheticPassword"); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret() local [all …]
|
D | WeakEscrowTokenTests.java | 72 LockscreenCredential password = newPassword("password"); in testWeakTokenActivatedLaterWithUserPassword() local 94 LockscreenCredential password = newPassword("password"); in testWeakTokensRemovedIfCredentialChanged() local 153 LockscreenCredential password = newPassword("password"); in testUnlockUserWithToken_weakEscrowToken() local
|
D | FakeGateKeeperService.java | 33 public byte[] password; field in FakeGateKeeperService.VerifyHandle 36 public VerifyHandle(byte[] password, long sid) { in VerifyHandle()
|
D | LockSettingsServiceTestable.java | 183 protected void tieProfileLockToParent(int userId, LockscreenCredential password) { in tieProfileLockToParent() 215 void setKeystorePassword(byte[] password, int userHandle) { in setKeystorePassword()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
D | LockscreenCredentialTest.java | 54 LockscreenCredential password = LockscreenCredential.createPassword("password"); in testPasswordCredential() local 102 LockscreenCredential password = LockscreenCredential.createPassword("password"); in testSanitize() local 181 String password = "1234"; in testPasswordToHistoryHash() local 197 String password = "1234"; in testPasswordToHistoryHashInvalidInput() local 225 String password = "1234"; in testLegacyPasswordToHash() local 241 String password = "1234"; in testLegacyPasswordToHashInvalidInput() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/ |
D | BackupPasswordManagerTest.java | 96 String password = "password1234"; in backupPasswordMatches_isTrueForSamePassword() local 109 String password = "corgi\uFFFF"; in backupPasswordMatches_worksForV1HashIfVersionIsV1() local 124 String password = "corgi\uFFFF"; in backupPasswordMatches_failsForV1HashIfVersionIsV2() local 146 String password = "shiba"; in setBackupPassword_persistsPasswordToFile() local 193 private void writeV1HashToFile(String password, byte[] salt) throws Exception { in writeV1HashToFile()
|
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/ |
D | IInitialLockSetupService.aidl | 39 int checkValidLock(in int lockType, in byte[] password) = 2; in checkValidLock() 46 int setLock(in int lockType, in byte[] password) = 3; in setLock()
|
/frameworks/base/core/java/android/security/ |
D | Scrypt.java | 26 native byte[] nativeScrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen); in nativeScrypt() 29 public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) { in scrypt()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockscreenCredential.java | 107 public static LockscreenCredential createPassword(@NonNull CharSequence password) { in createPassword() 118 public static LockscreenCredential createManagedPassword(@NonNull byte[] password) { in createManagedPassword() 135 public static LockscreenCredential createPasswordOrNone(@Nullable CharSequence password) { in createPasswordOrNone() 312 public static String legacyPasswordToHash(byte[] password, byte[] salt) { in legacyPasswordToHash()
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
D | WifiConfigurationHelper.java | 72 public static WifiConfiguration createWepConfig(String ssid, String password) { in createWepConfig() 94 public static WifiConfiguration createPskConfig(String ssid, String password) { in createPskConfig() 119 public static WifiConfiguration createEapConfig(String ssid, String password, int eapMethod, in createEapConfig() 198 String password = null; in getWifiConfiguration() local
|
D | ConnectivityManagerTestRunner.java | 62 String password = (String) icicle.get("password"); in onCreate() local
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
D | WifiAssociationTest.java | 64 String password = arguments.getString("password"); in testWifiAssociation() local 80 private WifiConfiguration getConfig(String ssid, SecurityType securityType, String password) { in getConfig()
|
/frameworks/base/core/java/android/webkit/ |
D | HttpAuthHandler.java | 62 public void proceed(String username, String password) { in proceed()
|
D | WebViewDatabase.java | 132 String username, String password); in setHttpAuthUsernamePassword()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | MockScrypt.java | 31 public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) { in scrypt()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | KeyStoreProxy.java | 37 Key getKey(String alias, char[] password) in getKey()
|
D | KeyStoreProxyImpl.java | 49 public Key getKey(String alias, char[] password) in getKey()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccCard.java | 193 String password, Message onComplete) { in setIccLockEnabled() 209 String password, Message onComplete) { in setIccFdnEnabled()
|
/frameworks/base/core/jni/ |
D | android_security_Scrypt.cpp | 34 static jbyteArray android_security_Scrypt_nativeScrypt(JNIEnv* env, jobject, jbyteArray password, j… in android_security_Scrypt_nativeScrypt()
|
/frameworks/base/core/java/android/app/admin/ |
D | PasswordMetrics.java | 137 private static boolean hasInvalidCharacters(byte[] password) { in hasInvalidCharacters() 215 public static PasswordMetrics computeForPasswordOrPin(byte[] password, boolean isPin) { in computeForPasswordOrPin() 527 PasswordMetrics adminMetrics, int minComplexity, boolean isPin, byte[] password) { in validatePassword() 701 public static boolean isNumericOnly(@NonNull String password) { in isNumericOnly()
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreSpi.java | 107 public Key engineGetKey(String alias, char[] password) throws NoSuchAlgorithmException, in engineGetKey() 261 public void engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain) in engineSetKeyEntry() 1116 public void engineStore(OutputStream stream, char[] password) throws IOException, in engineStore() 1122 public void engineLoad(InputStream stream, char[] password) throws IOException, in engineLoad()
|
/frameworks/base/keystore/java/android/security/ |
D | AndroidKeyStoreMaintenance.java | 95 public static int onUserPasswordChanged(int userId, @Nullable byte[] password) { in onUserPasswordChanged()
|
/frameworks/base/core/java/android/app/ |
D | KeyguardManager.java | 786 public boolean isValidLockPasswordComplexity(@LockTypes int lockType, @NonNull byte[] password, in isValidLockPasswordComplexity() 845 public boolean setLock(@LockTypes int lockType, @NonNull byte[] password, in setLock() 1064 public boolean checkLock(@LockTypes int lockType, @Nullable byte[] password) { in checkLock() 1076 @LockTypes int lockType, @Nullable byte[] password) { in createLockscreenCredential()
|
/frameworks/base/core/java/android/debug/ |
D | IAdbManager.aidl | 93 void enablePairingByQrCode(String serviceName, String password); in enablePairingByQrCode()
|
/frameworks/base/core/tests/coretests/src/android/app/admin/ |
D | PasswordMetricsTest.java | 271 PasswordMetrics password = new PasswordMetrics(CREDENTIAL_TYPE_PASSWORD); in testMerge_credentialTypes() local 287 PasswordMetrics password = new PasswordMetrics(CREDENTIAL_TYPE_PASSWORD); in testValidatePasswordMetrics_credentialTypes() local
|