Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c2538 zval * out_pkey; in PHP_FUNCTION() local
2543 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "az|a!a!", &dn, &out_pkey, &args, &attribs) =… in PHP_FUNCTION()
2552 if (Z_TYPE_P(out_pkey) != IS_NULL) { in PHP_FUNCTION()
2553 req.priv_key = php_openssl_evp_from_zval(&out_pkey, 0, NULL, 0, &key_resource TSRMLS_CC); in PHP_FUNCTION()
2589 zval_dtor(out_pkey); in PHP_FUNCTION()
2590 ZVAL_RESOURCE(out_pkey, zend_list_insert(req.priv_key, le_key)); in PHP_FUNCTION()

Completed in 13 milliseconds