Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSecureRandomUtils.java22 public class SecureRandomUtils { class
H A DSyntheticPasswordManager.java304 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()
H A DLockSettingsService.java362 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()