SHA1_Update
return SHA1_Update(EVP_MD_CTX_get0_md_data(ctx), 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, key->aux.tls_aad, plen);
SHA1_Update(&key->md, out, sha_off);
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->md, out, sha_off);
SHA1_Update(&key->md, out, len);
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);
SHA1_Update(&key->md, param->inp, 13);
return SHA1_Update(&mctx->sha1, data, count);
if (!SHA1_Update(&mctx->sha1, padtmp, 40))
if (!SHA1_Update(&mctx->sha1, padtmp, 40))
if (!SHA1_Update(&mctx->sha1, sha1tmp, sizeof(sha1tmp)))
SHA1_Update(&c, d, n);
if (SHA1_Update(sha1, ms, mslen) <= 0)
if (!SHA1_Update(sha1, padtmp, sizeof(padtmp)))
if (SHA1_Update(sha1, ms, mslen) <= 0)
if (!SHA1_Update(sha1, padtmp, sizeof(padtmp)))
if (!SHA1_Update(sha1, sha1tmp, sizeof(sha1tmp)))
#define HASH_UPDATE SHA1_Update
OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
SHA1_Update(c, ptr, res);
SHA1_Update(c, ptr, res);
SHA1_Init, SHA1_Update, SHA1_Final,
SHA1_Update(&c, buf, sizeof(buf));
#ifndef SHA1_Update
void SHA1_Update(SHA_CTX *c, const void *data, size_t len);
SHA1_Update(c, tmp, t + 8);
__weak_reference(_libmd_SHA1_Update, SHA1_Update);
#define SHA1Update SHA1_Update
SHA1_Update(&c, "libulog", 7);
SHA1_Update(&c, utx->ut_line, sizeof utx->ut_line);
(DIGEST_Update*)&SHA1_Update, (DIGEST_End*)&SHA1_End,
SHA1_Update, SHA1_Final, 1);
SHA1_Update(&(c->SHA1), data, len);
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);