Searched defs:ca_file (Results 1 - 14 of 14) sorted by relevance
| /third_party/ffmpeg/libavformat/ |
| H A D | tls.h | 30 char *ca_file; member
|
| /third_party/mbedtls/programs/x509/ |
| H A D | cert_app.c | 80 const char *ca_file; /* the file with the CA certificate(s) */ member
|
| /third_party/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_client2.c | 476 const char *ca_file; /* the file with the CA certificate(s) */ member [all...] |
| 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 [all...] |
| /third_party/curl/lib/vtls/ |
| H A D | schannel_verify.c | 223 add_certs_file_to_store(HCERTSTORE trust_store, const char *ca_file, struct Curl_easy *data) add_certs_file_to_store() argument
|
| /third_party/libcoap/include/coap3/ |
| H A D | coap_dtls.h | 199 const char *ca_file; /**< File location of Common CA in PEM format */ member
|
| /third_party/libcoap/examples/ |
| H A D | coap-rd.c | 54 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM */ variable
|
| H A D | coap-client.c | 108 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM, variable [all...] |
| H A D | coap-server.c | 102 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM, variable
|
| /third_party/libcoap/src/ |
| H A D | coap_net.c | 375 coap_context_set_pki_root_cas(coap_context_t *ctx, const char *ca_file, const char *ca_dir) coap_context_set_pki_root_cas() argument
|
| H A D | coap_openssl.c | 2742 coap_dtls_context_set_pki_root_cas(coap_context_t *ctx, const char *ca_file, const char *ca_dir ) coap_dtls_context_set_pki_root_cas() argument [all...] |
| H A D | coap_mbedtls.c | 1745 coap_dtls_context_set_pki_root_cas(coap_context_t *c_context, const char *ca_file, const char *ca_path) global() argument
|
| H A D | coap_gnutls.c | 341 coap_dtls_context_set_pki_root_cas(coap_context_t *c_context, const char *ca_file, const char *ca_path) coap_dtls_context_set_pki_root_cas() argument
|
Completed in 32 milliseconds