Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.h57 struct curl_slist *Curl_ossl_engines_list(struct Curl_easy *data);
108 #define curlssl_engines_list(x) Curl_ossl_engines_list(x)
Dopenssl.c881 struct curl_slist *Curl_ossl_engines_list(struct Curl_easy *data) in Curl_ossl_engines_list() function