Lines Matching full:update
230 hmac.update(out.toByteArray());
231 hmac.update(old.getSignature());
237 hmac.update(b);
255 hmac.update(out.toByteArray());
323 hmac.update(out.toByteArray());
324 hmac.update(old.getSignature());
327 hmac.update(m.toWire());
337 hmac.update(out.toByteArray());
390 hmac.update(out.toByteArray());
391 hmac.update(old.getSignature());
396 hmac.update(header);
399 hmac.update(b, header.length, len);
420 hmac.update(out.toByteArray());
520 verifier.update(out.toByteArray());
521 verifier.update(signature);
532 verifier.update(header);
539 verifier.update(b, header.length, len);
572 verifier.update(out.toByteArray());
584 verifier.update(out.toByteArray());
585 verifier.update(tsig.getSignature());