Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dopenssl.c1789 zval * zcert; in PHP_FUNCTION() local
2118 zval * zcert, *zout; in PHP_FUNCTION() local
2191 zval *zcert; in PHP_FUNCTION() local
2223 zval * zcert, *zkey; in PHP_FUNCTION() local
2255 zval * zcert, *zkey; in PHP_FUNCTION() local
2366 zval * zcert; in PHP_FUNCTION() local
2616 zval * zcert, * zcainfo = NULL; in PHP_FUNCTION() local
3474 if (zcert) { in PHP_FUNCTION()
5436 zval * zout = NULL, zcert; in PHP_FUNCTION() local
5501 add_index_zval(zout, i, &zcert); in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c1826 zval *val, zcert; in php_openssl_capture_peer_certs() local
1833 ZVAL_RES(&zcert, zend_register_resource(peer_cert, php_openssl_get_x509_list_id())); in php_openssl_capture_peer_certs()
1834 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert); in php_openssl_capture_peer_certs()
1835 zval_ptr_dtor(&zcert); in php_openssl_capture_peer_certs()
1854 ZVAL_RES(&zcert, zend_register_resource(mycert, php_openssl_get_x509_list_id())); in php_openssl_capture_peer_certs()
1855 add_next_index_zval(&arr, &zcert); in php_openssl_capture_peer_certs()

Completed in 31 milliseconds