Searched refs:syntheticPassword (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java142 * syntheticPassword = hash(P0 || P1)
143 * E0 = P0 encrypted under syntheticPassword, stored on disk.
147 private @NonNull String syntheticPassword; field in class:SyntheticPasswordManager.AuthenticationToken
151 PERSONALIZATION_KEY_STORE_PASSWORD, syntheticPassword.getBytes()));
156 syntheticPassword.getBytes());
161 syntheticPassword.getBytes());
166 syntheticPassword.getBytes());
171 syntheticPassword.getBytes());
176 this.syntheticPassword = String.valueOf(HexEncoding.encode(
179 this.E0 = SyntheticPasswordCrypto.encrypt(this.syntheticPassword
[all...]

Completed in 113 milliseconds