Searched refs:escrowKey (Results 1 – 4 of 4) sorted by relevance
606 RebootEscrowKey escrowKey; in loadRebootEscrowDataWithRetry() local608 escrowKey = getAndClearRebootEscrowKey(kk, retryHandler); in loadRebootEscrowDataWithRetry()616 if (escrowKey == null) { in loadRebootEscrowDataWithRetry()636 allUsersUnlocked &= restoreRebootEscrowForUser(user.id, escrowKey, kk); in loadRebootEscrowDataWithRetry()805 RebootEscrowKey escrowKey = generateEscrowKeyIfNeeded(); in callToRebootEscrowIfNeeded() local806 if (escrowKey == null) { in callToRebootEscrowIfNeeded()819 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()901 RebootEscrowKey escrowKey; in armRebootEscrowIfNeeded() local903 escrowKey = mPendingRebootEscrowKey; in armRebootEscrowIfNeeded()906 if (escrowKey == null) { in armRebootEscrowIfNeeded()[all …]
130 public boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey) { in storeRebootEscrowKey() argument140 rebootEscrow.storeKey(escrowKey.getKeyBytes()); in storeRebootEscrowKey()
199 public boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey) { in storeRebootEscrowKey() argument202 byte[] wrappedBlob = wrapEscrowKey(escrowKey.getKeyBytes(), encryptionKey); in storeRebootEscrowKey()
70 boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey); in storeRebootEscrowKey() argument