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

/bind-9.11.3/lib/dns/
H A Dopenssldh_link.c74 * DH_get0_key, DH_set0_key, DH_get0_pqg and DH_set0_pqg
78 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) { function
155 DH_get0_key(dhpub, &pub_key, NULL);
179 DH_get0_key(dh1, &pub_key1, &priv_key1);
180 DH_get0_key(dh2, &pub_key2, &priv_key2);
334 DH_get0_key(dh, NULL, &priv_key);
395 DH_get0_key(dh, &pub_key, NULL);
573 DH_get0_key(dh, &pub_key, &priv_key);

Completed in 11 milliseconds