Searched refs:derivePassword (Results 1 – 2 of 2) sorted by relevance
160 private byte[] derivePassword(byte[] personalization) { in derivePassword() method in SyntheticPasswordManager.AuthenticationToken171 return bytesToHex(derivePassword(PERSONALIZATION_KEY_STORE_PASSWORD)); in deriveKeyStorePassword()175 return derivePassword(PERSONALIZATION_SP_GK_AUTH); in deriveGkPassword()179 return derivePassword(PERSONALIZATION_FBE_KEY); in deriveDiskEncryptionKey()183 return derivePassword(PERSONALIZATION_AUTHSECRET_KEY); in deriveVendorAuthSecret()187 return derivePassword(PERSONALIZATION_PASSWORD_HASH); in derivePasswordHashFactor()
8391 PLcom/android/server/locksettings/SyntheticPasswordManager$AuthenticationToken;->derivePassword([B)…