Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowData.java53 mSyntheticPassword = syntheticPassword; in RebootEscrowData()
60 private final byte[] mSyntheticPassword; field in RebootEscrowData
73 return mSyntheticPassword; in getSyntheticPassword()
DSyntheticPasswordManager.java180 private @NonNull byte[] mSyntheticPassword; field in SyntheticPasswordManager.AuthenticationToken
190 return (new SP800Derive(mSyntheticPassword)) in derivePassword()
194 mSyntheticPassword); in derivePassword()
248 this.mSyntheticPassword = Arrays.copyOf(syntheticPassword, syntheticPassword.length); in recreateDirectly()
259 byte[] encrypteEscrowSplit0 = SyntheticPasswordCrypto.encrypt(result.mSyntheticPassword, in create()
270 mSyntheticPassword = String.valueOf(HexEncoding.encode( in recreate()
284 return SyntheticPasswordCrypto.decrypt(mSyntheticPassword, PERSONALIZATION_E0, in getEscrowSecret()
293 return mSyntheticPassword; in getSyntheticPassword()