Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dstrcase.h51 bool Curl_safecmp(char *a, char *b);
Dstrcase.c257 bool Curl_safecmp(char *a, char *b) in Curl_safecmp() function
Durl.c1081 return (Curl_safecmp(one->proto.sshc.rsa, two->proto.sshc.rsa) && in ssh_config_matches()
1082 Curl_safecmp(one->proto.sshc.rsa_pub, two->proto.sshc.rsa_pub)); in ssh_config_matches()
/third_party/curl/lib/vtls/
Dvtls.c142 Curl_safecmp(data->CApath, needle->CApath) && in Curl_ssl_config_matches()
143 Curl_safecmp(data->CAfile, needle->CAfile) && in Curl_ssl_config_matches()
144 Curl_safecmp(data->issuercert, needle->issuercert) && in Curl_ssl_config_matches()
145 Curl_safecmp(data->clientcert, needle->clientcert) && in Curl_ssl_config_matches()
146 Curl_safecmp(data->random_file, needle->random_file) && in Curl_ssl_config_matches()
147 Curl_safecmp(data->egdsocket, needle->egdsocket) && in Curl_ssl_config_matches()