HomeSort by relevance Sort by last modified time
    Searched defs:engineUpdateAAD (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
CipherSpi.java 392 protected void engineUpdateAAD(byte[] input, int inputOffset, int inputLen) {
410 protected void engineUpdateAAD(ByteBuffer input) {
423 engineUpdateAAD(bInput, offset + position, limit - position);
429 engineUpdateAAD(bInput, 0, len);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 766 protected void engineUpdateAAD(byte[] input, int offset, int length)
771 protected void engineUpdateAAD(ByteBuffer bytebuffer)
775 engineUpdateAAD(bytebuffer.array(), offset, length);
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 68 milliseconds