Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c1746 zval * zcert; in PHP_FUNCTION() local
1781 if (Z_TYPE_P(zcert) != IS_RESOURCE) { in PHP_FUNCTION()
2090 zval * zcert, *zout; in PHP_FUNCTION() local
2164 zval *zcert; in PHP_FUNCTION() local
2196 zval * zcert, *zkey; in PHP_FUNCTION() local
2299 zval * zcert; in PHP_FUNCTION() local
2549 zval * zcert, * zcainfo = NULL; in PHP_FUNCTION() local
3397 if (zcert) { in PHP_FUNCTION()
5304 zval * zout = NULL, zcert; in PHP_FUNCTION() local
5367 add_index_zval(zout, i, &zcert); in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c1780 zval *val, zcert; in php_openssl_capture_peer_certs() local
1787 ZVAL_RES(&zcert, zend_register_resource(peer_cert, php_openssl_get_x509_list_id())); in php_openssl_capture_peer_certs()
1788 php_stream_context_set_option(PHP_STREAM_CONTEXT(stream), "ssl", "peer_certificate", &zcert); in php_openssl_capture_peer_certs()
1789 zval_ptr_dtor(&zcert); in php_openssl_capture_peer_certs()
1808 ZVAL_RES(&zcert, zend_register_resource(mycert, php_openssl_get_x509_list_id())); in php_openssl_capture_peer_certs()
1809 add_next_index_zval(&arr, &zcert); in php_openssl_capture_peer_certs()

Completed in 27 milliseconds