Lines Matching refs:cert_obj

599 		zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num);
1438 zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num) { in php_openssl_x509_from_param() argument
1439 if (cert_obj) { in php_openssl_x509_from_param()
1440 return php_openssl_certificate_from_obj(cert_obj)->x509; in php_openssl_x509_from_param()
1474 zend_object *cert_obj; in PHP_FUNCTION() local
1483 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1491 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1785 zend_object *cert_obj; in PHP_FUNCTION() local
1792 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1800 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1864 zend_object *cert_obj; in PHP_FUNCTION() local
1872 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1878 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1900 zend_object *cert_obj; in PHP_FUNCTION() local
1906 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1910 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1933 zend_object *cert_obj; in PHP_FUNCTION() local
1940 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1944 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2042 zend_object *cert_obj; in PHP_FUNCTION() local
2061 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2066 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2304 zend_object *cert_obj; in PHP_FUNCTION() local
2315 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2335 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2440 zend_object *cert_obj; in PHP_FUNCTION() local
2444 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2447 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2455 x509_cert_obj->x509 = cert_obj ? X509_dup(cert) : cert; in PHP_FUNCTION()
2541 zend_object *cert_obj; in PHP_FUNCTION() local
2556 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2566 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2644 zend_object *cert_obj; in PHP_FUNCTION() local
2657 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2667 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
3159 zend_object *cert_obj; in PHP_FUNCTION() local
3172 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
3190 if (cert_str || cert_obj) { in PHP_FUNCTION()
3191 cert = php_openssl_x509_from_param(cert_obj, cert_str, 2); in PHP_FUNCTION()
5579 zend_object *cert_obj; in PHP_FUNCTION() local
5599 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
5625 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()
6225 zend_object *cert_obj; in PHP_FUNCTION() local
6247 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
6274 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()