Home
last modified time | relevance | path

Searched defs:ca_info_blob (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/vtls/
Dschannel_verify.c654 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in Curl_verify_certificate() local
Dschannel.c2754 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in Curl_schannel_get_cached_cert_store() local
2823 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in Curl_schannel_set_cached_cert_store() local
Drustls.c433 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in cr_init_backend() local
Dwolfssl.c372 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in wolfssl_connect_step1() local
Dbearssl.c489 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in bearssl_connect_step1() local
Dmbedtls.c492 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in mbed_connect_step1() local
Dopenssl.c2995 const struct curl_blob *ca_info_blob) in load_cacert_from_memory()
3203 const struct curl_blob *ca_info_blob = conn_config->ca_info_blob; in populate_x509_store() local
Dsectransp.c2378 const struct curl_blob *ca_info_blob,
/third_party/curl/lib/
Durldata.h304 struct curl_blob *ca_info_blob; member