Searched refs:scryptP (Results 1 – 2 of 2) sorted by relevance
466 data.scryptP = 33; in testPasswordData_serializeDeserialize()475 assertEquals(33, deserialized.scryptP); in testPasswordData_serializeDeserialize()499 assertEquals(33, deserialized.scryptP); in testPasswordData_deserialize()
309 byte scryptP; field in SyntheticPasswordManager.PasswordData320 result.scryptP = PASSWORD_SCRYPT_P; in create()334 result.scryptP = buffer.get(); in fromBytes()356 buffer.put(scryptP); in toBytes()1372 return scrypt(password, data.salt, 1 << data.scryptN, 1 << data.scryptR, 1 << data.scryptP, in computePasswordToken()