Home
last modified time | relevance | path

Searched refs:out_pkey_val (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.c3432 zval *out_pkey_val = out_pkey; in PHP_FUNCTION() local
3433 ZVAL_DEREF(out_pkey_val); in PHP_FUNCTION()
3436 if (Z_TYPE_P(out_pkey_val) != IS_NULL) { in PHP_FUNCTION()
3437 req.priv_key = php_openssl_pkey_from_zval(out_pkey_val, 0, NULL, 0, 2); in PHP_FUNCTION()

Completed in 30 milliseconds