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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java6738 int rounds, String userIvHex, String masterKeyBlobHex, InputStream rawInStream,
6751 byte[] mkCipher = hexToByteArray(masterKeyBlobHex);
6815 String masterKeyBlobHex = readHeaderLine(rawInStream); // 9
6819 rounds, userIvHex, masterKeyBlobHex, rawInStream, false);
6822 rounds, userIvHex, masterKeyBlobHex, rawInStream, true);
6737 attemptMasterKeyDecryption(String algorithm, byte[] userSalt, byte[] ckSalt, int rounds, String userIvHex, String masterKeyBlobHex, InputStream rawInStream, boolean doLog) argument

Completed in 127 milliseconds