Searched defs:ckSalt (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java6701 InputStream attemptMasterKeyDecryption(String algorithm, byte[] userSalt, byte[] ckSalt, argument
6734 byte[] calculatedCk = makeKeyChecksum(algorithm, mk, ckSalt, rounds);
6774 byte[] ckSalt = hexToByteArray(ckSaltHex);
6782 result = attemptMasterKeyDecryption(PBKDF_CURRENT, userSalt, ckSalt,
6785 result = attemptMasterKeyDecryption(PBKDF_FALLBACK, userSalt, ckSalt,

Completed in 71 milliseconds