Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowDataTest.java71 RebootEscrowData.fromSyntheticPassword(mKey, (byte) 2, null, mKeyStoreEncryptionKey); in fromEntries_failsOnNull()
77 RebootEscrowData expected = RebootEscrowData.fromSyntheticPassword(mKey, (byte) 2, testSp, in fromEncryptedData_failsOnNullData()
86 RebootEscrowData expected = RebootEscrowData.fromSyntheticPassword(mKey, (byte) 2, testSp, in fromEncryptedData_failsOnNullKey()
94 RebootEscrowData expected = RebootEscrowData.fromSyntheticPassword(mKey, (byte) 2, testSp, in fromEntries_loopback_success()
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowData.java109 static RebootEscrowData fromSyntheticPassword(RebootEscrowKey ks, byte spVersion, in fromSyntheticPassword() method in RebootEscrowData
DRebootEscrowManager.java866 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()