Searched refs:DH_get0_key (Results 1 – 4 of 4) sorted by relevance
92 OPENSSL_EXPORT void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
117 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key() function
715 DH_get0_key(dh, &pub_key, &priv_key); in dh5_init()
2924 DH_get0_key(dh, &pub_key, NULL); in get_cert_chain()