HMAC_Update
HMAC_Update(ctx, version_2_0, sizeof(version_2_0));
HMAC_Update(ctx, &p, 1);
HMAC_Update(ctx, rep->certificate->data, rep->certificate->length);
HMAC_Update(ctx, (unsigned char *)*rep->e_text, strlen(*rep->e_text));
HMAC_Update(ctx, version_2_0, sizeof(version_2_0));
HMAC_Update(ctx, req->pk_key.data, req->pk_key.length);
HMAC_Update(c, hmac, 4);
HMAC_Update(c, in->value, in->length);
HMAC_Update(c, ntlmResponse->data, 16);
HMAC_Update(c, buf.data, buf.length);
HMAC_Update(c, buf.data, buf.length);
HMAC_Update(c, svr_chal, 8);
HMAC_Update(c, clnt_nonce, clnt_nonce_length);
ok = HMAC_Update(ctx, (uint8_t *)iov->data.data, iov->data.length);
if (!HMAC_Update(hctx->ctx, data, count))
|| !HMAC_Update(hmac, p12->authsafes->d.data->data,
if (HMAC_Update(hmac, buf, num - flen) <= 0) {
if (HMAC_Update(hmac, from, flen) <= 0) {
if (HMAC_Update(hmac, be_iter, sizeof(be_iter)) <= 0) {
if (HMAC_Update(hmac, (unsigned char *)label, llen) <= 0) {
if (HMAC_Update(hmac, be_bitlen, sizeof(be_bitlen)) <= 0) {
OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
if (!HMAC_Update(hmac, prev, dig_len))
if (!HMAC_Update(hmac, info, info_len))
if (!HMAC_Update(hmac, &ctr, 1))
if (!HMAC_Update(hctx, salt, saltlen)
|| !HMAC_Update(hctx, itmp, 4)
if (!HMAC_Update(hctx, digtmp, mdlen)
return HMAC_Update(macctx->ctx, data, datalen);
return HMAC_Update(ctx->old_ctx, data, len);
|| !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len))
|| !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len)))
|| !TEST_false(HMAC_Update(ctx, test[4].data, test[4].data_len))
|| !TEST_true(HMAC_Update(ctx, test[4].data, test[4].data_len))
|| !TEST_true(HMAC_Update(ctx, test[5].data, test[5].data_len))
|| !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len))
|| !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len))
|| !TEST_true(HMAC_Update(ctx, test[6].data, test[6].data_len))
|| !TEST_true(HMAC_Update(ctx, test[5].data, test[5].data_len))
|| !TEST_false(HMAC_Update(ctx, test[5].data, test[5].data_len))
|| !TEST_true(HMAC_Update(ctx, test[7].data, test[7].data_len))
if (!TEST_true(HMAC_Update(ctx, buf, test_chunks[idx].chunk_size[i])))
HMAC_Update(ctx, &h->out[POS_CODE], POS_AUTH - POS_CODE);
HMAC_Update(ctx, &h->in[POS_AUTH], LEN_AUTH);
HMAC_Update(ctx, &h->out[POS_AUTH], LEN_AUTH);
HMAC_Update(ctx, &h->out[POS_ATTRS],
HMAC_Update(hctx, &h->in[POS_CODE],
HMAC_Update(hctx, &h->out[POS_AUTH],
HMAC_Update(hctx, &resp[POS_ATTRS],
HMAC_Update(hctx, resp, h->in_len);
if (HMAC_Update(ctx, aad, aad_len) != 1) {
if (HMAC_Update(ctx, buffer, len) != 1) {