Searched refs:SyntheticPassword (Results 1 – 3 of 3) sorted by relevance
187 @Nullable public SyntheticPassword syntheticPassword;211 static class SyntheticPassword { class in SyntheticPasswordManager223 SyntheticPassword(byte version) { in SyntheticPassword() method in SyntheticPasswordManager.SyntheticPassword301 static SyntheticPassword create() { in create()302 SyntheticPassword result = new SyntheticPassword(SYNTHETIC_PASSWORD_VERSION_V3); in create()765 SyntheticPassword newSyntheticPassword(int userId) { in newSyntheticPassword()767 SyntheticPassword result = SyntheticPassword.create(); in newSyntheticPassword()810 private boolean loadEscrowData(SyntheticPassword sp, int userId) { in loadEscrowData()822 private void saveEscrowData(SyntheticPassword sp, int userId) { in saveEscrowData()1579 SyntheticPassword result = new SyntheticPassword(blob.mVersion); in unwrapSyntheticPasswordBlob()[all …]
151 import com.android.server.locksettings.SyntheticPasswordManager.SyntheticPassword;1712 SyntheticPassword sp = authResult.syntheticPassword; in setLockCredentialInternal()2007 private void unlockUserKey(@UserIdInt int userId, SyntheticPassword sp) { in unlockUserKey()2649 @UserIdInt int userId, SyntheticPassword sp, boolean justCreated) { in onSyntheticPasswordKnown()2669 @UserIdInt int userId, SyntheticPassword sp, boolean justCreated) { in callToAuthSecretIfNeeded()2748 SyntheticPassword initializeSyntheticPassword(int userId) { in initializeSyntheticPassword()2755 final SyntheticPassword sp = mSpManager.newSyntheticPassword(userId); in initializeSyntheticPassword()2860 SyntheticPassword sp, int userId) { in setLockCredentialWithSpLocked()3023 SyntheticPassword sp = null;3045 private void activateEscrowTokens(SyntheticPassword sp, int userId) {[all …]
57 import com.android.server.locksettings.SyntheticPasswordManager.SyntheticPassword;89 SyntheticPassword sp = manager.newSyntheticPassword(USER_ID); in testNoneLskfBasedProtector()110 SyntheticPassword sp = manager.newSyntheticPassword(USER_ID); in testNonNoneLskfBasedProtector()616 SyntheticPassword sp = manager.newSyntheticPassword(userId); in testStorePinLengthOnDisk()