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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 768 cipher.updateAAD(input, offset, length);
929 public void updateAAD(byte[] input, int offset, int length);
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java     [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java     [all...]

Completed in 271 milliseconds