Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java242 result = getConsumedInputSizeBytes() - getProducedOutputSizeBytes() + inputLen in engineGetOutputSize()
245 result = getConsumedInputSizeBytes() - getProducedOutputSizeBytes() + inputLen in engineGetOutputSize()
411 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer
412 return mDelegate.getConsumedInputSizeBytes(); in getConsumedInputSizeBytes()
H A DKeyStoreCryptoOperationStreamer.java40 long getConsumedInputSizeBytes(); in getConsumedInputSizeBytes() method
H A DKeyStoreCryptoOperationChunkedStreamer.java197 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method
H A DAndroidKeyStoreECDSASignatureSpi.java113 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreECDSASignatureSpi.NONE.TruncateToFieldSizeMessageStreamer
H A DAndroidKeyStoreCipherSpiBase.java901 protected final long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreCipherSpiBase
905 return mMainDataStreamer.getConsumedInputSizeBytes(); in getConsumedInputSizeBytes()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47855 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->getConsumedInputSizeBytes()J
48235 Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;->getConsumedInputSizeBytes()J
48246 Landroid/security/keystore/KeyStoreCryptoOperationStreamer;->getConsumedInputSizeBytes()J