Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
DMyCipher.java106 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate()
118 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
DMyExemptionMechanismSpi.java55 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
/libcore/luni/src/main/java/javax/crypto/
DExemptionMechanismSpi.java63 int outputOffset) throws ShortBufferException, in engineGenExemptionBlob()
DCipherSpi.java310 int inputLen, byte[] output, int outputOffset) in engineUpdate()
483 int inputLen, byte[] output, int outputOffset) in engineDoFinal()
DExemptionMechanism.java352 public final int genExemptionBlob(byte[] output, int outputOffset) in genExemptionBlob()
DCipher.java1108 byte[] output, int outputOffset) throws ShortBufferException { in update()
1305 public final int doFinal(byte[] output, int outputOffset) in doFinal()
1447 byte[] output, int outputOffset) throws ShortBufferException, in doFinal()
/libcore/luni/src/test/java/libcore/javax/crypto/
DMockCipherSpi.java120 int outputOffset) throws ShortBufferException { in engineUpdate()
132 int outputOffset) throws ShortBufferException, IllegalBlockSizeException, in engineDoFinal()
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherSpiTest.java57 int outputOffset) throws ShortBufferException, IllegalBlockSizeException, in engineDoFinal()
117 int outputOffset) throws ShortBufferException { in engineUpdate()
365 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate()
390 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
DExemptionMechanismSpiTest.java56 …protected int engineGenExemptionBlob(byte[] output, int outputOffset) throws ShortBufferException,… in engineGenExemptionBlob()
DExemptionMechanismTest.java220 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
DNullCipherSpi.java107 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate()
143 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()