Searched refs:nextKey (Results 1 – 4 of 4) sorted by relevance
107 RecoverableKeyStoreSecondaryKey nextKey = maybeNextKey.get(); in runInternal() local110 isReady = isSecondaryKeyRotationReady(nextKey); in runInternal()121 rotateToKey(nextKey); in runInternal()136 private boolean isSecondaryKeyRotationReady(RecoverableKeyStoreSecondaryKey nextKey) in isSecondaryKeyRotationReady() argument138 String nextAlias = nextKey.getAlias(); in isSecondaryKeyRotationReady()
142 int count = 0, nextKey; in keyCount() local143 for (nextKey = 0; nextKey < mData.length; count++) { in keyCount()144 nextKey += (0xFF & (mData[nextKey] + 1)); in keyCount()
81 RecoverableKeyStoreSecondaryKey nextKey = mSecondaryKeyManager.generate(); in run_doesRemoveExistingNextSecondaryKeyIfItIsNotYetActive() local82 String nextAlias = nextKey.getAlias(); in run_doesRemoveExistingNextSecondaryKeyIfItIsNotYetActive()
506 nextKey(); in next()540 nextKey(); in EntryIterator()543 private void nextKey() { in nextKey() method in EntryIterator