Lines Matching refs:EVP_MD_CTX_new
1390 ctx = EVP_MD_CTX_new(); in test_EC_priv_only_legacy()
1748 if (!TEST_ptr(a_md_ctx = md_ctx = EVP_MD_CTX_new()) in test_EVP_DigestSignInit()
1749 || !TEST_ptr(a_md_ctx_verify = md_ctx_verify = EVP_MD_CTX_new())) in test_EVP_DigestSignInit()
1889 if (!TEST_ptr(md_ctx = EVP_MD_CTX_new()) in test_EVP_DigestVerifyInit()
1975 if (!TEST_ptr(md_ctx = EVP_MD_CTX_new())) in test_EVP_Digest()
2029 || !TEST_ptr(md_ctx = EVP_MD_CTX_new())) in test_EVP_md_null()
2338 if (!TEST_ptr(mctx = EVP_MD_CTX_new())) in test_EVP_SM2_verify()
2422 if (!TEST_ptr(md_ctx = EVP_MD_CTX_new())) in test_EVP_SM2()
2425 if (!TEST_ptr(md_ctx_verify = EVP_MD_CTX_new())) in test_EVP_SM2()
2783 EVP_MD_CTX *mdctx = EVP_MD_CTX_new(); in get_cmac_val()
3127 mdctx = EVP_MD_CTX_new(); in test_EVP_PKEY_CTX_get_set_params()
3389 || !TEST_ptr(ctx = EVP_MD_CTX_new())) in test_RSA_legacy()
4125 && TEST_ptr(sha256_ctx = EVP_MD_CTX_new()) in test_EVP_rsa_pss_set_saltlen()
5096 ctx = EVP_MD_CTX_new(); in test_custom_pmeth()
5212 mdctx = EVP_MD_CTX_new(); in test_custom_md_meth()
5392 if (!TEST_ptr(ctx = EVP_MD_CTX_new())) in test_signatures_with_engine()
5554 if (!TEST_ptr(ctx = EVP_MD_CTX_new())) in test_ecx_not_private_key()
5617 if (!TEST_ptr(mctx = EVP_MD_CTX_new()) in test_sign_continuation()
5629 if (!TEST_ptr(mctx = EVP_MD_CTX_new()) in test_sign_continuation()
5900 mdctx = EVP_MD_CTX_new(); in test_invalid_ctx_for_digest()