Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dphp_openssl.h153 extern zend_class_entry *php_openssl_certificate_ce;
H A Dopenssl.c154 zend_class_entry *php_openssl_certificate_ce; variable
1239 php_openssl_certificate_ce = register_class_OpenSSLCertificate(); in PHP_INI_END()
1524 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1829 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1909 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1943 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1977 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2098 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2484 object_init_ex(return_value, php_openssl_certificate_ce); in PHP_FUNCTION()
2496 Z_PARAM_OBJECT_OF_CLASS(x509, php_openssl_certificate_ce) in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c1861 object_init_ex(&zcert, php_openssl_certificate_ce); in php_openssl_capture_peer_certs()
1886 object_init_ex(&zcert, php_openssl_certificate_ce); in php_openssl_capture_peer_certs()

Completed in 29 milliseconds