Searched defs:doFinal (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
H A DKeyStoreCryptoOperationStreamer.java31 * {@link #doFinal(byte[], int, int, byte[], byte[]) doFinal} operations which can be used to
38 byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature, method in interface:KeyStoreCryptoOperationStreamer
H A DAndroidKeyStoreECDSASignatureSpi.java83 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature, method in class:AndroidKeyStoreECDSASignatureSpi.NONE.TruncateToFieldSizeMessageStreamer
93 return mDelegate.doFinal(bufferedInput,
H A DKeyStoreCryptoOperationChunkedStreamer.java40 * {@link #doFinal(byte[], int, int, byte[], byte[]) doFinal} operations which can be used to
208 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, method in class:KeyStoreCryptoOperationChunkedStreamer
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java342 * {@link KeyStoreCryptoOperationStreamer} which buffers all output until {@code doFinal} from
343 * which it returns all output in one go, provided {@code doFinal} succeeds.
371 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, method in class:AndroidKeyStoreAuthenticatedAESCipherSpi.BufferAllOutputUntilDoFinalStreamer
373 byte[] output = mDelegate.doFinal(input, inputOffset, inputLength, signature,

Completed in 110 milliseconds