Searched refs:engineDoFinal (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreCipherSpiBase.java | 487 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()
|
D | AndroidKeyStoreHmacSpi.java | 227 protected byte[] engineDoFinal() { in engineDoFinal() method in AndroidKeyStoreHmacSpi
|
/frameworks/opt/setupwizard/tools/docs/ |
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();
|
/frameworks/base/api/ |
D | current.txt | 74147 …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/ |
D | boot-image-profile.txt | 12944 HSPLandroid/security/keystore/AndroidKeyStoreCipherSpiBase;->engineDoFinal([BII)[B
|