Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c561 static inline bool php_openssl_check_path_str_ex( in php_openssl_check_path_str_ex() function
574 return php_openssl_check_path_str_ex(file_path, real_path, arg_num, true, false, NULL); in php_openssl_check_path_str()
1511 …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()
2494 if (!php_openssl_check_path_str_ex(str, file_path, arg_num, false, true, NULL)) { in php_openssl_setup_verify()

Completed in 24 milliseconds