Home
last modified time | relevance | path

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

/aosp12/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.java106 public long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreECDSASignatureSpi.NONE.TruncateToFieldSizeMessageStreamer
H A DAndroidKeyStoreCipherSpiBase.java886 protected final long getConsumedInputSizeBytes() { in getConsumedInputSizeBytes() method in AndroidKeyStoreCipherSpiBase
890 return mMainDataStreamer.getConsumedInputSizeBytes(); in getConsumedInputSizeBytes()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51178 Landroid/security/keystore/AndroidKeyStoreCipherSpiBase;->getConsumedInputSizeBytes()J
51558 Landroid/security/keystore/KeyStoreCryptoOperationChunkedStreamer;->getConsumedInputSizeBytes()J
51569 Landroid/security/keystore/KeyStoreCryptoOperationStreamer;->getConsumedInputSizeBytes()J