Searched defs:outputOffset (Results 1 – 11 of 11) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
D | MyCipher.java | 106 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate() 118 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
|
D | MyExemptionMechanismSpi.java | 55 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | ExemptionMechanismSpi.java | 168 (byte[] output, int outputOffset) in engineGenExemptionBlob()
|
D | NullCipherSpi.java | 89 int outputOffset) { in engineUpdate() 103 int outputOffset) in engineDoFinal()
|
D | CipherSpi.java | 510 int outputOffset) in engineUpdate() 659 int outputOffset) in engineDoFinal()
|
D | ExemptionMechanism.java | 466 public final int genExemptionBlob(byte[] output, int outputOffset) in genExemptionBlob()
|
D | Cipher.java | 1821 byte[] output, int outputOffset) in update() 1992 public final int doFinal(byte[] output, int outputOffset) in doFinal() 2255 byte[] output, int outputOffset) in doFinal()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherSpiTest.java | 57 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()
|
D | ExemptionMechanismSpiTest.java | 56 …protected int engineGenExemptionBlob(byte[] output, int outputOffset) throws ShortBufferException,… in engineGenExemptionBlob()
|
D | ExemptionMechanismTest.java | 179 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
D | MockCipherSpi.java | 260 int outputOffset) throws ShortBufferException { in engineUpdate() 272 int outputOffset) throws ShortBufferException, IllegalBlockSizeException, in engineDoFinal()
|