Searched refs:scryptLogP (Results 1 – 3 of 3) sorted by relevance
591 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()
173 final byte scryptLogP = buffer.get(); in testFrpBlock_isForwardsCompatible()174 assertTrue(scryptLogP >= 0); in testFrpBlock_isForwardsCompatible()
360 byte scryptLogP; field in SyntheticPasswordManager.PasswordData376 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()