Searched refs:DH_get0_key (Results 1 – 1 of 1) sorted by relevance
337 static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function3962 DH_get0_key(dh, &pub_key, &priv_key); in php_openssl_is_private_key()4698 DH_get0_key(dh, &pub_key, &priv_key); in PHP_FUNCTION()
Completed in 19 milliseconds