Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java225 private @Nullable byte[] mEncryptedEscrowSplit0; field in SyntheticPasswordManager.SyntheticPassword
281 mEncryptedEscrowSplit0 = encryptedEscrowSplit0; in setEscrowData()
292 Objects.requireNonNull(mEncryptedEscrowSplit0); in recreateFromEscrow()
334 if (mEncryptedEscrowSplit0 == null) { in getEscrowSecret()
338 mEncryptedEscrowSplit0); in getEscrowSecret()
878 saveState(SP_E0_NAME, sp.mEncryptedEscrowSplit0, NULL_PROTECTOR_ID, userId); in saveEscrowData()