EVP_MAC_update
ok = EVP_MAC_update(ctx, (uint8_t *)iov->data.data, iov->data.length);
ok = EVP_MAC_update(ctx, (uint8_t *)iov->data.data, iov->data.length);
if (i < 0 || !EVP_MAC_update(ctx, tmp, i))
if (!EVP_MAC_update(ctx, buf, i)) {
|| !EVP_MAC_update(mctx, buf, lengths[testnum])
if (!EVP_MAC_update(mctx, buf, lengths[testnum]))
&& EVP_MAC_update(ctx, data, datalen)
if (!EVP_MAC_update(mac_ctx, in, len - SIV_LEN))
if (!EVP_MAC_update(mac_ctx, t.byte, SIV_LEN))
if (!EVP_MAC_update(mac_ctx, t.byte, SIV_LEN))
|| !EVP_MAC_update(mac_ctx, zero, sizeof(zero))
|| !EVP_MAC_update(mac_ctx, aad, len)
&& EVP_MAC_update(mctx, opt_rand, n) == 1
&& EVP_MAC_update(mctx, msg, msg_len) == 1
if (!EVP_MAC_update(mctx, data, sizeof(data))) {
if (!EVP_MAC_update(mctx, data, sizeof(data))) {
if (!EVP_MAC_update(mctx, data, sizeof(data))) {
if (!EVP_MAC_update(mctx, test_m, sizeof(test_m))) {
if (!EVP_MAC_update(mctx, data, sizeof(data))) {
if (!EVP_MAC_update(ctx, (unsigned char *)text, sizeof(text))) {
int EVP_MAC_update(EVP_MAC_CTX *ctx, const unsigned char *data, size_t datalen);
|| !EVP_MAC_update(ctx, hmac_kat_pt, sizeof(hmac_kat_pt))
if (!EVP_MAC_update(ctx, buf, bytes_read))
&& EVP_MAC_update(ctx, in, inlen) == 1
if (mode == FEEDBACK && !EVP_MAC_update(ctx, k_i, k_i_len))
if (!EVP_MAC_update(ctx, 4 - (r / 8) + (unsigned char *)&i, r / 8)
|| !EVP_MAC_update(ctx, label, label_len)
|| (has_separator && !EVP_MAC_update(ctx, &zero, 1))
|| !EVP_MAC_update(ctx, context, context_len)
|| (has_l && !EVP_MAC_update(ctx, (unsigned char *)&l, 4))
&& EVP_MAC_update(ctx, context, contextlen)
&& EVP_MAC_update(ctx, c, sizeof(c))
&& EVP_MAC_update(ctx, z, z_len)
&& EVP_MAC_update(ctx, info, info_len)))
if (seed != NULL && !EVP_MAC_update(ctx_Ai, seed, seed_len))
if (!EVP_MAC_update(ctx, Ai, Ai_len))
if (seed != NULL && !EVP_MAC_update(ctx, seed, seed_len))
|| !EVP_MAC_update(ctx, temp, hmac->blocklen))
|| !EVP_MAC_update(ctx, hmac->V, hmac->blocklen)
|| !EVP_MAC_update(ctx, &inbyte, 1)
|| !(in1 == NULL || in1len == 0 || EVP_MAC_update(ctx, in1, in1len))
|| !(in2 == NULL || in2len == 0 || EVP_MAC_update(ctx, in2, in2len))
|| !(in3 == NULL || in3len == 0 || EVP_MAC_update(ctx, in3, in3len))
&& EVP_MAC_update(ctx, hmac->V, hmac->blocklen)
return EVP_MAC_update(pmacctx->macctx, data, datalen);
if (!EVP_MAC_update(srt_gen->mac_ctx, (const unsigned char *)dcid->id,
|| !EVP_MAC_update(mac_ctx, nonce, nonce_len)
|| !EVP_MAC_update(mac_ctx, recheader, sizeof(recheader))
|| !EVP_MAC_update(mac_ctx, rec->input, rec->length)
return EVP_MAC_update(ctx->ctx, data, len);
|| !EVP_MAC_update(ctx, epoch, 2)
|| !EVP_MAC_update(ctx, seq, 6)
|| !EVP_MAC_update(ctx, &type, 1)
|| !EVP_MAC_update(ctx, ver, 2) /* Version */
|| !EVP_MAC_update(ctx, lenbytes, 2) /* Length */
|| !EVP_MAC_update(ctx, enc, len) /* Finally the data itself */
if (!EVP_MAC_update(ctx, expected->input + donelen, current_len)) {