Searched refs:engineDoFinal (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreCipherSpiBase.java | 579 protected final byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) in engineDoFinal() method in AndroidKeyStoreCipherSpiBase 622 protected final int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in engineDoFinal() method in AndroidKeyStoreCipherSpiBase 629 byte[] outputCopy = engineDoFinal(input, inputOffset, inputLen); in engineDoFinal() 643 protected final int engineDoFinal(ByteBuffer input, ByteBuffer output) in engineDoFinal() method in AndroidKeyStoreCipherSpiBase 660 engineDoFinal( in engineDoFinal() 666 outputArray = engineDoFinal(inputArray, 0, inputSize); in engineDoFinal() 762 return engineDoFinal(encoded, 0, encoded.length); in engineWrap() 790 encoded = engineDoFinal(wrappedKey, 0, wrappedKey.length); in engineUnwrap()
|
H A D | AndroidKeyStoreHmacSpi.java | 228 protected byte[] engineDoFinal() { in engineDoFinal() method in AndroidKeyStoreHmacSpi
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 51317 …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();
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 955 HSPLcom/android/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher;->engineDoFinal([BI…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14040 HSPLandroid/security/keystore2/AndroidKeyStoreCipherSpiBase;->engineDoFinal([BII)[B 23527 HSPLcom/android/org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher;->engineDoFinal([BI…
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14050 HSPLandroid/security/keystore2/AndroidKeyStoreCipherSpiBase;->engineDoFinal([BII)[B
|