SHA1_Update
return SHA1_Update(ctx->md_data, data, count);
SHA1_Update(c, ptr, res);
SHA1_Update(c, ptr, res);
#ifdef SHA1_Update
SHA1_Update(&key->md, in + iv, sha_off);
SHA1_Update(&key->md, in + sha_off, plen - sha_off);
SHA1_Update(&key->md, out + plen, SHA_DIGEST_LENGTH);
SHA1_Update(&key->md, out, len);
SHA1_Update(&key->md, key->aux.tls_aad, plen);
SHA1_Update(&key->md, out, j);
SHA1_Update(&key->md, out, inp_len);
SHA1_Update(&key->md, pmac->c, SHA_DIGEST_LENGTH);
SHA1_Update(&key->head, ptr, arg);
SHA1_Update(&key->head, hmac_key, sizeof(hmac_key));
SHA1_Update(&key->tail, hmac_key, sizeof(hmac_key));
SHA1_Update(&key->md, p, arg);
if (!SHA1_Update(&mdctx->sha1, data, count))
return SHA1_Update(ctx->md_data, data, count);
SHA1_Update(&c,d,n);
# define HASH_UPDATE SHA1_Update
int SHA1_Update(SHA_CTX *c, const void *data, size_t len)
SHA1_Update(&ctx, tmp, len);
SHA1_Update(&ctx, tmp, len);
SHA1_Update(&ctx, &id, 1);
(DIGEST_Update *)SHA1_Update,
SHA1_Update(ctx, buffer, bytes);
SHA1_Update(&Context, PeerChallenge, 16);
SHA1_Update(&Context, AuthenticatorChallenge, 16);
SHA1_Update(&Context, Name, strlen(Name));
SHA1_Update(&Context, PasswordHashHash, 16);
SHA1_Update(&Context, NTResponse, 24);
SHA1_Update(&Context, Magic1, 39);
SHA1_Update(&Context, Digest, 20);
SHA1_Update(&Context, Challenge, 8);
SHA1_Update(&Context, Magic2, 41);
SHA1_Update(&Context, PasswordHashHash, 16);
SHA1_Update(&Context, NTResponse, 24);
SHA1_Update(&Context, Magic1, 27);
SHA1_Update(&Context, MasterKey, 16);
SHA1_Update(&Context, SHA1_Pad1, 40);
SHA1_Update(&Context, s, 84);
SHA1_Update(&Context, SHA1_Pad2, 40);
SHA1_Update(&Context, StartKey, SessionKeyLength);
SHA1_Update(&Context, SHA1_Pad1, 40);
SHA1_Update(&Context, SessionKey, SessionKeyLength);
SHA1_Update(&Context, SHA1_Pad2, 40);
SHA1_Update(&Context, InitialSessionKey, LengthOfDesiredKey);
SHA1_Update(&Context, SHA1_Pad1, 40);
SHA1_Update(&Context, CurrentSessionKey, LengthOfDesiredKey);
SHA1_Update(&Context, SHA1_Pad2, 40);