Searched refs:spVersion (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | RebootEscrowData.java | 44 private RebootEscrowData(byte spVersion, byte[] syntheticPassword, byte[] blob, in RebootEscrowData() argument 46 mSpVersion = spVersion; in RebootEscrowData() 93 byte spVersion = dis.readByte(); in fromEncryptedData() 97 return new RebootEscrowData(spVersion, syntheticPassword, blob, ks); in fromEncryptedData() 102 return new RebootEscrowData(spVersion, syntheticPassword, blob, ks); in fromEncryptedData() 109 static RebootEscrowData fromSyntheticPassword(RebootEscrowKey ks, byte spVersion, in fromSyntheticPassword() argument 123 dos.writeByte(spVersion); in fromSyntheticPassword() 126 return new RebootEscrowData(spVersion, syntheticPassword, bos.toByteArray(), ks); in fromSyntheticPassword()
|
D | RebootEscrowManager.java | 223 void onRebootEscrowRestored(byte spVersion, byte[] syntheticPassword, int userId); in onRebootEscrowRestored() argument 841 void callToRebootEscrowIfNeeded(@UserIdInt int userId, byte spVersion, in callToRebootEscrowIfNeeded() argument 866 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()
|
D | LockSettingsService.java | 3806 public void onRebootEscrowRestored(byte spVersion, byte[] rawSyntheticPassword, 3809 sp = new SyntheticPasswordManager.SyntheticPassword(spVersion);
|