Searched defs:outputOffset (Results 1 – 11 of 11) sorted by relevance
/libcore/luni/src/main/java/javax/crypto/ |
D | ExemptionMechanismSpi.java | 63 int outputOffset) throws ShortBufferException, in engineGenExemptionBlob()
|
D | CipherSpi.java | 310 int inputLen, byte[] output, int outputOffset) in engineUpdate() 420 int inputLen, byte[] output, int outputOffset) in engineDoFinal()
|
D | Cipher.java | 972 byte[] output, int outputOffset) throws ShortBufferException { in update() 1076 public final int doFinal(byte[] output, int outputOffset) in doFinal() 1218 byte[] output, int outputOffset) throws ShortBufferException, in doFinal()
|
D | ExemptionMechanism.java | 351 public final int genExemptionBlob(byte[] output, int outputOffset) in genExemptionBlob()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
D | MyCipher.java | 105 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate() 117 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
|
D | MyExemptionMechanismSpi.java | 55 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanismSpiTest.java | 56 …protected int engineGenExemptionBlob(byte[] output, int outputOffset) throws ShortBufferException,… in engineGenExemptionBlob()
|
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 | ExemptionMechanismTest.java | 222 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
|
/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/ |
D | NullCipherSpi.java | 107 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate() 143 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLCipherRSA.java | 231 int outputOffset) throws ShortBufferException { in engineUpdate() 294 int outputOffset) throws ShortBufferException, IllegalBlockSizeException, in engineDoFinal()
|