Searched refs:escrowKey (Results 1 – 4 of 4) sorted by relevance
424 RebootEscrowKey escrowKey; in loadRebootEscrowDataWithRetry() local426 escrowKey = getAndClearRebootEscrowKey(kk); in loadRebootEscrowDataWithRetry()434 if (escrowKey == null) { in loadRebootEscrowDataWithRetry()454 allUsersUnlocked &= restoreRebootEscrowForUser(user.id, escrowKey, kk); in loadRebootEscrowDataWithRetry()605 RebootEscrowKey escrowKey = generateEscrowKeyIfNeeded(); in callToRebootEscrowIfNeeded() local606 if (escrowKey == null) { in callToRebootEscrowIfNeeded()619 escrowData = RebootEscrowData.fromSyntheticPassword(escrowKey, spVersion, in callToRebootEscrowIfNeeded()701 RebootEscrowKey escrowKey; in armRebootEscrowIfNeeded() local703 escrowKey = mPendingRebootEscrowKey; in armRebootEscrowIfNeeded()706 if (escrowKey == null) { in armRebootEscrowIfNeeded()[all …]
130 public boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey) { in storeRebootEscrowKey() argument140 rebootEscrow.storeKey(escrowKey.getKeyBytes()); in storeRebootEscrowKey()
70 boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey); in storeRebootEscrowKey() argument
199 public boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey) { in storeRebootEscrowKey() argument202 byte[] wrappedBlob = wrapEscrowKey(escrowKey.getKeyBytes(), encryptionKey); in storeRebootEscrowKey()