Searched refs:DH_get0_key (Results 1 – 1 of 1) sorted by relevance
643 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function4099 DH_get0_key(dh, &pub_key, &priv_key); in php_openssl_is_private_key()4833 DH_get0_key(dh, &pub_key, &priv_key); in PHP_FUNCTION()
Completed in 46 milliseconds