Searched refs:php_openssl_check_path_str_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/openssl/ |
H A D | php_openssl.h | 110 static inline bool php_openssl_check_path_str_ex( in php_openssl_check_path_str_ex() function 123 return php_openssl_check_path_str_ex(file_path, real_path, arg_num, true, false, NULL); in php_openssl_check_path_str()
|
H A D | xp_ssl.c | 1513 if (!php_openssl_check_path_str_ex( in php_openssl_enable_server_sni() 1537 if (!php_openssl_check_path_str_ex( in php_openssl_enable_server_sni() 1551 } else if (php_openssl_check_path_str_ex( in php_openssl_enable_server_sni()
|
H A D | openssl.c | 1438 …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() 2427 if (!php_openssl_check_path_str_ex(str, file_path, arg_num, false, true, NULL)) { in php_openssl_setup_verify()
|
Completed in 26 milliseconds