Searched refs:SecureRandomUtils (Results 1 – 3 of 3) sorted by relevance
22 public class SecureRandomUtils { class
304 SecureRandomUtils.randomBytes(SYNTHETIC_PASSWORD_SECURITY_STRENGTH); in create()306 SecureRandomUtils.randomBytes(SYNTHETIC_PASSWORD_SECURITY_STRENGTH); in create()374 result.salt = SecureRandomUtils.randomBytes(PASSWORD_SALT_LENGTH); in create()619 value = SecureRandomUtils.randomBytes(mWeaverConfig.valueSize); in weaverEnroll()1211 final byte[] secdiscardable = SecureRandomUtils.randomBytes(SECDISCARDABLE_LENGTH); in addPendingToken()1213 tokenData.weaverSecret = SecureRandomUtils.randomBytes(mWeaverConfig.valueSize); in addPendingToken()1725 byte[] data = SecureRandomUtils.randomBytes(SECDISCARDABLE_LENGTH); in createSecdiscardable()1840 final long result = SecureRandomUtils.randomLong(); in generateProtectorId()
362 byte[] randomLockSeed = SecureRandomUtils.randomBytes(40); in generateRandomProfilePassword()1799 salt = SecureRandomUtils.randomLong(); in getSalt()2699 authSecret = SecureRandomUtils.randomBytes(HEADLESS_VENDOR_AUTH_SECRET_LENGTH); in callToAuthSecretIfNeeded()2790 handle = SecureRandomUtils.randomLong(); in storeGatekeeperPasswordTemporarily()