Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreCipherSpiBase.java487 protected final byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) in engineDoFinal() method in AndroidKeyStoreCipherSpiBase
528 protected final int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in engineDoFinal() method in AndroidKeyStoreCipherSpiBase
531 byte[] outputCopy = engineDoFinal(input, inputOffset, inputLen); in engineDoFinal()
545 protected final int engineDoFinal(ByteBuffer input, ByteBuffer output) in engineDoFinal() method in AndroidKeyStoreCipherSpiBase
558 engineDoFinal( in engineDoFinal()
564 outputArray = engineDoFinal(inputArray, 0, inputSize); in engineDoFinal()
656 return engineDoFinal(encoded, 0, encoded.length); in engineWrap()
680 encoded = engineDoFinal(wrappedKey, 0, wrappedKey.length); in engineUnwrap()
DAndroidKeyStoreHmacSpi.java227 protected byte[] engineDoFinal() { in engineDoFinal() method in AndroidKeyStoreHmacSpi
/frameworks/base/config/
Dboot-image-profile.txt4844 HPLandroid/security/keystore/AndroidKeyStoreCipherSpiBase;->engineDoFinal([BII)[B
43764 HSPLcom/android/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher;->engineDoFinal([BI…
44085 HSPLcom/android/org/conscrypt/OpenSSLCipher;->engineDoFinal([BII)[B
44086 HSPLcom/android/org/conscrypt/OpenSSLCipher;->engineDoFinal([BII[BI)I
44128 HSPLcom/android/org/conscrypt/OpenSSLMac;->engineDoFinal()[B
50894 HSPLjavax/crypto/CipherSpi;->engineDoFinal([BII)[B
50895 HSPLjavax/crypto/CipherSpi;->engineDoFinal([BII[BI)I
50930 HSPLjavax/crypto/MacSpi;->engineDoFinal()[B
Dhiddenapi-public-dex.txt71448 Ljavax/crypto/CipherSpi;->engineDoFinal(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
71449 Ljavax/crypto/CipherSpi;->engineDoFinal([BII)[B
71450 Ljavax/crypto/CipherSpi;->engineDoFinal([BII[BI)I
71586 Ljavax/crypto/MacSpi;->engineDoFinal()[B
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt51317 …method protected abstract byte[] engineDoFinal(byte[], int, int) throws javax.crypto.BadPaddingExc…
51318 …method protected abstract int engineDoFinal(byte[], int, int, byte[], int) throws javax.crypto.Bad…
51319 …method protected int engineDoFinal(java.nio.ByteBuffer, java.nio.ByteBuffer) throws javax.crypto.B…
51464 method protected abstract byte[] engineDoFinal();
/frameworks/base/api/
Dcurrent.txt70914 …method protected abstract byte[] engineDoFinal(byte[], int, int) throws javax.crypto.BadPaddingExc…
70915 …method protected abstract int engineDoFinal(byte[], int, int, byte[], int) throws javax.crypto.Bad…
70916 …method protected int engineDoFinal(java.nio.ByteBuffer, java.nio.ByteBuffer) throws javax.crypto.B…
71061 method protected abstract byte[] engineDoFinal();