Home
last modified time | relevance | path

Searched defs:cert_file (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls.h32 char *cert_file; member
/third_party/nghttp2/src/
Dshrpx_tls.h78 const char *cert_file; member
Dshrpx_connection_handler.cc641 int ConnectionHandler::start_ocsp_update(const char *cert_file) { in start_ocsp_update()
822 auto cert_file = tls_ctx_data->cert_file; in proceed_next_cert_ocsp() local
Dshrpx_tls.cc927 SSL_CTX *create_ssl_context(const char *private_key_file, const char *cert_file, in create_ssl_context()
1228 const char *cert_file, in create_quic_ssl_context()
1569 const StringRef &cacert, const StringRef &cert_file, in create_ssl_client_context()
DHttpServer.h61 std::string cert_file; member
Dshrpx_config.h632 StringRef cert_file; member
673 StringRef cert_file; member
702 StringRef cert_file; member
744 StringRef cert_file; member
770 StringRef cert_file; member
/third_party/nghttp2/examples/
Dlibevent-server.c143 static SSL_CTX *create_ssl_ctx(const char *key_file, const char *cert_file) { in create_ssl_ctx()
792 const char *cert_file) { in run()
/third_party/json/tools/serve_header/
Dserve_header.py389 cert_file = https.get('cert_file', 'localhost.pem') variable
/third_party/libcoap/examples/
Dcoap-rd.c53 static char *cert_file = NULL; /* Combined certificate and private key in PEM */ variable
Dcoap-client.c104 static char *cert_file = NULL; /* certificate and optional private key in PEM, variable
Dcoap-server.c98 static char *cert_file = NULL; /* certificate and optional private key in PEM, variable
/third_party/python/Lib/http/
Dclient.py1405 def __init__(self, host, port=None, key_file=None, cert_file=None, argument
/third_party/openssl/test/
Dcmp_ctx_test.c794 char *cert_file; in DEFINE_SET_CB_TEST() local
/third_party/openssl/apps/lib/
Ds_cb.c114 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file) in set_cert_stuff()
/third_party/node/deps/openssl/openssl/apps/lib/
Ds_cb.c114 int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file) in set_cert_stuff()
/third_party/curl/lib/vtls/
Dopenssl.c1270 char *cert_file, in cert_stuff()
1657 char *cert_file, in Curl_ossl_set_client_cert()
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c804 char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; in s_client_main() local
/third_party/openssl/apps/
Ds_client.c804 char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; in s_client_main() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3261 let cert_file = CString::new(p).unwrap(); in set_certificate_chain_file() localVariable