Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java591 data.scryptLogP = 1; in createTestPasswordData()
602 data.scryptLogP = 33; in testPasswordDataLatestVersion_serializeDeserialize()
611 assertEquals(33, deserialized.scryptLogP); in testPasswordDataLatestVersion_serializeDeserialize()
654 assertEquals(33, deserialized.scryptLogP); in testDeserializePasswordData_forPinWithLengthAvailable()
678 assertEquals(33, deserialized.scryptLogP); in testDeserializePasswordData_forPinWithLengthExplicitlyUnavailable()
707 assertEquals(33, deserialized.scryptLogP); in testDeserializePasswordData_forPinWithVersionNumber()
733 assertEquals(33, deserialized.scryptLogP); in testDeserializePasswordData_forNoneCred()
759 assertEquals(33, deserialized.scryptLogP); in testDeserializePasswordData_forPasswordOrPin()
DLockscreenFrpTest.java173 final byte scryptLogP = buffer.get(); in testFrpBlock_isForwardsCompatible()
174 assertTrue(scryptLogP >= 0); in testFrpBlock_isForwardsCompatible()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java360 byte scryptLogP; field in SyntheticPasswordManager.PasswordData
376 result.scryptLogP = PASSWORD_SCRYPT_LOG_P; in create()
412 result.scryptLogP = buffer.get(); in fromBytes()
452 buffer.put(scryptLogP); in toBytes()
1948 1 << data.scryptLogP, STRETCHED_LSKF_LENGTH); in stretchLskf()