Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java581 RebootEscrowData escrowData = RebootEscrowData.fromEncryptedData(ks, blob, kk); in restoreRebootEscrowForUser() local
583 mCallbacks.onRebootEscrowRestored(escrowData.getSpVersion(), in restoreRebootEscrowForUser()
584 escrowData.getSyntheticPassword(), userId); in restoreRebootEscrowForUser()
617 final RebootEscrowData escrowData; in callToRebootEscrowIfNeeded() local
619 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()
627 mStorage.writeRebootEscrow(userId, escrowData.getBlob()); in callToRebootEscrowIfNeeded()