Home
last modified time | relevance | path

Searched refs:getConsumedInputSizeBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreAuthenticatedAESCipherSpi.java233 result = getConsumedInputSizeBytes() - getProducedOutputSizeBytes() + inputLen in engineGetOutputSize()
236 result = getConsumedInputSizeBytes() - getProducedOutputSizeBytes() + inputLen in engineGetOutputSize()
389 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer
390 return mDelegate.getConsumedInputSizeBytes(); in getConsumedInputSizeBytes()
DKeyStoreCryptoOperationStreamer.java40 long getConsumedInputSizeBytes(); in getConsumedInputSizeBytes() method
DAndroidKeyStoreECDSASignatureSpi.java100 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreECDSASignatureSpi.NONE.TruncateToFieldSizeMessageStreamer
DKeyStoreCryptoOperationChunkedStreamer.java306 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in KeyStoreCryptoOperationChunkedStreamer
DAndroidKeyStoreCipherSpiBase.java784 protected final long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreCipherSpiBase
788 return mMainDataStreamer.getConsumedInputSizeBytes(); in getConsumedInputSizeBytes()