Lines Matching refs:cert_obj

607 		zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num);
1557 zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num) { in php_openssl_x509_from_param() argument
1558 if (cert_obj) { in php_openssl_x509_from_param()
1559 return php_openssl_certificate_from_obj(cert_obj)->x509; in php_openssl_x509_from_param()
1591 zend_object *cert_obj; in PHP_FUNCTION() local
1600 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1608 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1901 zend_object *cert_obj; in PHP_FUNCTION() local
1908 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1916 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1980 zend_object *cert_obj; in PHP_FUNCTION() local
1988 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1994 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2016 zend_object *cert_obj; in PHP_FUNCTION() local
2022 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2026 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2049 zend_object *cert_obj; in PHP_FUNCTION() local
2056 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2060 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2158 zend_object *cert_obj; in PHP_FUNCTION() local
2177 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2182 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2414 zend_object *cert_obj; in PHP_FUNCTION() local
2425 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2445 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2550 zend_object *cert_obj; in PHP_FUNCTION() local
2554 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2557 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2565 x509_cert_obj->x509 = cert_obj ? X509_dup(cert) : cert; in PHP_FUNCTION()
2651 zend_object *cert_obj; in PHP_FUNCTION() local
2666 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2676 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2752 zend_object *cert_obj; in PHP_FUNCTION() local
2765 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2775 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
3266 zend_object *cert_obj; in PHP_FUNCTION() local
3278 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
3296 if (cert_str || cert_obj) { in PHP_FUNCTION()
3297 cert = php_openssl_x509_from_param(cert_obj, cert_str, 2); in PHP_FUNCTION()
5332 zend_object *cert_obj; in PHP_FUNCTION() local
5352 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
5378 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()
5971 zend_object *cert_obj; in PHP_FUNCTION() local
5993 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
6020 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()