Searched refs:ossl_dh_dup (Results 1 – 4 of 4) sorted by relevance
59 DH *ossl_dh_dup(const DH *dh, int selection);
140 DH *ossl_dh_dup(const DH *dh, int selection) in ossl_dh_dup() function
539 dupkey = ossl_dh_dup(dh, OSSL_KEYMGMT_SELECT_ALL); in dh_pkey_copy()
789 return ossl_dh_dup(keydata_from, selection); in dh_dup()
Completed in 11 milliseconds