Home
last modified time | relevance | path

Searched refs:mProducedOutputSizeBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyStoreCryptoOperationChunkedStreamer.java79 private long mProducedOutputSizeBytes; field in KeyStoreCryptoOperationChunkedStreamer
190 mProducedOutputSizeBytes += result.length; in update()
203 mProducedOutputSizeBytes += result.length; in update()
226 mProducedOutputSizeBytes += opResult.output.length; in doFinal()
277 mProducedOutputSizeBytes += opResult.output.length; in flush()
301 mProducedOutputSizeBytes += result.length; in flush()
312 return mProducedOutputSizeBytes; in getProducedOutputSizeBytes()
DAndroidKeyStoreAuthenticatedAESCipherSpi.java350 private long mProducedOutputSizeBytes; field in AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer
384 mProducedOutputSizeBytes += result.length; in doFinal()
395 return mProducedOutputSizeBytes; in getProducedOutputSizeBytes()