Searched refs:randomLong (Results 1 – 4 of 4) sorted by relevance
33 public static long randomLong() { in randomLong() method in SecureRandomUtils
1799 salt = SecureRandomUtils.randomLong(); in getSalt()2790 handle = SecureRandomUtils.randomLong(); in storeGatekeeperPasswordTemporarily()
1840 final long result = SecureRandomUtils.randomLong(); in generateProtectorId()
240 final long randomLong = mRandom.nextLong(); in generateNextSessionIdLocked() local241 sessionId = (randomLong == Long.MIN_VALUE) ? INVALID_BLOB_ID : Math.abs(randomLong); in generateNextSessionIdLocked()