Searched refs:z_dh (Results 1 – 1 of 1) sorted by relevance
4915 zval z_dh; in PHP_FUNCTION() local4921 array_init(&z_dh); in PHP_FUNCTION()4922 OPENSSL_PKEY_GET_BN(z_dh, p); in PHP_FUNCTION()4923 OPENSSL_PKEY_GET_BN(z_dh, g); in PHP_FUNCTION()4924 OPENSSL_PKEY_GET_BN(z_dh, priv_key); in PHP_FUNCTION()4925 OPENSSL_PKEY_GET_BN(z_dh, pub_key); in PHP_FUNCTION()4926 add_assoc_zval(return_value, "dh", &z_dh); in PHP_FUNCTION()
Completed in 40 milliseconds