Home
last modified time | relevance | path

Searched refs:engineDoFinal (Results 1 – 5 of 5) 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/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.txt74147 …method protected abstract byte[] engineDoFinal(byte[], int, int) throws javax.crypto.BadPaddingExc…
74148 …method protected abstract int engineDoFinal(byte[], int, int, byte[], int) throws javax.crypto.Bad…
74149 …method protected int engineDoFinal(java.nio.ByteBuffer, java.nio.ByteBuffer) throws javax.crypto.B…
74294 method protected abstract byte[] engineDoFinal();
/frameworks/base/config/
Dboot-image-profile.txt12944 HSPLandroid/security/keystore/AndroidKeyStoreCipherSpiBase;->engineDoFinal([BII)[B