Searched defs:ca_file (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | tls_context_options.c | 22 struct aws_string *ca_file; member 274 const char *ca_file = NULL; in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew() local
|
/aosp_15_r20/external/mbedtls/programs/x509/ |
H A D | cert_app.c | 80 const char *ca_file; /* the file with the CA certificate(s) */ member
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/ |
H A D | cert_app.c | 80 const char *ca_file; /* the file with the CA certificate(s) */ member
|
/aosp_15_r20/device/google/cuttlefish/host/libs/websocket/ |
D | websocket_server.cpp | 109 std::string ca_file = certs_dir_ + "/CA.crt"; in InitializeLwsObjects() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_mail_client.c | 133 const char *ca_file; /* the file with the CA certificate(s) */ member
|
H A D | ssl_server2.c | 615 const char *ca_file; /* the file with the CA certificate(s) */ member 794 char *crt_file, *key_file, *ca_file, *auth_str; in sni_parse() local
|
H A D | ssl_client2.c | 476 const char *ca_file; /* the file with the CA certificate(s) */ member
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_mail_client.c | 133 const char *ca_file; /* the file with the CA certificate(s) */ member
|
H A D | ssl_server2.c | 610 const char *ca_file; /* the file with the CA certificate(s) */ member 786 char *crt_file, *key_file, *ca_file, *auth_str; in sni_parse() local
|
H A D | ssl_client2.c | 476 const char *ca_file; /* the file with the CA certificate(s) */ member
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | schannel_verify.c | 224 const char *ca_file, in add_certs_file_to_store()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 708 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_x509.cc | 665 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 708 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations()
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_x509.cc | 665 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file, in SSL_CTX_load_verify_locations()
|