Home
last modified time | relevance | path

Searched refs:php_openssl_check_path_str_ex (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.c549 static inline bool php_openssl_check_path_str_ex( in php_openssl_check_path_str_ex() function
562 return php_openssl_check_path_str_ex(file_path, real_path, arg_num, true, false, NULL); in php_openssl_check_path_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()
2497 if (!php_openssl_check_path_str_ex(str, file_path, arg_num, false, true, NULL)) { in php_openssl_setup_verify()

Completed in 22 milliseconds