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

/openjdk7/jdk/test/javax/crypto/Cipher/
H A DGCMAPI.java78 c.updateAAD(src);
89 c.updateAAD(src);
99 c.updateAAD(src, offset, len);
110 c.updateAAD(src, offset, len);
120 c.updateAAD(src);
131 c.updateAAD(src);
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestAES.java280 c.updateAAD(iv);
286 c.updateAAD(iv);
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCipher.java107 * updateAAD} methods) <b>before</b> the ciphertext is processed (via
117 * cipher.updateAAD(...); // AAD
2580 public final void updateAAD(byte[] src) { method in class:Cipher
2585 updateAAD(src, 0, src.length);
2618 public final void updateAAD(byte[] src, int offset, int len) { method in class:Cipher
2664 public final void updateAAD(ByteBuffer src) { method in class:Cipher

Completed in 37 milliseconds