Lines Matching defs:update

108  * the {@code update} and {@code doFinal} methods).
118 * cipher.update(...); // Multi-part update
920 * order to hold the result of the next <code>update</code> or
925 * previous <code>update</code> call, padding, and AEAD tagging.
927 * <p>The actual output length of the next <code>update</code> or
1665 * Ensures that Cipher is in a valid state for update() and doFinal()
1702 public final byte[] update(byte[] input) {
1741 public final byte[] update(byte[] input, int inputOffset, int inputLen) {
1793 public final int update(byte[] input, int inputOffset, int inputLen,
1851 public final int update(byte[] input, int inputOffset, int inputLen,
1909 public final int update(ByteBuffer input, ByteBuffer output)
1933 * <code>update</code> operation is processed, with padding (if requested)
1978 * <code>update</code> operation is processed, with padding (if requested)
2043 * may have been buffered during a previous <code>update</code> operation,
2097 * bytes that may have been buffered during a previous <code>update</code>
2155 * bytes that may have been buffered during a previous <code>update</code>
2231 * <code>update</code> operation, are processed, with padding
2556 * Continues a multi-part update of the Additional Authentication
2562 * operations on the ciphertext (via the {@code update} and {@code
2571 * operating in either GCM or CCM mode and one of the {@code update}
2589 * Continues a multi-part update of the Additional Authentication
2595 * operations on the ciphertext (via the {@code update} and {@code
2609 * operating in either GCM or CCM mode and one of the {@code update}
2635 * Continues a multi-part update of the Additional Authentication
2641 * operations on the ciphertext (via the {@code update} and {@code
2655 * operating in either GCM or CCM mode and one of the {@code update}