Home
last modified time | relevance | path

Searched refs:dh1 (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Ddhtest.c809 DH *dh1 = DH_new_by_nid(NID_ffdhe2048); in dh_get_nid() local
812 if (!TEST_ptr(dh1) in dh_get_nid()
817 DH_get0_pqg(dh1, &p, &q, &g); in dh_get_nid()
862 DH_free(dh1); in dh_get_nid()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c151 const DH *dh1 = keydata1; in dh_match() local
162 const BIGNUM *pa = DH_get0_pub_key(dh1); in dh_match()
172 const BIGNUM *pa = DH_get0_priv_key(dh1); in dh_match()
183 FFC_PARAMS *dhparams1 = ossl_dh_get0_params((DH *)dh1); in dh_match()

Completed in 14 milliseconds