Home | History | Annotate | Download | only in crypto

Lines Matching defs:updateAAD

105  * updateAAD} methods) <b>before</b> the ciphertext is processed (via
121 * cipher.updateAAD(...); // AAD
2564 public final void updateAAD(byte[] src) {
2569 updateAAD(src, 0, src.length);
2602 public final void updateAAD(byte[] src, int offset, int len) {
2648 updateAAD(ByteBuffer src) {