Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dvtls.c122 static bool blobcmp(struct curl_blob *first, struct curl_blob *second) in blobcmp() function
144 blobcmp(data->cert_blob, needle->cert_blob) && in Curl_ssl_config_matches()
145 blobcmp(data->ca_info_blob, needle->ca_info_blob) && in Curl_ssl_config_matches()
146 blobcmp(data->issuercert_blob, needle->issuercert_blob) && in Curl_ssl_config_matches()