Home
last modified time | relevance | path

Searched defs:outputOffset (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1414 int outputOffset) throws ShortBufferException, IllegalBlockSizeException, in doFinal()
1419 protected int doFinal(byte[] output, int outputOffset) throws IllegalBlockSizeException, in doFinal()
1475 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update()