Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c3394 zval *out_pkey_val = out_pkey; in PHP_FUNCTION() local
3395 ZVAL_DEREF(out_pkey_val); in PHP_FUNCTION()
3398 if (Z_TYPE_P(out_pkey_val) != IS_NULL) { in PHP_FUNCTION()
3399 req.priv_key = php_openssl_pkey_from_zval(out_pkey_val, 0, NULL, 0, 2); in PHP_FUNCTION()

Completed in 23 milliseconds