Searched refs:get_cached_x509_store (Results 1 – 2 of 2) sorted by relevance
648 static WOLFSSL_X509_STORE *get_cached_x509_store(struct Curl_cfilter *cf, in get_cached_x509_store() function738 cached_store = cache_criteria_met ? get_cached_x509_store(cf, data) : NULL; in Curl_wssl_setup_x509_store()
3359 static X509_STORE *get_cached_x509_store(struct Curl_cfilter *cf, in get_cached_x509_store() function3449 cached_store = get_cached_x509_store(cf, data); in Curl_ssl_setup_x509_store()
Completed in 20 milliseconds