Searched refs:mProducedOutputSizeBytes (Results 1 – 3 of 3) sorted by relevance
96 private long mProducedOutputSizeBytes; field in KeyStoreCryptoOperationChunkedStreamer110 mProducedOutputSizeBytes = 0; in KeyStoreCryptoOperationChunkedStreamer()173 mProducedOutputSizeBytes += output.length; in update()186 mProducedOutputSizeBytes += o.length; in doFinal()203 return mProducedOutputSizeBytes; in getProducedOutputSizeBytes()
373 private long mProducedOutputSizeBytes; field in AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer406 mProducedOutputSizeBytes += result.length; in doFinal()417 return mProducedOutputSizeBytes; in getProducedOutputSizeBytes()
48243 Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;->mProducedOutputSizeBytes:J