Searched refs:DH_get0_key (Results 1 – 1 of 1) sorted by relevance
377 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function5326 DH_get0_key(dh, &pub_key, &priv_key); in PHP_FUNCTION()
Completed in 36 milliseconds