Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java220 private @Nullable byte[] mEncryptedEscrowSplit0; field in SyntheticPasswordManager.SyntheticPassword
276 mEncryptedEscrowSplit0 = encryptedEscrowSplit0; in setEscrowData()
287 Objects.requireNonNull(mEncryptedEscrowSplit0); in recreateFromEscrow()
329 if (mEncryptedEscrowSplit0 == null) { in getEscrowSecret()
333 mEncryptedEscrowSplit0); in getEscrowSecret()
823 saveState(SP_E0_NAME, sp.mEncryptedEscrowSplit0, NULL_PROTECTOR_ID, userId); in saveEscrowData()