Searched refs:php_openssl_certificate_ce (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | php_openssl.h | 153 extern zend_class_entry *php_openssl_certificate_ce;
|
H A D | openssl.c | 154 zend_class_entry *php_openssl_certificate_ce; variable 1239 php_openssl_certificate_ce = register_class_OpenSSLCertificate(); in PHP_INI_END() 1526 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION() 1831 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION() 1911 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION() 1945 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION() 1979 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION() 2100 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION() 2492 object_init_ex(return_value, php_openssl_certificate_ce); in PHP_FUNCTION() 2504 Z_PARAM_OBJECT_OF_CLASS(x509, php_openssl_certificate_ce) in PHP_FUNCTION() [all …]
|
H A D | xp_ssl.c | 1861 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 33 milliseconds