Lines Matching refs:cert_str
607 zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num);
1508 zend_string *cert_str, uint32_t arg_num, bool is_from_array, const char *option_name) { in php_openssl_x509_from_str() argument
1513 if (ZSTR_LEN(cert_str) > 7 && memcmp(ZSTR_VAL(cert_str), "file://", sizeof("file://") - 1) == 0) { in php_openssl_x509_from_str()
1514 …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()
1525 in = BIO_new_mem_buf(ZSTR_VAL(cert_str), (int) ZSTR_LEN(cert_str)); in php_openssl_x509_from_str()
1557 zend_object *cert_obj, zend_string *cert_str, uint32_t arg_num) { in php_openssl_x509_from_param() argument
1562 ZEND_ASSERT(cert_str); in php_openssl_x509_from_param()
1564 return php_openssl_x509_from_str(cert_str, arg_num, false, NULL); in php_openssl_x509_from_param()
1592 zend_string *cert_str; 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()
1633 if (cert_str) { in PHP_FUNCTION()
1902 zend_string *cert_str; 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()
1944 if (cert_str) { in PHP_FUNCTION()
1981 zend_string *cert_str; 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()
2007 if (cert_str) { in PHP_FUNCTION()
2017 zend_string *cert_str; 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()
2039 if (cert_str) { in PHP_FUNCTION()
2050 zend_string *cert_str; 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()
2075 if (cert_str) { in PHP_FUNCTION()
2159 zend_string *cert_str; 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()
2300 if (cert_str) { in PHP_FUNCTION()
2315 if (cert_str) { in PHP_FUNCTION()
2415 zend_string *cert_str; 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()
2457 if (cert_str) { in PHP_FUNCTION()
2551 zend_string *cert_str; 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()
2652 zend_string *cert_str; 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()
2742 if (cert_str) { in PHP_FUNCTION()
2753 zend_string *cert_str; 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()
2830 if (cert_str) { in PHP_FUNCTION()
3267 zend_string *cert_str; 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()
3408 if (cert_str && cert) { in PHP_FUNCTION()
5333 zend_string *cert_str; 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()
5441 if (cert && cert_str) { in PHP_FUNCTION()
5972 zend_string *cert_str; 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()
6143 if (cert && cert_str) { in PHP_FUNCTION()