Searched refs:stretchLskf (Results 1 – 3 of 3) sorted by relevance
557 byte[] actual = mSpManager.stretchLskf(newPin("12345"), createTestPasswordData()); in testStretchLskf_enabled()565 byte[] actual = mSpManager.stretchLskf(nonePassword(), null); in testStretchLskf_disabled()574 byte[] actual = mSpManager.stretchLskf(nonePassword(), createTestPasswordData()); in testStretchLskf_emptyButEnabled()583 () -> mSpManager.stretchLskf(newPin("12345"), null)); in testStretchLskf_nonEmptyButDisabled()
1008 byte[] stretchedLskf = stretchLskf(credential, pwd); in createLskfBasedProtector()1095 byte[] stretchedLskf = stretchLskf(userCredential, pwd); in verifySpecialUserCredential()1114 byte[] stretchedLskf = stretchLskf(userCredential, pwd); in verifySpecialUserCredential()1400 byte[] stretchedLskf = stretchLskf(credential, pwd); in unlockLskfBasedProtector()1941 byte[] stretchLskf(LockscreenCredential credential, @Nullable PasswordData data) { in stretchLskf() method in SyntheticPasswordManager
14942 PLcom/android/server/locksettings/SyntheticPasswordManager;->stretchLskf(Lcom/android/internal/widg…