Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c3357 zval *out_pkey_val = out_pkey; in PHP_FUNCTION() local
3358 ZVAL_DEREF(out_pkey_val); in PHP_FUNCTION()
3361 if (Z_TYPE_P(out_pkey_val) != IS_NULL) { in PHP_FUNCTION()
3362 req.priv_key = php_openssl_pkey_from_zval(out_pkey_val, 0, NULL, 0, 2); in PHP_FUNCTION()

Completed in 22 milliseconds