SHA1_Update
if (!SHA1_Update(&mdctx->sha1, data, count))
return SHA1_Update(ctx->md_data, data, count);
LCRYPTO_USED(SHA1_Update);
int SHA1_Update(SHA_CTX *c, const void *data, size_t len)
LCRYPTO_ALIAS(SHA1_Update);
SHA1_Update(&c, d, n);
SHA1_Update(&shscontext, as->as_startofsignature,
SHA1_Update(&shscontext, as->as_signature,
SHA1_Update(&shscontext, as->as_startofsignature,
SHA1_Update(&shscontext, sigalg, (char *) sig - sigalg);
SHA1_Update(&ctx, passwd, strlen(passwd));
SHA1_Update(&ctx, passwd, strlen(passwd));
SHA1_Update(&ctx, salt, sz - SHA_DIGEST_LENGTH);
#define SHAUpdate SHA1_Update
SHA1_Update(&ctx, in, inlength);
SHA1_Update(&ctx, salt, saltlength);
SHA1_Update(&ctx, buf, len);
SHA1_Update(&ctx, msg, *msglen);
SHA1_Update(&c, key, strlen(key));
SHA1_Update(&c, value, strlen(value));