Searched refs:updateAAD (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java1353 c.updateAAD(new byte[24]);
1357 c.updateAAD(new byte[24]);
1365 c.updateAAD(new byte[24]);
1372 c.updateAAD(new byte[24]);
2875 c.updateAAD(p.aad);
2890 c.updateAAD(new byte[8]);
2952 c.updateAAD(p.aad);
2966 c.updateAAD(largerThanAad, 50, p.aad.length);
2984 c.updateAAD(largerThanAad, 2, p.aad.length);
3000 c.updateAAD(
[all...]
/libcore/luni/src/main/java/javax/crypto/
H A DCipher.java1344 public final void updateAAD(byte[] input) { method in class:Cipher
1379 public final void updateAAD(byte[] input, int inputOffset, int inputLen) { method in class:Cipher
1409 public final void updateAAD(ByteBuffer input) { method in class:Cipher

Completed in 113 milliseconds