Searched refs:mSyntheticPassword (Results 1 – 2 of 2) sorted by relevance
47 mSyntheticPassword = syntheticPassword; in RebootEscrowData()53 private final byte[] mSyntheticPassword; field in RebootEscrowData62 return mSyntheticPassword; in getSyntheticPassword()
219 private @NonNull byte[] mSyntheticPassword; field in SyntheticPasswordManager.SyntheticPassword233 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()