Searched defs:outputOffset (Results 1 – 16 of 16) sorted by relevance
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
D | ExemptionMechanismSpi.java | 69 int outputOffset) throws ShortBufferException, in engineGenExemptionBlob()
|
D | CipherSpi.java | 333 int inputLen, byte[] output, int outputOffset) in engineUpdate() 446 int inputLen, byte[] output, int outputOffset) in engineDoFinal()
|
D | Cipher.java | 1012 byte[] output, int outputOffset) throws ShortBufferException { in update() 1131 public final int doFinal(byte[] output, int outputOffset) in doFinal() 1287 byte[] output, int outputOffset) throws ShortBufferException, in doFinal()
|
D | ExemptionMechanism.java | 375 public final int genExemptionBlob(byte[] output, int outputOffset) in genExemptionBlob()
|
/dalvik/libcore/crypto/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()
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | ExemptionMechanismSpiTest.java | 62 …protected int engineGenExemptionBlob(byte[] output, int outputOffset) throws ShortBufferException,… in engineGenExemptionBlob()
|
D | CipherSpiTest.java | 63 int outputOffset) throws ShortBufferException, IllegalBlockSizeException, in engineDoFinal() 123 int outputOffset) throws ShortBufferException { in engineUpdate() 406 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate() 431 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
|
D | ExemptionMechanismTest.java | 256 protected int engineGenExemptionBlob(byte[] output, int outputOffset) in engineGenExemptionBlob()
|
/dalvik/libcore/crypto/src/main/java/org/apache/harmony/crypto/internal/ |
D | NullCipherSpi.java | 110 byte[] output, int outputOffset) throws ShortBufferException { in engineUpdate() 144 byte[] output, int outputOffset) throws ShortBufferException, in engineDoFinal()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
D | JCEIESCipher.java | 292 int outputOffset) in engineUpdate() 328 int outputOffset) in engineDoFinal()
|
D | JCEStreamCipher.java | 321 int outputOffset) in engineUpdate() 360 int outputOffset) in engineDoFinal()
|
D | WrapCipherSpi.java | 238 int outputOffset) in engineUpdate() 260 int outputOffset) in engineDoFinal()
|
D | JCERSACipher.java | 412 int outputOffset) in engineUpdate() 479 int outputOffset) in engineDoFinal()
|
D | BrokenJCEBlockCipher.java | 403 int outputOffset) in engineUpdate() 447 int outputOffset) in engineDoFinal()
|
D | JCEBlockCipher.java | 616 int outputOffset) in engineUpdate() 668 int outputOffset) in engineDoFinal()
|