/third_party/openssl/apps/ |
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()
|
/third_party/openssl/test/ |
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()
|
D | p_test.c | 170 if (EVP_DigestInit_ex(mdctx, md4, NULL) in p_get_params()
|
/third_party/openssl/crypto/hmac/ |
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()
|
/third_party/openssl/ssl/ |
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() 392 if (!EVP_DigestInit_ex(s->s3.handshake_dgst, md, NULL) in ssl3_digest_cached_records() 494 if (EVP_DigestInit_ex(ctx, s->ctx->sha1, NULL) <= 0 in ssl3_generate_master_secret() 503 || EVP_DigestInit_ex(ctx, s->ctx->md5, NULL) <= 0 in ssl3_generate_master_secret()
|
D | tls13_enc.c | 539 if (md == NULL || !EVP_DigestInit_ex(mdctx, md, NULL) in tls13_change_cipher_state() 842 if (EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material() 845 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material() 906 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material_early() 909 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material_early()
|
/third_party/openssl/crypto/evp/ |
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()
|
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()
|
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()
|
/third_party/openssl/crypto/crmf/ |
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()
|
/third_party/openssl/providers/implementations/kdfs/ |
D | pbkdf1.c | 66 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in kdf_pbkdf1_do_derive() 75 if (!EVP_DigestInit_ex(ctx, md_type, NULL)) in kdf_pbkdf1_do_derive()
|
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()
|
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()
|
/third_party/openssl/providers/implementations/rands/ |
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()
|
/third_party/openssl/crypto/pem/ |
D | pem_sign.c | 19 return EVP_DigestInit_ex(ctx, type, NULL); in PEM_SignInit()
|
/third_party/openssl/doc/man3/ |
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); 260 with another EVP_DigestInit_ex() call and has not been reset with 263 =item EVP_DigestInit_ex() 273 with another EVP_DigestInit_ex() call and has not been reset with 431 to EVP_DigestInit_ex()) an implementation of the digest will be implicitly 571 EVP_DigestInit_ex(), 643 For most applications the I<impl> parameter to EVP_DigestInit_ex() will be 648 applications should use EVP_DigestInit_ex(), EVP_DigestFinal_ex() and
|
D | RIPEMD160_Init.pod | 26 Applications should instead use L<EVP_DigestInit_ex(3)>, L<EVP_DigestUpdate(3)>
|
D | MDC2_Init.pod | 26 Applications should instead use L<EVP_DigestInit_ex(3)>, L<EVP_DigestUpdate(3)>
|
/third_party/openssl/crypto/rsa/ |
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()
|
/third_party/openssl/crypto/srp/ |
D | srp_lib.c | 166 if (!EVP_DigestInit_ex(ctxt, sha1, NULL) in SRP_Calc_x_ex() 171 || !EVP_DigestInit_ex(ctxt, sha1, NULL)) in SRP_Calc_x_ex()
|
/third_party/openssl/crypto/ec/curve448/ |
D | eddsa.c | 38 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in oneshot_hash() 84 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in hash_init_with_dom()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | md_ctx.rs | 128 #[corresponds(EVP_DigestInit_ex)] 132 cvt(ffi::EVP_DigestInit_ex( in digest_init()
|
/third_party/fsverity-utils/lib/ |
D | hash_algs.c | 31 ret = EVP_DigestInit_ex(ctx->md_ctx, ctx->md, NULL); in openssl_digest_init()
|
/third_party/openssl/crypto/x509/ |
D | x509_cmp.c | 54 if (!EVP_DigestInit_ex(ctx, digest, NULL)) in X509_issuer_and_serial_hash() 329 if (EVP_DigestInit_ex(md_ctx, md5, NULL) in X509_NAME_hash_old()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genhash.c | 63 if (EVP_DigestInit_ex(ctx->mdctx, ctx->evp_type, NULL) != 1) { in lws_genhash_init()
|