Lines Matching refs:cert_str

599 		zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num);
1389 zend_string *cert_str, uint32_t arg_num, bool is_from_array, const char *option_name) { in php_openssl_x509_from_str() argument
1394 if (ZSTR_LEN(cert_str) > 7 && memcmp(ZSTR_VAL(cert_str), "file://", sizeof("file://") - 1) == 0) { in php_openssl_x509_from_str()
1395 …if (!php_openssl_check_path_str_ex(cert_str, cert_path, arg_num, true, is_from_array, option_name)… in php_openssl_x509_from_str()
1406 in = BIO_new_mem_buf(ZSTR_VAL(cert_str), (int) ZSTR_LEN(cert_str)); in php_openssl_x509_from_str()
1438 zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num) { in php_openssl_x509_from_param() argument
1443 ZEND_ASSERT(cert_str); in php_openssl_x509_from_param()
1445 return php_openssl_x509_from_str(cert_str, arg_num, false, NULL); in php_openssl_x509_from_param()
1473 zend_string *cert_str; in PHP_FUNCTION() local
1481 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1489 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1514 if (cert_str) { in PHP_FUNCTION()
1783 zend_string *cert_str; in PHP_FUNCTION() local
1789 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1797 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1825 if (cert_str) { in PHP_FUNCTION()
1862 zend_string *cert_str; in PHP_FUNCTION() local
1869 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1875 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1888 if (cert_str) { in PHP_FUNCTION()
1898 zend_string *cert_str; in PHP_FUNCTION() local
1903 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1907 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1920 if (cert_str) { in PHP_FUNCTION()
1931 zend_string *cert_str; in PHP_FUNCTION() local
1937 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
1941 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
1956 if (cert_str) { in PHP_FUNCTION()
2040 zend_string *cert_str; in PHP_FUNCTION() local
2058 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2063 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2181 if (cert_str) { in PHP_FUNCTION()
2196 if (cert_str) { in PHP_FUNCTION()
2296 zend_string *cert_str; in PHP_FUNCTION() local
2306 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2326 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2338 if (cert_str) { in PHP_FUNCTION()
2432 zend_string *cert_str; in PHP_FUNCTION() local
2435 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2438 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2533 zend_string *cert_str; in PHP_FUNCTION() local
2547 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()
2625 if (cert_str) { in PHP_FUNCTION()
2636 zend_string *cert_str; in PHP_FUNCTION() local
2648 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
2658 cert = php_openssl_x509_from_param(cert_obj, cert_str, 1); in PHP_FUNCTION()
2713 if (cert_str) { in PHP_FUNCTION()
3150 zend_string *cert_str; in PHP_FUNCTION() local
3162 Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
3180 if (cert_str || cert_obj) { in PHP_FUNCTION()
3181 cert = php_openssl_x509_from_param(cert_obj, cert_str, 2); in PHP_FUNCTION()
3293 if (cert_str && cert && cert != new_cert) { in PHP_FUNCTION()
5557 zend_string *cert_str; in PHP_FUNCTION() local
5576 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
5602 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()
5665 if (cert && cert_str) { in PHP_FUNCTION()
6203 zend_string *cert_str; in PHP_FUNCTION() local
6224 Z_PARAM_OBJ_OF_CLASS_OR_STR(cert_obj, php_openssl_certificate_ce, cert_str) in PHP_FUNCTION()
6251 cert = php_openssl_x509_from_param(cert_obj, cert_str, 3); in PHP_FUNCTION()
6374 if (cert && cert_str) { in PHP_FUNCTION()