Searched refs:buildPasswordKey (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 1549 private SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { in buildPasswordKey() method in BackupManagerService 1567 SecretKey key = buildPasswordKey(algorithm, pw, salt, rounds); in buildPasswordHash() 4050 SecretKey userKey = buildPasswordKey(PBKDF_CURRENT, mEncryptPassword, newUserSalt, in emitAesBackupHeader() 6708 SecretKey userKey = buildPasswordKey(algorithm, mDecryptPassword, userSalt, in attemptMasterKeyDecryption()
|