Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c3522 zval * out_pkey; in PHP_FUNCTION() local
3527 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "az/|a!a!", &dn, &out_pkey, &args, &attribs) == FAILURE… in PHP_FUNCTION()
3536 if (Z_TYPE_P(out_pkey) != IS_NULL) { in PHP_FUNCTION()
3537 req.priv_key = php_openssl_evp_from_zval(out_pkey, 0, NULL, 0, 0, &key_resource); in PHP_FUNCTION()
3575 zval_dtor(out_pkey); in PHP_FUNCTION()
3576 ZVAL_RES(out_pkey, zend_register_resource(req.priv_key, le_key)); in PHP_FUNCTION()

Completed in 18 milliseconds