Home
last modified time | relevance | path

Searched refs:mSyntheticPassword (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowData.java47 mSyntheticPassword = syntheticPassword; in RebootEscrowData()
53 private final byte[] mSyntheticPassword; field in RebootEscrowData
62 return mSyntheticPassword; in getSyntheticPassword()
H A DSyntheticPasswordManager.java219 private @NonNull byte[] mSyntheticPassword; field in SyntheticPasswordManager.SyntheticPassword
233 return (new SP800Derive(mSyntheticPassword)) in deriveSubkey()
237 mSyntheticPassword); in deriveSubkey()
295 this.mSyntheticPassword = Arrays.copyOf(syntheticPassword, syntheticPassword.length); in recreateDirectly()
308 byte[] encrypteEscrowSplit0 = SyntheticPasswordCrypto.encrypt(result.mSyntheticPassword, in create()
319 mSyntheticPassword = bytesToHex(SyntheticPasswordCrypto.personalizedHash( in recreate()
332 return SyntheticPasswordCrypto.decrypt(mSyntheticPassword, PERSONALIZATION_E0, in getEscrowSecret()
340 return mSyntheticPassword; in getSyntheticPassword()