Symbol: DH_new
crypto/heimdal/kdc/pkinit.c
371
dh = DH_new();
crypto/heimdal/lib/krb5/pkinit.c
446
ctx->u.dh = DH_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
471
dh = DH_new();
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
900
dh = DH_new();
crypto/openssh/dh.c
318
if ((dh = DH_new()) == NULL)
crypto/openssh/dh.c
342
if ((dh = DH_new()) == NULL)
crypto/openssl/crypto/dh/dh_ameth.c
337
ret = DH_new();
crypto/openssl/crypto/dh/dh_ameth.c
350
to->pkey.dh = DH_new();
crypto/openssl/crypto/dh/dh_asn1.c
29
*pval = (ASN1_VALUE *)DH_new();
crypto/openssl/crypto/dh/dh_asn1.c
99
dh = DH_new();
crypto/openssl/crypto/dh/dh_depr.c
31
if ((ret = DH_new()) == NULL)
crypto/openssl/crypto/dh/dh_pmeth.c
283
ret = DH_new();
crypto/openssl/crypto/dh/dh_pmeth.c
357
dh = DH_new();
crypto/openssl/crypto/dh/dh_pmeth.c
384
dh = DH_new();
crypto/openssl/crypto/dh/dh_rfc5114.c
31
DH *dh = DH_new(); \
crypto/openssl/crypto/dsa/dsa_lib.c
53
ret = DH_new();
crypto/openssl/include/openssl/dh.h
178
(DH *)ASN1_d2i_fp((void *(*)(void))DH_new, \
crypto/openssl/include/openssl/dh.h
185
ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
crypto/openssl/include/openssl/dh.h
190
(DH *)ASN1_d2i_fp((void *(*)(void))DH_new, \
crypto/openssl/include/openssl/dh.h
197
ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
crypto/openssl/include/openssl/dh.h
210
OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
crypto/openssl/test/dhtest.c
158
if (!TEST_ptr(a = DH_new())
crypto/openssl/test/dhtest.c
181
if (!TEST_ptr(b = DH_new()))
crypto/openssl/test/dhtest.c
272
|| !TEST_ptr(dh = DH_new())
crypto/openssl/test/dhtest.c
57
if (!TEST_ptr(dh = DH_new())
crypto/openssl/test/dhtest.c
810
DH *dh2 = DH_new();
crypto/openssl/test/evp_extra_test.c
4180
|| !TEST_ptr(noqdh = DH_new())
crypto/openssl/test/evp_libctx_test.c
211
|| !TEST_ptr(dh = DH_new())