Searched refs:z_dh (Results 1 – 1 of 1) sorted by relevance
5322 zval z_dh; in PHP_FUNCTION() local5328 array_init(&z_dh); in PHP_FUNCTION()5329 OPENSSL_PKEY_GET_BN(z_dh, p); in PHP_FUNCTION()5330 OPENSSL_PKEY_GET_BN(z_dh, g); in PHP_FUNCTION()5331 OPENSSL_PKEY_GET_BN(z_dh, priv_key); in PHP_FUNCTION()5332 OPENSSL_PKEY_GET_BN(z_dh, pub_key); in PHP_FUNCTION()5333 add_assoc_zval(return_value, "dh", &z_dh); in PHP_FUNCTION()
Completed in 18 milliseconds