SHA1Update
SHA1Update(context, (const uint8_t *)"\200", 1);
SHA1Update(context, (const uint8_t *)"\0", 1);
SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
__weak_alias(SHA1Update,_SHA1Update)
(void *)SHA1Init, (void *)SHA1Update, (void *)SHA1Final,
#define HASH_Update SHA1Update
SHA1Update(&ctx, secret, secretlen);
SHA1Update(&ctx, username, strlen(username));
SHA1Update(&ctx, up, strlen(up));
SHA1Update(&sha, (unsigned char *)buf, buflen);
SHA1Update(&sha, (unsigned char *)x, SKEY_BINKEY_SIZE);
SHA1Update(&s, (const uint8_t *)&rs.entropy, sizeof(rs.entropy));
SHA1Update(&s, rs.data, sizeof(rs.data));
SHA1Update(&s, (const uint8_t *)&rs.entropy, sizeof(rs.entropy));
SHA1Update(&s, rs.data, sizeof(rs.data));
SHA1Update(&sig, (uint8_t *)&rndsave->entropy,
SHA1Update(&sig, rndsave->data, sizeof(rndsave->data));
SHA1Update(&sha1ctx, c->cri_key, klen_bytes);
SHA1Update(&sha1ctx, hmac_ipad_buffer,
SHA1Update(&sha1ctx, c->cri_key, klen_bytes);
SHA1Update(&sha1ctx, hmac_opad_buffer,
SHA1Update(&sha1, key, kbytelen);
SHA1Update(&sha1, ipad, 64);
SHA1Update(&sha1, opad, 64);
SHA1Update(&sha1ctx, macini->cri_key,
SHA1Update(&sha1ctx, hmac_ipad_buffer,
SHA1Update(&sha1ctx, macini->cri_key,
SHA1Update(&sha1ctx, hmac_opad_buffer,
SHA1Update(&ctx, (const void *)&seed->entropy, sizeof(seed->entropy));
SHA1Update(&ctx, seed->data, sizeof(seed->data));
SHA1Update(&sc->sc_sha1, sc->sc_pad, sizeof(sc->sc_pad));
SHA1Update(&sc->sc_sha1, (void *)&carp_version, sizeof(carp_version));
SHA1Update(&sc->sc_sha1, (void *)&type, sizeof(type));
SHA1Update(&sc->sc_sha1, (void *)&vhid, sizeof(vhid));
SHA1Update(&sc->sc_sha1, (void *)&cur, sizeof(cur));
SHA1Update(&sc->sc_sha1, (void *)&cur6, sizeof(cur6));
SHA1Update(&sha1ctx, (void *)counter, sizeof(sc->sc_counter));
SHA1Update(&sha1ctx, sc->sc_pad, sizeof(sc->sc_pad));
SHA1Update(&sha1ctx, md, 20);
SHA1Update(&context, k_ipad, 64); /* start with inner pad */
SHA1Update(&context, text, text_len); /* then text of datagram */
SHA1Update(&context, k_opad, 64); /* start with outer pad */
SHA1Update(&context, digest, 20); /* then results of 1st hash */
SHA1Update(&tctx, key, key_len);
SHA1Update(&context, k_ipad, 64); /* start with inner pad */
SHA1Update(&context, mtod(m_at, char *)+offset,
SHA1Update(&context, k_opad, 64); /* start with outer pad */
SHA1Update(&context, digest, 20); /* then results of 1st hash */
SHA1Update(&tctx, key, key_len);
SHA1Update(ctx, buf, len);
void SHA1Update(SHA1_CTX *, const uint8_t *, unsigned int);
SHA1Update(&ctx, buf, len);
SHA1Update(&ctx, buf, len);
#define MD5Update SHA1Update
SHA1Update(&ctxSHA1, p, size);
SHA1Update(&ctxSHA1, buf, nr);
SHA1Update(&c, d, l);