Home
last modified time | relevance | path

Searched defs:key_file (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtls.h33 char *key_file; member
Dhlsenc.c170 char key_file[LINE_BUFFER_SIZE + 1]; member
232 char key_file[LINE_BUFFER_SIZE + 1]; member
/third_party/mbedtls/programs/psa/
Dkey_ladder_demo.c174 FILE *key_file = NULL; in save_key() local
230 FILE *key_file = NULL; in import_key_from_file() local
/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()
791 static void run(const char *service, const char *key_file, in run()
/third_party/mbedtls/programs/ssl/
Dssl_mail_client.c158 const char *key_file; /* the file with the client key */ member
Dssl_server2.c575 const char *key_file; /* the file with the server key */ member
731 char *crt_file, *key_file, *ca_file, *auth_str; in sni_parse() local
Dssl_client2.c460 const char *key_file; /* the file with the client key */ member
/third_party/python/Lib/http/
Dclient.py1405 def __init__(self, host, port=None, key_file=None, cert_file=None, argument
/third_party/libcoap/examples/
Dcoap-client.c89 static char *key_file = NULL; /* private key in PEM, DER or PKCS11 URI */ variable
Dcoap-server.c86 static char *key_file = NULL; /* private key in PEM, DER or PKCS11 URI */ variable
/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/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.rs3157 let key_file = CString::new(p).unwrap(); in set_private_key_file() localVariable