Searched refs:fromSyntheticPassword (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | RebootEscrowDataTest.java | 71 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/ |
D | RebootEscrowData.java | 109 static RebootEscrowData fromSyntheticPassword(RebootEscrowKey ks, byte spVersion, in fromSyntheticPassword() method in RebootEscrowData
|
D | RebootEscrowManager.java | 866 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()
|