Searched refs:DH_get0_key (Results 1 – 3 of 3) sorted by relevance
111 DH_get0_key(dh, &pub, &priv); in ossl_dh_key_todata()
259 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
427 DH_get0_key(dh, &pubkey, NULL); in ossl_dh_key2buf()
Completed in 69 milliseconds