Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dvtls.c117 static bool blobcmp(struct curl_blob *first, struct curl_blob *second) in blobcmp() function
139 blobcmp(data->cert_blob, needle->cert_blob) && in Curl_ssl_config_matches()
140 blobcmp(data->ca_info_blob, needle->ca_info_blob) && in Curl_ssl_config_matches()
141 blobcmp(data->issuercert_blob, needle->issuercert_blob) && in Curl_ssl_config_matches()