Searched refs:AuthenticationToken (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 139 public AuthenticationToken authToken; 144 static class AuthenticationToken { class in SyntheticPasswordManager 156 AuthenticationToken(byte version) { in AuthenticationToken() method in SyntheticPasswordManager.AuthenticationToken 203 protected static AuthenticationToken create() { in create() 204 AuthenticationToken result = new AuthenticationToken(SYNTHETIC_PASSWORD_VERSION_V3); in create() 462 public AuthenticationToken newSyntheticPasswordAndSid(IGateKeeperService gatekeeper, in newSyntheticPasswordAndSid() 464 AuthenticationToken result = AuthenticationToken.create(); in newSyntheticPasswordAndSid() 486 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser() 517 private boolean loadEscrowData(AuthenticationToken authToken, int userId) { in loadEscrowData() 523 private void saveEscrowData(AuthenticationToken authToken, int userId) { in saveEscrowData() [all …]
|
D | LockSettingsService.java | 120 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationToken; 2021 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() 2395 private SparseArray<AuthenticationToken> mSpCache = new SparseArray(); 2397 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser() 2499 protected AuthenticationToken initializeSyntheticPasswordLocked(byte[] credentialHash, in initializeSyntheticPasswordLocked() 2503 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() 2659 @CredentialType int credentialType, AuthenticationToken auth, int requestedQuality, in setLockCredentialWithAuthTokenLocked() 2738 AuthenticationToken auth = authResult.authToken; in spBasedSetLockCredentialInternalLocked() 2830 AuthenticationToken auth = null; in addEscrowToken() 2856 private void activateEscrowTokens(AuthenticationToken auth, int userId) { in activateEscrowTokens()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 50 import com.android.server.locksettings.SyntheticPasswordManager.AuthenticationToken; 78 AuthenticationToken authToken = manager.newSyntheticPasswordAndSid(mGateKeeperService, null, in testPasswordBasedSyntheticPassword()
|
/frameworks/base/services/ |
D | art-profile | 8266 …ivateEscrowTokens(Lcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;I)V 8299 …TokenKnownForUser(ILcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;)V 8388 PLcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;->deriveDiskEncrypti… 8389 PLcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;->deriveGkPassword()… 8390 PLcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;->deriveKeyStorePass… 8391 PLcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;->derivePassword([B)… 8392 PLcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;->deriveVendorAuthSe… 8410 …cPasswordBlob(JB[BJI)Lcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken; 8411 …rService;Lcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;JI)Lcom/and…
|