Searched refs:newCryptoInfo (Results 1 – 1 of 1) sorted by relevance
1820 CryptoInfo newCryptoInfo = createNewCryptoInfoAndPopulateWithCryptoData(cryptoData); in getPopulatedCryptoInfo() local1821 newCryptoInfo.iv = Arrays.copyOf(mScratchIvSpace, mScratchIvSpace.length); in getPopulatedCryptoInfo()1833 newCryptoInfo.numSubSamples = mSubsampleEncryptionDataSize; in getPopulatedCryptoInfo()1835 newCryptoInfo.numBytesOfClearData = mLastOutputCryptoInfo.numBytesOfClearData; in getPopulatedCryptoInfo()1836 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()1839 newCryptoInfo.numBytesOfClearData = in getPopulatedCryptoInfo()1842 newCryptoInfo.numBytesOfEncryptedData = in getPopulatedCryptoInfo()1847 mLastOutputCryptoInfo = newCryptoInfo; in getPopulatedCryptoInfo()