Searched refs:DH_new (Results 1 – 9 of 9) sorted by relevance
67 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
111 ScopedDH a(DH_new()); in RunBasicTests()139 ScopedDH b(DH_new()); in RunBasicTests()
76 DH *DH_new(void) { in DH_new() function434 DH *ret = DH_new(); in DHparams_dup()
254 DH *dh = DH_new(); in get_standard_parameters()
78 OPENSSL_EXPORT DH *DH_new(void);
612 dh = DH_new(); in dh5_init()655 dh = DH_new(); in dh5_init_fixed()
886 ret = DH_new(); in DSA_dup_DH()
2470 if ((dh = DH_new()) == NULL)2526 if ((dh = DH_new()) == NULL)
1153 dh = DH_new(); in ssl3_get_server_key_exchange()