Home
last modified time | relevance | path

Searched defs:syntheticPassword (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowData.java44 private RebootEscrowData(byte spVersion, byte[] syntheticPassword, byte[] blob, in RebootEscrowData()
110 byte[] syntheticPassword, SecretKey kk) in fromSyntheticPassword()
DRebootEscrowManager.java223 void onRebootEscrowRestored(byte spVersion, byte[] syntheticPassword, int userId); in onRebootEscrowRestored()
842 byte[] syntheticPassword) { in callToRebootEscrowIfNeeded()
DSyntheticPasswordManager.java192 @Nullable public SyntheticPassword syntheticPassword; field in SyntheticPasswordManager.AuthenticationResult
299 public void recreateDirectly(byte[] syntheticPassword) { in recreateDirectly()