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