Searched refs:x942dh (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Devp_extra_test.c3044 DH *x942dh = NULL, *noqdh = NULL; local
3066 x942dh = DH_get_2048_256();
3069 if (!TEST_ptr(x942dh)
3073 || !TEST_true(DH_set0_key(x942dh, pubkey, NULL)))
3077 if (!TEST_true(EVP_PKEY_set1_DH(pkey1, x942dh))
3103 DH_free(x942dh);

Completed in 75 milliseconds