Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel_verify.c81 const char *ca_file, in add_certs_to_store() argument
97 ca_file_tstr = Curl_convert_UTF8_to_tchar((char *)ca_file); in add_certs_to_store()
102 ca_file, Curl_strerror(GetLastError(), buffer, sizeof(buffer))); in add_certs_to_store()
123 ca_file, Curl_strerror(GetLastError(), buffer, sizeof(buffer))); in add_certs_to_store()
132 ca_file, Curl_strerror(GetLastError(), buffer, sizeof(buffer))); in add_certs_to_store()
162 ca_file, Curl_strerror(GetLastError(), buffer, sizeof(buffer))); in add_certs_to_store()
196 ca_file); in add_certs_to_store()
225 ca_file, in add_certs_to_store()
238 actual_content_type, ca_file); in add_certs_to_store()
254 ca_file, in add_certs_to_store()
[all …]
/external/boringssl/src/ssl/
Dssl_x509.cc699 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations() argument
702 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir); in SSL_CTX_load_verify_locations()
/external/boringssl/src/include/openssl/
Dssl.h2411 const char *ca_file,