Lines Matching refs:cert_obj

653 		zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num);
1505 zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num) { in php_openssl_x509_from_param() argument
1506 if (cert_obj) { in php_openssl_x509_from_param()
1507 return php_openssl_certificate_from_obj(cert_obj)->x509; in php_openssl_x509_from_param()
1541 zend_object *cert_obj; in PHP_FUNCTION() local
1550 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1558 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1847 zend_object *cert_obj; in PHP_FUNCTION() local
1854 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1862 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1926 zend_object *cert_obj; in PHP_FUNCTION() local
1934 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1940 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1962 zend_object *cert_obj; in PHP_FUNCTION() local
1968 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1972 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1995 zend_object *cert_obj; in PHP_FUNCTION() local
2002 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2006 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2104 zend_object *cert_obj; in PHP_FUNCTION() local
2123 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2128 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2366 zend_object *cert_obj; in PHP_FUNCTION() local
2377 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2397 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2502 zend_object *cert_obj; in PHP_FUNCTION() local
2506 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2509 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2517 x509_cert_obj->x509 = cert_obj ? X509_dup(cert) : cert; in PHP_FUNCTION()
2603 zend_object *cert_obj; in PHP_FUNCTION() local
2618 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2628 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2706 zend_object *cert_obj; in PHP_FUNCTION() local
2719 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2729 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
3238 zend_object *cert_obj; in PHP_FUNCTION() local
3252 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
3271 if (cert_str || cert_obj) { in PHP_FUNCTION()
3272 cert = php_openssl_x509_from_param(cert_obj, cert_str, 2); in PHP_FUNCTION()
5984 zend_object *cert_obj; in PHP_FUNCTION() local
6004 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
6030 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()
6630 zend_object *cert_obj; in PHP_FUNCTION() local
6652 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
6679 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()