/openssl/test/ |
H A D | mdc2test.c | 70 || !TEST_true(EVP_DigestInit_ex(c, EVP_mdc2(), NULL)) in test_mdc2() 74 || !TEST_true(EVP_DigestInit_ex(c, EVP_mdc2(), NULL))) in test_mdc2()
|
H A D | curve448_internal_test.c | 590 if (!EVP_DigestInit_ex(hashctx, EVP_shake256(), NULL) in dohash()
|
H A D | p_test.c | 184 if (EVP_DigestInit_ex(mdctx, md4, NULL) in p_get_params()
|
/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() 610 || !EVP_DigestInit_ex(md, sha, NULL) in shacrypt() 617 || !EVP_DigestInit_ex(md2, sha, NULL) in shacrypt() 643 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt() 660 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt() 677 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt()
|
/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 | 387 if (!EVP_DigestInit_ex(ctx->md, md, NULL)) in ok_ctrl() 451 if (!EVP_DigestInit_ex(md, digest, NULL)) in sig_out() 497 if (!EVP_DigestInit_ex(md, digest, NULL)) in sig_in()
|
/openssl/crypto/hmac/ |
H A D | hmac.c | 67 if (!EVP_DigestInit_ex(ctx->md_ctx, md, impl) in HMAC_Init_ex() 84 if (!EVP_DigestInit_ex(ctx->i_ctx, md, impl) in HMAC_Init_ex() 91 if (!EVP_DigestInit_ex(ctx->o_ctx, md, impl) in HMAC_Init_ex()
|
/openssl/ssl/ |
H A D | s3_enc.c | 51 if (!EVP_DigestInit_ex(s1, sha1, NULL) in ssl3_generate_key_block() 58 || !EVP_DigestInit_ex(m5, md5, NULL) in ssl3_generate_key_block() 297 if (!EVP_DigestInit_ex(s->s3.handshake_dgst, md, NULL) in ssl3_digest_cached_records() 400 if (EVP_DigestInit_ex(ctx, SSL_CONNECTION_GET_CTX(s)->sha1, NULL) <= 0 in ssl3_generate_master_secret() 409 || EVP_DigestInit_ex(ctx, SSL_CONNECTION_GET_CTX(s)->md5, NULL) <= 0 in ssl3_generate_master_secret()
|
H A D | tls13_enc.c | 558 if (md == NULL || !EVP_DigestInit_ex(mdctx, md, NULL) in tls13_change_cipher_state() 851 if (EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material() 854 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material() 913 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material_early() 916 || EVP_DigestInit_ex(ctx, md, NULL) <= 0 in tls13_export_keying_material_early()
|
/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 167 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new() 186 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new()
|
/openssl/crypto/pem/ |
H A D | pem_sign.c | 19 return EVP_DigestInit_ex(ctx, type, NULL); in PEM_SignInit()
|
/openssl/providers/implementations/kdfs/ |
H A D | pbkdf1.c | 67 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in kdf_pbkdf1_do_derive() 81 if (!EVP_DigestInit_ex(ctx, md_type, NULL)) in kdf_pbkdf1_do_derive()
|
H A D | pkcs12kdf.c | 94 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in pkcs12kdf_derive() 100 if (!EVP_DigestInit_ex(ctx, md_type, NULL) in pkcs12kdf_derive()
|
H A D | sshkdf.c | 353 if (!EVP_DigestInit_ex(md, evp_md, NULL)) in SSHKDF() 381 if (!EVP_DigestInit_ex(md, evp_md, NULL)) in SSHKDF()
|
H A D | pvkkdf.c | 171 && EVP_DigestInit_ex(mctx, md, NULL) in kdf_pvk_derive()
|
/openssl/crypto/rsa/ |
H A D | rsa_pss.c | 132 if (!EVP_DigestInit_ex(ctx, Hash, NULL) in ossl_rsa_verify_PKCS1_PSS_mgf1() 250 if (!EVP_DigestInit_ex(ctx, Hash, NULL) in ossl_rsa_padding_add_PKCS1_PSS_mgf1()
|
/openssl/providers/implementations/rands/ |
H A D | drbg_hash.c | 105 if (!(EVP_DigestInit_ex(ctx, ossl_prov_digest_md(&hash->digest), NULL) in hash_df() 183 return EVP_DigestInit_ex(ctx, ossl_prov_digest_md(&hash->digest), NULL) in add_hash_to_v() 218 if (!EVP_DigestInit_ex(hash->ctx, ossl_prov_digest_md(&hash->digest), in hash_gen()
|
/openssl/crypto/ec/curve448/ |
H A D | eddsa.c | 38 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in oneshot_hash() 80 if (!EVP_DigestInit_ex(hashctx, shake256, NULL) in hash_init_with_dom()
|
/openssl/doc/man3/ |
H A D | EVP_DigestInit.pod | 13 EVP_Q_digest, EVP_Digest, EVP_DigestInit_ex2, EVP_DigestInit_ex, EVP_DigestInit, 63 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl); 274 with another EVP_DigestInit_ex() call and has not been reset with 277 =item EVP_DigestInit_ex() 287 with another EVP_DigestInit_ex() call and has not been reset with 471 to EVP_DigestInit_ex()) an implementation of the digest will be implicitly 630 EVP_DigestInit_ex(), 707 For most applications the I<impl> parameter to EVP_DigestInit_ex() will be 710 Ignoring failure returns of EVP_DigestInit_ex(), EVP_DigestInit_ex2(), or 719 applications should use EVP_DigestInit_ex(), EVP_DigestFinal_ex() and
|
H A D | RIPEMD160_Init.pod | 26 Applications should instead use L<EVP_DigestInit_ex(3)>, L<EVP_DigestUpdate(3)>
|
H A D | MDC2_Init.pod | 26 Applications should instead use L<EVP_DigestInit_ex(3)>, L<EVP_DigestUpdate(3)>
|
/openssl/crypto/srp/ |
H A 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()
|
/openssl/crypto/x509/ |
H A D | x509_cmp.c | 54 if (!EVP_DigestInit_ex(ctx, digest, NULL)) in X509_issuer_and_serial_hash() 332 if (EVP_DigestInit_ex(md_ctx, md5, NULL) in X509_NAME_hash_old()
|
/openssl/doc/man7/ |
H A D | ossl-guide-libcrypto-introduction.pod | 104 functions that use them. For example the L<EVP_DigestInit_ex(3)> function takes 116 When they are used with functions like L<EVP_DigestInit_ex(3)> or 320 * be used for multiple calls to other operations such as EVP_DigestInit_ex(). 327 if (!EVP_DigestInit_ex(ctx, sha256, NULL))
|