Searched refs:newCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1821 CryptoInfo newCryptoInfo = createNewCryptoInfoAndPopulateWithCryptoData(cryptoData); in getPopulatedCryptoInfo() local1822 newCryptoInfo.iv = Arrays.copyOf(mScratchIvSpace, mScratchIvSpace.length); in getPopulatedCryptoInfo()1834 newCryptoInfo.numSubSamples = mSubsampleEncryptionDataSize; in getPopulatedCryptoInfo()1836 newCryptoInfo.numBytesOfClearData = mLastOutputCryptoInfo.numBytesOfClearData; in getPopulatedCryptoInfo()1837 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()1840 newCryptoInfo.numBytesOfClearData = in getPopulatedCryptoInfo()1843 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()1848 mLastOutputCryptoInfo = newCryptoInfo; in getPopulatedCryptoInfo()