Searched refs:escrowData (Results 1 – 1 of 1) sorted by relevance
781 RebootEscrowData escrowData = RebootEscrowData.fromEncryptedData(ks, blob, kk); in restoreRebootEscrowForUser() local783 mCallbacks.onRebootEscrowRestored(escrowData.getSpVersion(), in restoreRebootEscrowForUser()784 escrowData.getSyntheticPassword(), userId); in restoreRebootEscrowForUser()817 final RebootEscrowData escrowData; in callToRebootEscrowIfNeeded() local819 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()827 mStorage.writeRebootEscrow(userId, escrowData.getBlob()); in callToRebootEscrowIfNeeded()