Searched refs:escrowData (Results 1 – 1 of 1) sorted by relevance
581 RebootEscrowData escrowData = RebootEscrowData.fromEncryptedData(ks, blob, kk); in restoreRebootEscrowForUser() local583 mCallbacks.onRebootEscrowRestored(escrowData.getSpVersion(), in restoreRebootEscrowForUser()584 escrowData.getSyntheticPassword(), userId); in restoreRebootEscrowForUser()617 final RebootEscrowData escrowData; in callToRebootEscrowIfNeeded() local619 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()627 mStorage.writeRebootEscrow(userId, escrowData.getBlob()); in callToRebootEscrowIfNeeded()