crypto/heimdal/kdc/digest-service.c
165
EVP_DigestUpdate(md5ctx, ntq.lmchallenge.data, 8);
crypto/heimdal/kdc/digest-service.c
166
EVP_DigestUpdate(md5ctx, ntq.lmChallengeResponce.data, 8);
crypto/heimdal/kdc/digest-service.c
191
EVP_DigestUpdate(ctxp, key->key.keyvalue.data, key->key.keyvalue.length);
crypto/heimdal/kdc/digest.c
1287
EVP_DigestUpdate(ctx, challange, sizeof(challange));
crypto/heimdal/kdc/digest.c
1288
EVP_DigestUpdate(ctx, ireq.u.ntlmRequest.lm.data, 8);
crypto/heimdal/kdc/digest.c
1325
EVP_DigestUpdate(ctx,
crypto/heimdal/kdc/digest.c
648
EVP_DigestUpdate(ctx, &idx, 1);
crypto/heimdal/kdc/digest.c
649
EVP_DigestUpdate(ctx, password, strlen(password));
crypto/heimdal/kdc/digest.c
650
EVP_DigestUpdate(ctx, serverNonce.data, serverNonce.length);
crypto/heimdal/kdc/digest.c
704
EVP_DigestUpdate(ctx, ireq.u.digestRequest.username,
crypto/heimdal/kdc/digest.c
706
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
707
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.realm,
crypto/heimdal/kdc/digest.c
709
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
710
EVP_DigestUpdate(ctx, password, strlen(password));
crypto/heimdal/kdc/digest.c
714
EVP_DigestUpdate(ctx, md, sizeof(md));
crypto/heimdal/kdc/digest.c
715
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
716
EVP_DigestUpdate(ctx, ireq.u.digestRequest.serverNonce,
crypto/heimdal/kdc/digest.c
718
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
719
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.nonceCount,
crypto/heimdal/kdc/digest.c
722
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
723
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.authid,
crypto/heimdal/kdc/digest.c
736
EVP_DigestUpdate(ctx,
crypto/heimdal/kdc/digest.c
738
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.uri,
crypto/heimdal/kdc/digest.c
744
EVP_DigestUpdate(ctx, conf_zeros, sizeof(conf_zeros) - 1);
crypto/heimdal/kdc/digest.c
758
EVP_DigestUpdate(ctx, A1, strlen(A2));
crypto/heimdal/kdc/digest.c
759
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
760
EVP_DigestUpdate(ctx, ireq.u.digestRequest.serverNonce,
crypto/heimdal/kdc/digest.c
762
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
763
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.nonceCount,
crypto/heimdal/kdc/digest.c
765
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
766
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.clientNonce,
crypto/heimdal/kdc/digest.c
768
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
769
EVP_DigestUpdate(ctx, *ireq.u.digestRequest.qop,
crypto/heimdal/kdc/digest.c
771
EVP_DigestUpdate(ctx, ":", 1);
crypto/heimdal/kdc/digest.c
772
EVP_DigestUpdate(ctx, A2, strlen(A2));
crypto/heimdal/kdc/digest.c
861
EVP_DigestUpdate(ctp, clientNonce.data, ssize);
crypto/heimdal/kdc/digest.c
864
EVP_DigestUpdate(ctp, serverNonce.data, serverNonce.length);
crypto/heimdal/kdc/digest.c
865
EVP_DigestUpdate(ctp, username, strlen(username));
crypto/heimdal/kdc/digest.c
933
EVP_DigestUpdate(ctxp,
crypto/heimdal/kdc/digest.c
941
EVP_DigestUpdate(ctxp, hashhash, sizeof(hashhash));
crypto/heimdal/kdc/digest.c
942
EVP_DigestUpdate(ctxp, answer.data, answer.length);
crypto/heimdal/kdc/digest.c
943
EVP_DigestUpdate(ctxp, ms_chap_v2_magic1,
crypto/heimdal/kdc/digest.c
948
EVP_DigestUpdate(ctxp, md, sizeof(md));
crypto/heimdal/kdc/digest.c
949
EVP_DigestUpdate(ctxp, challange, 8);
crypto/heimdal/kdc/digest.c
950
EVP_DigestUpdate(ctxp, ms_chap_v2_magic2,
crypto/heimdal/kdc/digest.c
974
EVP_DigestUpdate(ctxp, hashhash, 16);
crypto/heimdal/kdc/digest.c
975
EVP_DigestUpdate(ctxp, answer.data, answer.length);
crypto/heimdal/kdc/digest.c
976
EVP_DigestUpdate(ctxp, ms_rfc3079_magic1,
crypto/heimdal/kuser/kdigest.c
237
EVP_DigestUpdate(ctx, &server_identifier, 1);
crypto/heimdal/kuser/kdigest.c
238
EVP_DigestUpdate(ctx, password, strlen(password));
crypto/heimdal/kuser/kdigest.c
239
EVP_DigestUpdate(ctx, server_nonce, snoncelen);
crypto/heimdal/kuser/kdigest.c
285
EVP_DigestUpdate(ctx, client_nonce, cnoncelen);
crypto/heimdal/kuser/kdigest.c
286
EVP_DigestUpdate(ctx, server_nonce, snoncelen);
crypto/heimdal/kuser/kdigest.c
287
EVP_DigestUpdate(ctx, username, strlen(username));
crypto/heimdal/kuser/kdigest.c
295
EVP_DigestUpdate(hctx, &password[i], 1);
crypto/heimdal/kuser/kdigest.c
296
EVP_DigestUpdate(hctx, &password[len], 1);
crypto/heimdal/kuser/kdigest.c
312
EVP_DigestUpdate(hctx, hmd, sizeof(hmd));
crypto/heimdal/kuser/kdigest.c
318
EVP_DigestUpdate(ctx, hmd, sizeof(hmd));
crypto/heimdal/kuser/kdigest.c
319
EVP_DigestUpdate(ctx, answer.data, answer.length);
crypto/heimdal/kuser/kdigest.c
320
EVP_DigestUpdate(ctx, ms_chap_v2_magic1, sizeof(ms_chap_v2_magic1));
crypto/heimdal/kuser/kdigest.c
325
EVP_DigestUpdate(ctx, client_nonce, cnoncelen);
crypto/heimdal/kuser/kdigest.c
326
EVP_DigestUpdate(ctx, server_nonce, snoncelen);
crypto/heimdal/kuser/kdigest.c
327
EVP_DigestUpdate(ctx, username, strlen(username));
crypto/heimdal/kuser/kdigest.c
331
EVP_DigestUpdate(ctx, md, sizeof(md));
crypto/heimdal/kuser/kdigest.c
332
EVP_DigestUpdate(ctx, challenge, 8);
crypto/heimdal/kuser/kdigest.c
333
EVP_DigestUpdate(ctx, ms_chap_v2_magic2, sizeof(ms_chap_v2_magic2));
crypto/heimdal/kuser/kdigest.c
342
EVP_DigestUpdate(ctx, hmd, sizeof(hmd));
crypto/heimdal/kuser/kdigest.c
343
EVP_DigestUpdate(ctx, answer.data, answer.length);
crypto/heimdal/kuser/kdigest.c
344
EVP_DigestUpdate(ctx, ms_rfc3079_magic1, sizeof(ms_rfc3079_magic1));
crypto/heimdal/lib/gssapi/krb5/8003.c
101
EVP_DigestUpdate(ctx,
crypto/heimdal/lib/gssapi/krb5/8003.c
83
EVP_DigestUpdate(ctx, num, sizeof(num));
crypto/heimdal/lib/gssapi/krb5/8003.c
85
EVP_DigestUpdate(ctx, num, sizeof(num));
crypto/heimdal/lib/gssapi/krb5/8003.c
87
EVP_DigestUpdate(ctx,
crypto/heimdal/lib/gssapi/krb5/8003.c
91
EVP_DigestUpdate(ctx, num, sizeof(num));
crypto/heimdal/lib/gssapi/krb5/8003.c
93
EVP_DigestUpdate(ctx, num, sizeof(num));
crypto/heimdal/lib/gssapi/krb5/8003.c
95
EVP_DigestUpdate(ctx,
crypto/heimdal/lib/gssapi/krb5/8003.c
99
EVP_DigestUpdate(ctx, num, sizeof(num));
crypto/heimdal/lib/gssapi/krb5/get_mic.c
87
EVP_DigestUpdate(md5, p - 24, 8);
crypto/heimdal/lib/gssapi/krb5/get_mic.c
88
EVP_DigestUpdate(md5, message_buffer->value, message_buffer->length);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
140
EVP_DigestUpdate(md5, p - 24, 8);
crypto/heimdal/lib/gssapi/krb5/unwrap.c
141
EVP_DigestUpdate(md5, p, input_message_buffer->length - len);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
80
EVP_DigestUpdate(md5, p - 24, 8);
crypto/heimdal/lib/gssapi/krb5/verify_mic.c
81
EVP_DigestUpdate(md5, message_buffer->value, message_buffer->length);
crypto/heimdal/lib/gssapi/krb5/wrap.c
274
EVP_DigestUpdate(md5, p - 24, 8);
crypto/heimdal/lib/gssapi/krb5/wrap.c
275
EVP_DigestUpdate(md5, p, datalen);
crypto/heimdal/lib/gssapi/mech/gss_mo.c
203
EVP_DigestUpdate(ctx, hdr, 2);
crypto/heimdal/lib/gssapi/mech/gss_mo.c
204
EVP_DigestUpdate(ctx, mech->elements, mech->length);
crypto/heimdal/lib/gssapi/ntlm/crypto.c
102
EVP_DigestUpdate(ctx, data, len);
crypto/heimdal/lib/gssapi/ntlm/crypto.c
103
EVP_DigestUpdate(ctx, sealmagic, strlen(sealmagic) + 1);
crypto/heimdal/lib/gssapi/ntlm/crypto.c
97
EVP_DigestUpdate(ctx, data, len);
crypto/heimdal/lib/gssapi/ntlm/crypto.c
98
EVP_DigestUpdate(ctx, signmagic, strlen(signmagic) + 1);
crypto/heimdal/lib/hx509/ca.c
1275
EVP_DigestUpdate(ctx, tbs->spki.subjectPublicKey.data,
crypto/heimdal/lib/hx509/crypto.c
1204
EVP_DigestUpdate(ctx, data->data, data->length);
crypto/heimdal/lib/hx509/crypto.c
1232
EVP_DigestUpdate(ctx, data->data, data->length);
crypto/heimdal/lib/krb5/crypto-arcfour.c
97
EVP_DigestUpdate(m, t, 4);
crypto/heimdal/lib/krb5/crypto-arcfour.c
98
EVP_DigestUpdate(m, data, len);
crypto/heimdal/lib/krb5/crypto-des-common.c
116
EVP_DigestUpdate(m, tmp, 8); /* confounder */
crypto/heimdal/lib/krb5/crypto-des-common.c
117
EVP_DigestUpdate(m, data, len);
crypto/heimdal/lib/krb5/crypto-des-common.c
79
EVP_DigestUpdate(m, p, 8);
crypto/heimdal/lib/krb5/crypto-des-common.c
80
EVP_DigestUpdate(m, data, len);
crypto/heimdal/lib/krb5/crypto-pk.c
278
EVP_DigestUpdate(m, cdata, 4);
crypto/heimdal/lib/krb5/crypto-pk.c
279
EVP_DigestUpdate(m, dhdata, dhsize);
crypto/heimdal/lib/krb5/crypto-pk.c
280
EVP_DigestUpdate(m, other.data, other.length);
crypto/heimdal/lib/krb5/crypto-pk.c
81
EVP_DigestUpdate(m, &counter, 1);
crypto/heimdal/lib/krb5/crypto-pk.c
82
EVP_DigestUpdate(m, dhdata, dhsize);
crypto/heimdal/lib/krb5/crypto-pk.c
85
EVP_DigestUpdate(m, c_n->data, c_n->length);
crypto/heimdal/lib/krb5/crypto-pk.c
87
EVP_DigestUpdate(m, k_n->data, k_n->length);
crypto/heimdal/lib/krb5/replay.c
188
EVP_DigestUpdate(m, auth->crealm, strlen(auth->crealm));
crypto/heimdal/lib/krb5/replay.c
190
EVP_DigestUpdate(m, auth->cname.name_string.val[i],
crypto/heimdal/lib/krb5/replay.c
192
EVP_DigestUpdate(m, &auth->ctime, sizeof(auth->ctime));
crypto/heimdal/lib/krb5/replay.c
193
EVP_DigestUpdate(m, &auth->cusec, sizeof(auth->cusec));
crypto/heimdal/lib/krb5/salt-arcfour.c
84
EVP_DigestUpdate (m, &p, 1);
crypto/heimdal/lib/krb5/salt-arcfour.c
86
EVP_DigestUpdate (m, &p, 1);
crypto/heimdal/lib/ntlm/ntlm.c
1080
EVP_DigestUpdate(m, buf.data, buf.length);
crypto/heimdal/lib/ntlm/ntlm.c
1157
EVP_DigestUpdate(m, key, len);
crypto/heimdal/lib/ntlm/ntlm.c
1812
EVP_DigestUpdate(m, svr_chal, 8); /* session nonce part 1 */
crypto/heimdal/lib/ntlm/ntlm.c
1813
EVP_DigestUpdate(m, clnt_nonce, 8); /* session nonce part 2 */
crypto/krb5/src/lib/crypto/openssl/hash_provider/hash_evp.c
68
ok = ok && EVP_DigestUpdate(ctx, d->data, d->length);
crypto/krb5/src/lib/crypto/openssl/sha256.c
58
ok = ok && EVP_DigestUpdate(ctx, in[i].data, in[i].length);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1839
EVP_DigestUpdate(ctx, data, data_len);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2600
!EVP_DigestUpdate(sha1_ctx, &counter, 1) ||
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2601
!EVP_DigestUpdate(sha1_ctx, secret->data, secret->length) ||
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2758
!EVP_DigestUpdate(ctx, be_counter, 4) ||
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2759
!EVP_DigestUpdate(ctx, secret->data, secret->length) ||
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2760
!EVP_DigestUpdate(ctx, info->data, info->length) ||
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3905
EVP_DigestUpdate(ctx, data, data_len);
crypto/krb5/src/plugins/preauth/spake/openssl.c
284
ok = ok && EVP_DigestUpdate(ctx, dlist[i].data, dlist[i].length);
crypto/openssh/digest-openssl.c
147
if (EVP_DigestUpdate(ctx->mdctx, m, mlen) != 1)
crypto/openssl/apps/passwd.c
385
|| !EVP_DigestUpdate(md, passwd, passwd_len))
crypto/openssl/apps/passwd.c
389
if (!EVP_DigestUpdate(md, ascii_dollar, 1)
crypto/openssl/apps/passwd.c
390
|| !EVP_DigestUpdate(md, ascii_magic, magic_len)
crypto/openssl/apps/passwd.c
391
|| !EVP_DigestUpdate(md, ascii_dollar, 1))
crypto/openssl/apps/passwd.c
394
if (!EVP_DigestUpdate(md, ascii_salt, salt_len))
crypto/openssl/apps/passwd.c
400
|| !EVP_DigestUpdate(md2, passwd, passwd_len)
crypto/openssl/apps/passwd.c
401
|| !EVP_DigestUpdate(md2, ascii_salt, salt_len)
crypto/openssl/apps/passwd.c
402
|| !EVP_DigestUpdate(md2, passwd, passwd_len)
crypto/openssl/apps/passwd.c
407
if (!EVP_DigestUpdate(md, buf, sizeof(buf)))
crypto/openssl/apps/passwd.c
410
if (!EVP_DigestUpdate(md, buf, i))
crypto/openssl/apps/passwd.c
415
if (!EVP_DigestUpdate(md, (n & 1) ? "\0" : passwd, 1))
crypto/openssl/apps/passwd.c
425
if (!EVP_DigestUpdate(md2,
crypto/openssl/apps/passwd.c
430
if (!EVP_DigestUpdate(md2, ascii_salt, salt_len))
crypto/openssl/apps/passwd.c
434
if (!EVP_DigestUpdate(md2, passwd, passwd_len))
crypto/openssl/apps/passwd.c
437
if (!EVP_DigestUpdate(md2,
crypto/openssl/apps/passwd.c
616
|| !EVP_DigestUpdate(md, passwd, passwd_len)
crypto/openssl/apps/passwd.c
617
|| !EVP_DigestUpdate(md, ascii_salt, salt_len))
crypto/openssl/apps/passwd.c
623
|| !EVP_DigestUpdate(md2, passwd, passwd_len)
crypto/openssl/apps/passwd.c
624
|| !EVP_DigestUpdate(md2, ascii_salt, salt_len)
crypto/openssl/apps/passwd.c
625
|| !EVP_DigestUpdate(md2, passwd, passwd_len)
crypto/openssl/apps/passwd.c
630
if (!EVP_DigestUpdate(md, buf, buf_size))
crypto/openssl/apps/passwd.c
633
if (!EVP_DigestUpdate(md, buf, n))
crypto/openssl/apps/passwd.c
638
if (!EVP_DigestUpdate(md,
crypto/openssl/apps/passwd.c
652
if (!EVP_DigestUpdate(md2, passwd, passwd_len))
crypto/openssl/apps/passwd.c
669
if (!EVP_DigestUpdate(md2, ascii_salt, salt_len))
crypto/openssl/apps/passwd.c
684
if (!EVP_DigestUpdate(md2,
crypto/openssl/apps/passwd.c
689
if (!EVP_DigestUpdate(md2, s_bytes, salt_len))
crypto/openssl/apps/passwd.c
693
if (!EVP_DigestUpdate(md2, p_bytes, passwd_len))
crypto/openssl/apps/passwd.c
696
if (!EVP_DigestUpdate(md2,
crypto/openssl/apps/speed.c
729
|| !EVP_DigestUpdate(ctx, buf, (size_t)lengths[testnum])
crypto/openssl/apps/ts.c
550
if (!EVP_DigestUpdate(md_ctx, buffer, length))
crypto/openssl/crypto/bn/bn_rand.c
351
|| !EVP_DigestUpdate(mdctx, &i, sizeof(i))
crypto/openssl/crypto/bn/bn_rand.c
352
|| !EVP_DigestUpdate(mdctx, private_bytes,
crypto/openssl/crypto/bn/bn_rand.c
354
|| !EVP_DigestUpdate(mdctx, message, message_len)
crypto/openssl/crypto/bn/bn_rand.c
355
|| !EVP_DigestUpdate(mdctx, random_bytes,
crypto/openssl/crypto/crmf/crmf_pbm.c
170
if (!EVP_DigestUpdate(ctx, sec, seclen))
crypto/openssl/crypto/crmf/crmf_pbm.c
173
if (!EVP_DigestUpdate(ctx, pbmp->salt->data, pbmp->salt->length))
crypto/openssl/crypto/crmf/crmf_pbm.c
188
if (!EVP_DigestUpdate(ctx, basekey, bklen))
crypto/openssl/crypto/ct/ct_vfy.c
58
if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf))
crypto/openssl/crypto/ct/ct_vfy.c
65
if (!EVP_DigestUpdate(ctx, sctx->ihash, sctx->ihashlen))
crypto/openssl/crypto/ct/ct_vfy.c
79
if (!EVP_DigestUpdate(ctx, tmpbuf, 3))
crypto/openssl/crypto/ct/ct_vfy.c
81
if (!EVP_DigestUpdate(ctx, der, derlen))
crypto/openssl/crypto/ct/ct_vfy.c
87
if (!EVP_DigestUpdate(ctx, tmpbuf, 2))
crypto/openssl/crypto/ct/ct_vfy.c
90
if (sct->ext_len && !EVP_DigestUpdate(ctx, sct->ext, sct->ext_len))
crypto/openssl/crypto/ec/curve25519.c
5617
if (!EVP_DigestUpdate(hash_ctx, dom_s, sizeof(dom_s) - 1)
crypto/openssl/crypto/ec/curve25519.c
5618
|| !EVP_DigestUpdate(hash_ctx, dom, sizeof(dom))
crypto/openssl/crypto/ec/curve25519.c
5619
|| !EVP_DigestUpdate(hash_ctx, context, context_len)) {
crypto/openssl/crypto/ec/curve25519.c
5656
|| !EVP_DigestUpdate(hash_ctx, private_key, 32)
crypto/openssl/crypto/ec/curve25519.c
5665
|| !EVP_DigestUpdate(hash_ctx, az + 32, 32)
crypto/openssl/crypto/ec/curve25519.c
5666
|| !EVP_DigestUpdate(hash_ctx, tbs, tbs_len)
crypto/openssl/crypto/ec/curve25519.c
5675
|| !EVP_DigestUpdate(hash_ctx, out_sig, 32)
crypto/openssl/crypto/ec/curve25519.c
5676
|| !EVP_DigestUpdate(hash_ctx, public_key, 32)
crypto/openssl/crypto/ec/curve25519.c
5677
|| !EVP_DigestUpdate(hash_ctx, tbs, tbs_len)
crypto/openssl/crypto/ec/curve25519.c
5787
|| !EVP_DigestUpdate(hash_ctx, r, 32)
crypto/openssl/crypto/ec/curve25519.c
5788
|| !EVP_DigestUpdate(hash_ctx, public_key, 32)
crypto/openssl/crypto/ec/curve25519.c
5789
|| !EVP_DigestUpdate(hash_ctx, tbs, tbs_len)
crypto/openssl/crypto/ec/curve448/eddsa.c
191
|| !EVP_DigestUpdate(hashctx,
crypto/openssl/crypto/ec/curve448/eddsa.c
194
|| !EVP_DigestUpdate(hashctx, message, message_len)) {
crypto/openssl/crypto/ec/curve448/eddsa.c
233
|| !EVP_DigestUpdate(hashctx, nonce_point, sizeof(nonce_point))
crypto/openssl/crypto/ec/curve448/eddsa.c
234
|| !EVP_DigestUpdate(hashctx, pubkey, EDDSA_448_PUBLIC_BYTES)
crypto/openssl/crypto/ec/curve448/eddsa.c
235
|| !EVP_DigestUpdate(hashctx, message, message_len)
crypto/openssl/crypto/ec/curve448/eddsa.c
341
|| !EVP_DigestUpdate(hashctx, signature, EDDSA_448_PUBLIC_BYTES)
crypto/openssl/crypto/ec/curve448/eddsa.c
342
|| !EVP_DigestUpdate(hashctx, pubkey, EDDSA_448_PUBLIC_BYTES)
crypto/openssl/crypto/ec/curve448/eddsa.c
343
|| !EVP_DigestUpdate(hashctx, message, message_len)
crypto/openssl/crypto/ec/curve448/eddsa.c
39
|| !EVP_DigestUpdate(hashctx, in, inlen)
crypto/openssl/crypto/ec/curve448/eddsa.c
81
|| !EVP_DigestUpdate(hashctx, dom_s, sizeof(dom_s) - 1)
crypto/openssl/crypto/ec/curve448/eddsa.c
82
|| !EVP_DigestUpdate(hashctx, dom, sizeof(dom))
crypto/openssl/crypto/ec/curve448/eddsa.c
83
|| !EVP_DigestUpdate(hashctx, context, context_len)) {
crypto/openssl/crypto/ec/ecx_meth.c
1169
if (EVP_DigestUpdate(hashctx, privkey, 57) != 1)
crypto/openssl/crypto/evp/bio_md.c
118
if (!EVP_DigestUpdate(ctx, (const unsigned char *)in,
crypto/openssl/crypto/evp/bio_md.c
91
if (EVP_DigestUpdate(ctx, (unsigned char *)out,
crypto/openssl/crypto/evp/bio_ok.c
462
if (!EVP_DigestUpdate(md, WELLKNOWN, strlen(WELLKNOWN)))
crypto/openssl/crypto/evp/bio_ok.c
502
if (!EVP_DigestUpdate(md, WELLKNOWN, strlen(WELLKNOWN)))
crypto/openssl/crypto/evp/bio_ok.c
545
if (!EVP_DigestUpdate(md,
crypto/openssl/crypto/evp/bio_ok.c
587
if (!EVP_DigestUpdate(md,
crypto/openssl/crypto/evp/digest.c
737
&& EVP_DigestUpdate(ctx, data, count)
crypto/openssl/crypto/evp/evp_key.c
105
if (!EVP_DigestUpdate(c, &(md_buf[0]), mds))
crypto/openssl/crypto/evp/evp_key.c
107
if (!EVP_DigestUpdate(c, data, datal))
crypto/openssl/crypto/evp/evp_key.c
110
if (!EVP_DigestUpdate(c, salt, PKCS5_SALT_LEN))
crypto/openssl/crypto/evp/evp_key.c
118
if (!EVP_DigestUpdate(c, &(md_buf[0]), mds))
crypto/openssl/crypto/evp/m_sigver.c
444
return EVP_DigestUpdate(ctx, data, dsize);
crypto/openssl/crypto/evp/m_sigver.c
490
return EVP_DigestUpdate(ctx, data, dsize);
crypto/openssl/crypto/ffc/ffc_params_generate.c
169
|| !EVP_DigestUpdate(mctx, seed, seedlen)
crypto/openssl/crypto/ffc/ffc_params_generate.c
170
|| !EVP_DigestUpdate(mctx, ggen, sizeof(ggen))
crypto/openssl/crypto/ffc/ffc_params_generate.c
171
|| !EVP_DigestUpdate(mctx, md, 3)
crypto/openssl/crypto/hmac/hmac.c
126
return EVP_DigestUpdate(ctx->md_ctx, data, len);
crypto/openssl/crypto/hmac/hmac.c
146
if (!EVP_DigestUpdate(ctx->md_ctx, buf, i))
crypto/openssl/crypto/hmac/hmac.c
68
|| !EVP_DigestUpdate(ctx->md_ctx, key, len)
crypto/openssl/crypto/hmac/hmac.c
85
|| !EVP_DigestUpdate(ctx->i_ctx, pad,
crypto/openssl/crypto/hmac/hmac.c
92
|| !EVP_DigestUpdate(ctx->o_ctx, pad,
crypto/openssl/crypto/hmac/hmac_s390x.c
171
|| !EVP_DigestUpdate(ctx->md_ctx, key, key_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
17
&& EVP_DigestUpdate(ctx, in, in_len) == 1
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
26
&& EVP_DigestUpdate(ctx, in1, in1_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
27
&& EVP_DigestUpdate(ctx, in2, in2_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
37
&& EVP_DigestUpdate(ctx, in1, in1_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
38
&& EVP_DigestUpdate(ctx, in2, in2_len)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
39
&& EVP_DigestUpdate(ctx, in3, in3_len)
crypto/openssl/crypto/ml_kem/ml_kem.c
1319
|| !EVP_DigestUpdate(mdctx, input, sizeof(input))
crypto/openssl/crypto/ml_kem/ml_kem.c
665
if (!EVP_DigestUpdate(mdctx, in, inlen))
crypto/openssl/crypto/ml_kem/ml_kem.c
711
if (!EVP_DigestUpdate(mdctx, buf, sizeof(buf)))
crypto/openssl/crypto/ml_kem/ml_kem.c
715
if (!EVP_DigestUpdate(mdctx, key->rho, ML_KEM_RANDOM_BYTES))
crypto/openssl/crypto/ml_kem/ml_kem.c
745
&& EVP_DigestUpdate(mdctx, z, ML_KEM_RANDOM_BYTES)
crypto/openssl/crypto/ml_kem/ml_kem.c
746
&& EVP_DigestUpdate(mdctx, ctext, len)
crypto/openssl/crypto/pem/pem_sign.c
25
return EVP_DigestUpdate(ctx, data, count);
crypto/openssl/crypto/rsa/rsa_oaep.c
374
|| !EVP_DigestUpdate(c, seed, seedlen)
crypto/openssl/crypto/rsa/rsa_oaep.c
375
|| !EVP_DigestUpdate(c, cnt, 4))
crypto/openssl/crypto/rsa/rsa_pss.c
134
|| !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes))
crypto/openssl/crypto/rsa/rsa_pss.c
135
|| !EVP_DigestUpdate(ctx, mHash, hLen))
crypto/openssl/crypto/rsa/rsa_pss.c
138
if (!EVP_DigestUpdate(ctx, DB + i, sLen))
crypto/openssl/crypto/rsa/rsa_pss.c
251
|| !EVP_DigestUpdate(ctx, zeroes, sizeof(zeroes))
crypto/openssl/crypto/rsa/rsa_pss.c
252
|| !EVP_DigestUpdate(ctx, mHash, hLen))
crypto/openssl/crypto/rsa/rsa_pss.c
254
if (sLen && !EVP_DigestUpdate(ctx, salt, sLen))
crypto/openssl/crypto/slh_dsa/slh_hash.c
140
&& EVP_DigestUpdate(ctx, in1, in1_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
141
&& EVP_DigestUpdate(ctx, in2, in2_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
142
&& EVP_DigestUpdate(ctx, in3, in3_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
143
&& EVP_DigestUpdate(ctx, in4, in4_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
42
&& EVP_DigestUpdate(ctx, in1, in1_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
43
&& EVP_DigestUpdate(ctx, in2, in2_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
44
&& EVP_DigestUpdate(ctx, in3, in3_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
56
&& EVP_DigestUpdate(ctx, in1, in1_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
57
&& EVP_DigestUpdate(ctx, in2, in2_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
58
&& EVP_DigestUpdate(ctx, in3, in3_len) == 1
crypto/openssl/crypto/slh_dsa/slh_hash.c
59
&& EVP_DigestUpdate(ctx, in4, in4_len) == 1
crypto/openssl/crypto/sm2/sm2_crypt.c
228
|| EVP_DigestUpdate(hash, x2y2, field_size) == 0
crypto/openssl/crypto/sm2/sm2_crypt.c
229
|| EVP_DigestUpdate(hash, msg, msg_len) == 0
crypto/openssl/crypto/sm2/sm2_crypt.c
230
|| EVP_DigestUpdate(hash, x2y2 + field_size, field_size) == 0
crypto/openssl/crypto/sm2/sm2_crypt.c
385
|| !EVP_DigestUpdate(hash, x2y2, field_size)
crypto/openssl/crypto/sm2/sm2_crypt.c
386
|| !EVP_DigestUpdate(hash, ptext_buf, msg_len)
crypto/openssl/crypto/sm2/sm2_crypt.c
387
|| !EVP_DigestUpdate(hash, x2y2 + field_size, field_size)
crypto/openssl/crypto/sm2/sm2_sign.c
102
if (id_len > 0 && !EVP_DigestUpdate(hash, id, id_len)) {
crypto/openssl/crypto/sm2/sm2_sign.c
118
|| !EVP_DigestUpdate(hash, buf, p_bytes)
crypto/openssl/crypto/sm2/sm2_sign.c
120
|| !EVP_DigestUpdate(hash, buf, p_bytes)
crypto/openssl/crypto/sm2/sm2_sign.c
125
|| !EVP_DigestUpdate(hash, buf, p_bytes)
crypto/openssl/crypto/sm2/sm2_sign.c
127
|| !EVP_DigestUpdate(hash, buf, p_bytes)
crypto/openssl/crypto/sm2/sm2_sign.c
132
|| !EVP_DigestUpdate(hash, buf, p_bytes)
crypto/openssl/crypto/sm2/sm2_sign.c
134
|| !EVP_DigestUpdate(hash, buf, p_bytes)
crypto/openssl/crypto/sm2/sm2_sign.c
188
|| !EVP_DigestUpdate(hash, z, md_size)
crypto/openssl/crypto/sm2/sm2_sign.c
189
|| !EVP_DigestUpdate(hash, msg, msg_len)
crypto/openssl/crypto/sm2/sm2_sign.c
92
if (!EVP_DigestUpdate(hash, &e_byte, 1)) {
crypto/openssl/crypto/sm2/sm2_sign.c
97
if (!EVP_DigestUpdate(hash, &e_byte, 1)) {
crypto/openssl/crypto/srp/srp_lib.c
165
|| !EVP_DigestUpdate(ctxt, user, strlen(user))
crypto/openssl/crypto/srp/srp_lib.c
166
|| !EVP_DigestUpdate(ctxt, ":", 1)
crypto/openssl/crypto/srp/srp_lib.c
167
|| !EVP_DigestUpdate(ctxt, pass, strlen(pass))
crypto/openssl/crypto/srp/srp_lib.c
173
if (!EVP_DigestUpdate(ctxt, cs, BN_num_bytes(s)))
crypto/openssl/crypto/srp/srp_lib.c
176
if (!EVP_DigestUpdate(ctxt, dig, sizeof(dig))
crypto/openssl/crypto/srp/srp_vfy.c
588
|| !EVP_DigestUpdate(ctxt, vb->seed_key, strlen(vb->seed_key))
crypto/openssl/crypto/srp/srp_vfy.c
589
|| !EVP_DigestUpdate(ctxt, username, strlen(username))
crypto/openssl/crypto/ts/ts_rsp_verify.c
466
if (!EVP_DigestUpdate(md_ctx, buffer, length))
crypto/openssl/crypto/x509/x509_cmp.c
332
&& EVP_DigestUpdate(md_ctx, x->bytes->data, x->bytes->length)
crypto/openssl/crypto/x509/x509_cmp.c
56
if (!EVP_DigestUpdate(ctx, (unsigned char *)f, strlen(f)))
crypto/openssl/crypto/x509/x509_cmp.c
58
if (!EVP_DigestUpdate(ctx, (unsigned char *)a->cert_info.serialNumber.data,
crypto/openssl/demos/digest/EVP_MD_demo.c
189
if (EVP_DigestUpdate(digest_context, hamlet_1, strlen(hamlet_1)) != 1) {
crypto/openssl/demos/digest/EVP_MD_demo.c
193
if (EVP_DigestUpdate(digest_context, hamlet_2, strlen(hamlet_2)) != 1) {
crypto/openssl/demos/digest/EVP_MD_stdin.c
97
if (EVP_DigestUpdate(digest_context, buffer, ii) != 1) {
crypto/openssl/demos/digest/EVP_MD_xof.c
92
if (EVP_DigestUpdate(ctx, message, sizeof(message)) == 0) {
crypto/openssl/fuzz/provider.c
566
if (!EVP_DigestUpdate(mdctx, "Test", strlen("Test"))) {
crypto/openssl/include/openssl/evp.h
674
#define EVP_SignUpdate(a, b, c) EVP_DigestUpdate(a, b, c)
crypto/openssl/include/openssl/evp.h
677
#define EVP_VerifyUpdate(a, b, c) EVP_DigestUpdate(a, b, c)
crypto/openssl/include/openssl/evp.h
729
__owur int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *d,
crypto/openssl/providers/fips/self_test_kats.c
44
|| !EVP_DigestUpdate(ctx, t->pt, t->pt_len)
crypto/openssl/providers/fips/self_test_kats.c
472
&& EVP_DigestUpdate(ctx, sig, sig_len) == 1
crypto/openssl/providers/implementations/kdfs/argon2.c
669
if (EVP_DigestUpdate(mdctx, &value, sizeof(value)) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
674
if (EVP_DigestUpdate(mdctx, ctx->pwd, ctx->pwdlen) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
684
if (EVP_DigestUpdate(mdctx, &value, sizeof(value)) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
688
if (EVP_DigestUpdate(mdctx, ctx->salt, ctx->saltlen) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
692
if (EVP_DigestUpdate(mdctx, &value, sizeof(value)) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
696
if (EVP_DigestUpdate(mdctx, ctx->secret, ctx->secretlen) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
705
if (EVP_DigestUpdate(mdctx, &value, sizeof(value)) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
709
if (EVP_DigestUpdate(mdctx, ctx->ad, ctx->adlen) != 1)
crypto/openssl/providers/implementations/kdfs/argon2.c
823
&& EVP_DigestUpdate(ctx, in, inlen) == 1
crypto/openssl/providers/implementations/kdfs/argon2.c
868
&& EVP_DigestUpdate(ctx, outlen_bytes, sizeof(outlen_bytes)) == 1
crypto/openssl/providers/implementations/kdfs/argon2.c
869
&& EVP_DigestUpdate(ctx, in, inlen) == 1
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
68
|| !EVP_DigestUpdate(ctx, pass, passlen)
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
69
|| !EVP_DigestUpdate(ctx, salt, saltlen)
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
83
if (!EVP_DigestUpdate(ctx, md_tmp, mdsize))
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
101
|| !EVP_DigestUpdate(ctx, Ai, u)
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
95
|| !EVP_DigestUpdate(ctx, D, v)
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
96
|| !EVP_DigestUpdate(ctx, I, Ilen)
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
172
&& EVP_DigestUpdate(mctx, ctx->salt, ctx->salt_len)
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
173
&& EVP_DigestUpdate(mctx, ctx->pass, ctx->pass_len)
crypto/openssl/providers/implementations/kdfs/sshkdf.c
356
if (!EVP_DigestUpdate(md, key, key_len))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
359
if (!EVP_DigestUpdate(md, xcghash, xcghash_len))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
362
if (!EVP_DigestUpdate(md, &type, 1))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
365
if (!EVP_DigestUpdate(md, session_id, session_id_len))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
384
if (!EVP_DigestUpdate(md, key, key_len))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
387
if (!EVP_DigestUpdate(md, xcghash, xcghash_len))
crypto/openssl/providers/implementations/kdfs/sshkdf.c
390
if (!EVP_DigestUpdate(md, okey, cursize))
crypto/openssl/providers/implementations/kdfs/sskdf.c
155
&& (append_ctr || EVP_DigestUpdate(ctx, c, sizeof(c)))
crypto/openssl/providers/implementations/kdfs/sskdf.c
156
&& EVP_DigestUpdate(ctx, z, z_len)
crypto/openssl/providers/implementations/kdfs/sskdf.c
157
&& (!append_ctr || EVP_DigestUpdate(ctx, c, sizeof(c)))
crypto/openssl/providers/implementations/kdfs/sskdf.c
158
&& EVP_DigestUpdate(ctx, info, info_len)))
crypto/openssl/providers/implementations/kdfs/x942kdf.c
308
|| !EVP_DigestUpdate(ctx, z, z_len)
crypto/openssl/providers/implementations/kdfs/x942kdf.c
309
|| !EVP_DigestUpdate(ctx, other, other_len))
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
1300
if (EVP_DigestUpdate(hashctx, privkey, 57) != 1)
crypto/openssl/providers/implementations/macs/kmac_prov.c
356
&& EVP_DigestUpdate(ctx, out, out_len)
crypto/openssl/providers/implementations/macs/kmac_prov.c
357
&& EVP_DigestUpdate(ctx, kctx->key, kctx->key_len);
crypto/openssl/providers/implementations/macs/kmac_prov.c
367
return EVP_DigestUpdate(kctx->ctx, data, datalen);
crypto/openssl/providers/implementations/macs/kmac_prov.c
386
&& EVP_DigestUpdate(ctx, encoded_outlen, len)
crypto/openssl/providers/implementations/rands/drbg_hash.c
109
&& EVP_DigestUpdate(ctx, tmp, tmp_sz)
crypto/openssl/providers/implementations/rands/drbg_hash.c
110
&& EVP_DigestUpdate(ctx, in, inlen)
crypto/openssl/providers/implementations/rands/drbg_hash.c
111
&& (in2 == NULL || EVP_DigestUpdate(ctx, in2, in2len))
crypto/openssl/providers/implementations/rands/drbg_hash.c
112
&& (in3 == NULL || EVP_DigestUpdate(ctx, in3, in3len))))
crypto/openssl/providers/implementations/rands/drbg_hash.c
187
&& EVP_DigestUpdate(ctx, &inbyte, 1)
crypto/openssl/providers/implementations/rands/drbg_hash.c
188
&& EVP_DigestUpdate(ctx, hash->V, drbg->seedlen)
crypto/openssl/providers/implementations/rands/drbg_hash.c
189
&& (adin == NULL || EVP_DigestUpdate(ctx, adin, adinlen))
crypto/openssl/providers/implementations/rands/drbg_hash.c
223
|| !EVP_DigestUpdate(hash->ctx, hash->vtmp, drbg->seedlen))
crypto/openssl/providers/implementations/signature/dsa_sig.c
379
return EVP_DigestUpdate(pdsactx->mdctx, data, datalen);
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
380
return EVP_DigestUpdate(ctx->mdctx, data, datalen);
crypto/openssl/providers/implementations/signature/eddsa_sig.c
477
|| !EVP_DigestUpdate(hash_ctx, in, inlen)
crypto/openssl/providers/implementations/signature/rsa_sig.c
841
return EVP_DigestUpdate(prsactx->mdctx, data, datalen);
crypto/openssl/providers/implementations/signature/sm2_sig.c
275
|| !EVP_DigestUpdate(ctx->mdctx, z, ctx->mdsize))
crypto/openssl/providers/implementations/signature/sm2_sig.c
292
&& EVP_DigestUpdate(psm2ctx->mdctx, data, datalen);
crypto/openssl/ssl/record/methods/ssl3_cbc.c
456
if (EVP_DigestUpdate(md_ctx, mac_secret, mac_secret_length) <= 0
crypto/openssl/ssl/record/methods/ssl3_cbc.c
457
|| EVP_DigestUpdate(md_ctx, hmac_pad, sslv3_pad_length) <= 0
crypto/openssl/ssl/record/methods/ssl3_cbc.c
458
|| EVP_DigestUpdate(md_ctx, mac_out, md_size) <= 0)
crypto/openssl/ssl/record/methods/ssl3_cbc.c
465
if (EVP_DigestUpdate(md_ctx, hmac_pad, md_block_size) <= 0
crypto/openssl/ssl/record/methods/ssl3_cbc.c
466
|| EVP_DigestUpdate(md_ctx, mac_out, md_size) <= 0)
crypto/openssl/ssl/record/methods/ssl3_meth.c
290
|| EVP_DigestUpdate(md_ctx, mac_sec, md_size) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
291
|| EVP_DigestUpdate(md_ctx, ssl3_pad_1, npad) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
292
|| EVP_DigestUpdate(md_ctx, seq, 8) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
293
|| EVP_DigestUpdate(md_ctx, &rec_char, 1) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
294
|| EVP_DigestUpdate(md_ctx, md, 2) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
295
|| EVP_DigestUpdate(md_ctx, rec->input, rec->length) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
298
|| EVP_DigestUpdate(md_ctx, mac_sec, md_size) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
299
|| EVP_DigestUpdate(md_ctx, ssl3_pad_2, npad) <= 0
crypto/openssl/ssl/record/methods/ssl3_meth.c
300
|| EVP_DigestUpdate(md_ctx, md, md_size) <= 0
crypto/openssl/ssl/s3_enc.c
263
ret = EVP_DigestUpdate(s->s3.handshake_dgst, buf, len);
crypto/openssl/ssl/s3_enc.c
298
|| !EVP_DigestUpdate(s->s3.handshake_dgst, hdata, hdatalen)) {
crypto/openssl/ssl/s3_enc.c
360
if (EVP_DigestUpdate(ctx, sender, len) <= 0
crypto/openssl/ssl/s3_enc.c
401
|| EVP_DigestUpdate(ctx, salt[i],
crypto/openssl/ssl/s3_enc.c
404
|| EVP_DigestUpdate(ctx, p, len) <= 0
crypto/openssl/ssl/s3_enc.c
405
|| EVP_DigestUpdate(ctx, &(s->s3.client_random[0]),
crypto/openssl/ssl/s3_enc.c
408
|| EVP_DigestUpdate(ctx, &(s->s3.server_random[0]),
crypto/openssl/ssl/s3_enc.c
413
|| EVP_DigestUpdate(ctx, p, len) <= 0
crypto/openssl/ssl/s3_enc.c
414
|| EVP_DigestUpdate(ctx, buf, n) <= 0
crypto/openssl/ssl/s3_enc.c
53
|| !EVP_DigestUpdate(s1, buf, k)
crypto/openssl/ssl/s3_enc.c
54
|| !EVP_DigestUpdate(s1, s->session->master_key,
crypto/openssl/ssl/s3_enc.c
56
|| !EVP_DigestUpdate(s1, s->s3.server_random, SSL3_RANDOM_SIZE)
crypto/openssl/ssl/s3_enc.c
57
|| !EVP_DigestUpdate(s1, s->s3.client_random, SSL3_RANDOM_SIZE)
crypto/openssl/ssl/s3_enc.c
60
|| !EVP_DigestUpdate(m5, s->session->master_key,
crypto/openssl/ssl/s3_enc.c
62
|| !EVP_DigestUpdate(m5, smd, SHA_DIGEST_LENGTH)) {
crypto/openssl/ssl/statem/extensions.c
1583
if (EVP_DigestUpdate(mctx, hdata, hdatalen) <= 0) {
crypto/openssl/ssl/statem/extensions.c
1589
if (EVP_DigestUpdate(mctx, msgstart, binderoffset) <= 0
crypto/openssl/ssl/statem/statem_clnt.c
3357
|| EVP_DigestUpdate(ukm_hash, s->s3.client_random,
crypto/openssl/ssl/statem/statem_clnt.c
3360
|| EVP_DigestUpdate(ukm_hash, s->s3.server_random,
crypto/openssl/ssl/statem/statem_clnt.c
3432
|| EVP_DigestUpdate(hash, s->s3.client_random, SSL3_RANDOM_SIZE) <= 0
crypto/openssl/ssl/statem/statem_clnt.c
3433
|| EVP_DigestUpdate(hash, s->s3.server_random, SSL3_RANDOM_SIZE) <= 0
crypto/openssl/ssl/tls13_enc.c
584
|| !EVP_DigestUpdate(mdctx, hdata, handlen)
crypto/openssl/ssl/tls13_enc.c
868
|| EVP_DigestUpdate(ctx, context, contextlen) <= 0
crypto/openssl/ssl/tls13_enc.c
930
|| EVP_DigestUpdate(ctx, context, contextlen) <= 0
crypto/openssl/test/bad_dtls_test.c
266
if (cookie_found && !EVP_DigestUpdate(handshake_md, data + MAC_OFFSET, len - MAC_OFFSET))
crypto/openssl/test/bad_dtls_test.c
458
if (!EVP_DigestUpdate(handshake_md, server_hello + MAC_OFFSET,
crypto/openssl/test/curve448_internal_test.c
587
|| !EVP_DigestUpdate(hashctx, msg, msglen)
crypto/openssl/test/ecdsatest.c
108
|| !TEST_true(EVP_DigestUpdate(mctx, message, msg_len))
crypto/openssl/test/evp_extra_test.c
2168
|| !TEST_true(EVP_DigestUpdate(md_ctx, kMsg, sizeof(kMsg)))
crypto/openssl/test/evp_extra_test.c
2175
|| !TEST_true(EVP_DigestUpdate(md_ctx, kMsg, sizeof(kMsg)))
crypto/openssl/test/evp_extra_test.c
2187
|| !TEST_true(EVP_DigestUpdate(md_ctx, kMsg, sizeof(kMsg)))
crypto/openssl/test/evp_extra_test.c
2218
|| !TEST_true(EVP_DigestUpdate(md_ctx, "test", 4))
crypto/openssl/test/evp_extra_test.c
5710
if (!TEST_true(EVP_DigestUpdate(ctx, msg, sizeof(msg)))
crypto/openssl/test/evp_extra_test.c
5819
|| !TEST_true(EVP_DigestUpdate(mdctx, mess, strlen(mess)))
crypto/openssl/test/evp_extra_test.c
6540
if (!TEST_int_eq(EVP_DigestUpdate(mdctx, "test", sizeof("test") - 1), 0))
crypto/openssl/test/evp_fetch_prov_test.c
66
|| !TEST_true(EVP_DigestUpdate(ctx, msg, len))
crypto/openssl/test/evp_test.c
735
return EVP_DigestUpdate(ctx, buf, buflen);
crypto/openssl/test/evp_xof_test.c
214
if (!TEST_true(EVP_DigestUpdate(ctx, shake256_input,
crypto/openssl/test/evp_xof_test.c
240
if (!TEST_true(EVP_DigestUpdate(ctx, shake256_input,
crypto/openssl/test/evp_xof_test.c
254
if (!TEST_true(EVP_DigestUpdate(ctx, shake256_input,
crypto/openssl/test/evp_xof_test.c
295
|| !TEST_true(EVP_DigestUpdate(ctx, shake256_input,
crypto/openssl/test/evp_xof_test.c
330
if (!TEST_true(EVP_DigestUpdate(ctx, shake256_largemsg_input + i,
crypto/openssl/test/evp_xof_test.c
411
if (!TEST_true(EVP_DigestUpdate(ctx, in, inlen)))
crypto/openssl/test/evp_xof_test.c
452
|| !TEST_true(EVP_DigestUpdate(ctx, msg, sizeof(msg)))
crypto/openssl/test/evp_xof_test.c
483
if (!TEST_true(EVP_DigestUpdate(ctx, in, inlen)))
crypto/openssl/test/evp_xof_test.c
520
|| !TEST_true(EVP_DigestUpdate(ctx, msg, sizeof(msg)))
crypto/openssl/test/mdc2test.c
71
|| !TEST_true(EVP_DigestUpdate(c, (unsigned char *)text, tlen))
crypto/openssl/test/mdc2test.c
78
|| !TEST_true(EVP_DigestUpdate(c, (unsigned char *)text, tlen))
crypto/openssl/test/p_test.c
185
&& EVP_DigestUpdate(mdctx, (const unsigned char *)msg,
crypto/openssl/test/threadstest.c
880
|| !TEST_true(EVP_DigestUpdate(mdctx, message, messlen))
crypto/openssl/test/tls-provider.c
2854
return EVP_DigestUpdate(pxor_sigctx->mdctx, data, datalen);
lib/libsecureboot/openpgp/opgp_key.c
104
EVP_DigestUpdate(&mctx, mdata, 3);
lib/libsecureboot/openpgp/opgp_key.c
105
EVP_DigestUpdate(&mctx, ptr, len);
lib/libsecureboot/openpgp/opgp_sig.c
368
EVP_DigestUpdate(&mctx, fdata, fbytes);
lib/libsecureboot/openpgp/opgp_sig.c
369
EVP_DigestUpdate(&mctx, sig->pgpbytes,
tools/tools/crypto/cryptocheck.c
563
rc = EVP_DigestUpdate(mdctx, buffer, size);
usr.sbin/uefisign/child.c
88
ok = EVP_DigestUpdate(mdctx, x->x_buf + off, len);