Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java163 private static final int SYNTHETIC_PASSWORD_SECURITY_STRENGTH = 256 / 8; field in SyntheticPasswordManager
309 SecureRandomUtils.randomBytes(SYNTHETIC_PASSWORD_SECURITY_STRENGTH); in create()
311 SecureRandomUtils.randomBytes(SYNTHETIC_PASSWORD_SECURITY_STRENGTH); in create()