Searched refs:deriveDiskEncryptionKey (Results 1 – 2 of 2) sorted by relevance
2299 setAuthlessUserKeyProtection(userId, auth.deriveDiskEncryptionKey()); in initializeSyntheticPasswordLocked()2388 final byte[] secret = authResult.authToken.deriveDiskEncryptionKey(); in spBasedDoVerifyCredential()2443 setAuthlessUserKeyProtection(userId, auth.deriveDiskEncryptionKey()); in setLockCredentialWithAuthTokenLocked()2703 unlockUser(userId, null, authResult.authToken.deriveDiskEncryptionKey()); in unlockUserWithToken()
159 public byte[] deriveDiskEncryptionKey() { in deriveDiskEncryptionKey() method in SyntheticPasswordManager.AuthenticationToken