/freebsd/crypto/heimdal/kuser/ |
H A D | kdigest.c | 235 EVP_DigestInit_ex(ctx, EVP_md5(), NULL); in client_chap() 283 EVP_DigestInit_ex(ctx, EVP_sha1(), NULL); in client_mschapv2() 292 EVP_DigestInit_ex(hctx, EVP_md4(), NULL); in client_mschapv2() 311 EVP_DigestInit_ex(hctx, EVP_md4(), NULL); in client_mschapv2() 317 EVP_DigestInit_ex(ctx, EVP_sha1(), NULL); in client_mschapv2() 324 EVP_DigestInit_ex(ctx, EVP_sha1(), NULL); in client_mschapv2() 330 EVP_DigestInit_ex(ctx, EVP_sha1(), NULL); in client_mschapv2() 341 EVP_DigestInit_ex(ctx, EVP_sha1(), NULL); in client_mschapv2()
|
/freebsd/crypto/openssl/test/ |
H A D | mdc2test.c | 68 || !TEST_true(EVP_DigestInit_ex(c, EVP_mdc2(), NULL)) in test_mdc2() 72 || !TEST_true(EVP_DigestInit_ex(c, EVP_mdc2(), NULL))) in test_mdc2()
|
/freebsd/crypto/openssl/apps/ |
H A D | passwd.c | 377 || !EVP_DigestInit_ex(md, EVP_md5(), NULL) in md5crypt() 392 || !EVP_DigestInit_ex(md2, EVP_md5(), NULL) in md5crypt() 416 if (!EVP_DigestInit_ex(md2, EVP_md5(), NULL)) in md5crypt() 609 || !EVP_DigestInit_ex(md, sha, NULL) in shacrypt() 616 || !EVP_DigestInit_ex(md2, sha, NULL) in shacrypt() 642 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt() 659 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt() 676 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt()
|
/freebsd/crypto/openssl/crypto/hmac/ |
H A D | hmac.c | 61 if (!EVP_DigestInit_ex(ctx->md_ctx, md, impl) in HMAC_Init_ex() 78 if (!EVP_DigestInit_ex(ctx->i_ctx, md, impl) in HMAC_Init_ex() 85 if (!EVP_DigestInit_ex(ctx->o_ctx, md, impl) in HMAC_Init_ex()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_key.c | 100 if (!EVP_DigestInit_ex(c, md, NULL)) in EVP_BytesToKey() 114 if (!EVP_DigestInit_ex(c, md, NULL)) in EVP_BytesToKey()
|
H A D | bio_md.c | 146 ret = EVP_DigestInit_ex(ctx, EVP_MD_CTX_get0_md(ctx), NULL); in md_ctrl() 178 ret = EVP_DigestInit_ex(ctx, md, NULL); in md_ctrl()
|
H A D | bio_ok.c | 388 if (!EVP_DigestInit_ex(ctx->md, md, NULL)) in ok_ctrl() 450 if (!EVP_DigestInit_ex(md, digest, NULL)) in sig_out() 496 if (!EVP_DigestInit_ex(md, digest, NULL)) in sig_in()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-des-common.c | 78 EVP_DigestInit_ex(m, evp_md, NULL); in _krb5_des_checksum() 115 EVP_DigestInit_ex(m, evp_md, NULL); in _krb5_des_verify()
|
H A D | crypto-pk.c | 80 EVP_DigestInit_ex(m, EVP_sha1(), NULL); in _krb5_pk_octetstring2key() 276 EVP_DigestInit_ex(m, md, NULL); in _krb5_pk_kdf()
|
H A D | salt-arcfour.c | 56 EVP_DigestInit_ex(m, EVP_md4(), NULL); in ARCFOUR_string_to_key()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | digest.c | 647 EVP_DigestInit_ex(ctx, EVP_md5(), NULL); in _kdc_do_digest() 703 EVP_DigestInit_ex(ctx, EVP_md5(), NULL); in _kdc_do_digest() 713 EVP_DigestInit_ex(ctx, EVP_md5(), NULL); in _kdc_do_digest() 735 EVP_DigestInit_ex(ctx, EVP_md5(), NULL); in _kdc_do_digest() 757 EVP_DigestInit_ex(ctx, EVP_md5(), NULL); in _kdc_do_digest() 837 EVP_DigestInit_ex(ctp, EVP_sha1(), NULL); in _kdc_do_digest() 932 EVP_DigestInit_ex(ctxp, EVP_md4(), NULL); in _kdc_do_digest() 940 EVP_DigestInit_ex(ctxp, EVP_sha1(), NULL); in _kdc_do_digest() 947 EVP_DigestInit_ex(ctxp, EVP_sha1(), NULL); in _kdc_do_digest() 973 EVP_DigestInit_ex(ctxp, EVP_sha1(), NULL); in _kdc_do_digest() [all …]
|
H A D | digest-service.c | 164 EVP_DigestInit_ex(md5ctx, EVP_md5(), NULL); in ntlm_service() 190 EVP_DigestInit_ex(ctxp, EVP_md4(), NULL); in ntlm_service()
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_enc.c | 50 if (!EVP_DigestInit_ex(s1, sha1, NULL) in ssl3_generate_key_block() 57 || !EVP_DigestInit_ex(m5, md5, NULL) in ssl3_generate_key_block() 396 if (!EVP_DigestInit_ex(s->s3.handshake_dgst, md, NULL) in ssl3_digest_cached_records() 498 if (EVP_DigestInit_ex(ctx, s->ctx->sha1, NULL) <= 0 in ssl3_generate_master_secret() 507 || EVP_DigestInit_ex(ctx, s->ctx->md5, NULL) <= 0 in ssl3_generate_master_secret()
|
H A D | tls13_enc.c | 540 if (md == NULL || !EVP_DigestInit_ex(mdctx, md, NULL) in tls13_change_cipher_state() 853 if (EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material() 856 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material() 917 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material_early() 920 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material_early()
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 168 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new() 187 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new()
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_sign.c | 19 return EVP_DigestInit_ex(ctx, type, NULL); in PEM_SignInit()
|
/freebsd/contrib/ntp/libntp/ |
H A D | a_md5encrypt.c |
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | pbkdf1.c | 66 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in kdf_pbkdf1_do_derive() 80 if (!EVP_DigestInit_ex(ctx, md_type, NULL)) in kdf_pbkdf1_do_derive()
|
H A D | sshkdf.c | 243 if (!EVP_DigestInit_ex(md, evp_md, NULL)) in SSHKDF() 271 if (!EVP_DigestInit_ex(md, evp_md, NULL)) in SSHKDF()
|
H A D | pkcs12kdf.c | 95 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in pkcs12kdf_derive() 101 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in pkcs12kdf_derive()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_md5.h | 47 # define EVP_DigestInit_ex(c, dt, i) (MD5Init(c), 1) 44 # define EVP_DigestInit_ex( global() macro
|
/freebsd/crypto/openssl/providers/implementations/rands/ |
H A D | drbg_hash.c | 103 if (!(EVP_DigestInit_ex(ctx, ossl_prov_digest_md(&hash->digest), NULL) in hash_df() 181 return EVP_DigestInit_ex(ctx, ossl_prov_digest_md(&hash->digest), NULL) in add_hash_to_v() 216 if (!EVP_DigestInit_ex(hash->ctx, ossl_prov_digest_md(&hash->digest), in hash_gen()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrapped.sym | 42 EVP_DigestInit_ex
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_DigestInit.pod | 13 EVP_Q_digest, EVP_Digest, EVP_DigestInit_ex2, EVP_DigestInit_ex, EVP_DigestInit, 61 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 259 with another EVP_DigestInit_ex() call and has not been reset with 262 =item EVP_DigestInit_ex() 272 with another EVP_DigestInit_ex() call and has not been reset with 430 to EVP_DigestInit_ex()) an implementation of the digest will be implicitly 574 EVP_DigestInit_ex(), 647 For most applications the I<impl> parameter to EVP_DigestInit_ex() will be 650 Ignoring failure returns of EVP_DigestInit_ex(), EVP_DigestInit_ex2(), or 659 applications should use EVP_DigestInit_ex(), EVP_DigestFinal_ex() and
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 121 if (!EVP_DigestInit_ex(ctx, Hash, NULL) in RSA_verify_PKCS1_PSS_mgf1() 216 if (!EVP_DigestInit_ex(ctx, Hash, NULL) in RSA_padding_add_PKCS1_PSS_mgf1()
|