Home
last modified time | relevance | path

Searched defs:keyfile (Results 1 – 25 of 31) sorted by relevance

12

/third_party/python/Lib/
Dpoplib.py434 def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, argument
460 def stls(self, keyfile=None, certfile=None, context=None): argument
Dsmtplib.py752 def starttls(self, keyfile=None, certfile=None, context=None): argument
1031 keyfile=None, certfile=None, argument
Dssl.py780 certfile=None, keyfile=None, argument
1417 def wrap_socket(sock, keyfile=None, certfile=None, argument
Dftplib.py719 keyfile=None, certfile=None, context=None, argument
/third_party/openssl/apps/
Dspkac.c66 char *challenge = NULL, *keyfile = NULL; in spkac_main() local
Drsautl.c79 char *infile = NULL, *outfile = NULL, *keyfile = NULL; in rsautl_main() local
Dcrl.c87 char *infile = NULL, *outfile = NULL, *crldiff = NULL, *keyfile = NULL; in crl_main() local
Ds_time.c124 char *host = SSL_CONNECT_NAME, *certfile = NULL, *keyfile = NULL, *prog; in s_time_main() local
Ddgst.c104 const char *outfile = NULL, *keyfile = NULL, *prog = NULL; in dgst_main() local
Dsmime.c146 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; in smime_main() local
Dpkeyutl.c524 const char *keyfile, int keyform, int key_type, in init_ctx()
Dcms.c292 char *certfile = NULL, *keyfile = NULL, *contfile = NULL; in cms_main() local
Docsp.c248 char *signfile = NULL, *keyfile = NULL; in ocsp_main() local
/third_party/fsverity-utils/include/
Dlibfsverity.h97 const char *keyfile; member
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Ddaemon.c172 const char *keyfile, in SPDYF_start_daemon_va()
Dapplicationlayer.c327 const char *keyfile, in SPDY_start_daemon()
Dstructures.h897 char *keyfile; member
/third_party/fsverity-utils/lib/
Dsign_digest.c53 static int read_private_key(const char *keyfile, EVP_PKEY **pkey_ret) in read_private_key()
/third_party/ntfs-3g/ntfsprogs/
Dntfsdecrypt.c126 char *keyfile; /* .pfx file containing the user's private key. */ member
316 static int ntfs_pkcs12_load_pfxfile(const char *keyfile, u8 **pfx, in ntfs_pkcs12_load_pfxfile()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dparsechannels.c359 GKeyFile *keyfile; in parse_and_configure_from_v5_conf_file() local
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py908 def _create_ssl_context(self, certfile, keyfile=None): argument
914 def _make_ssl_server(self, factory, certfile, keyfile=None): argument
925 def _make_ssl_unix_server(self, factory, certfile, keyfile=None): argument
/third_party/nghttp2/src/
Dnghttp.h69 std::string keyfile; member
/third_party/python/Lib/msilib/
D__init__.py258 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c127 gchar *keyfile; member
/third_party/python/Modules/clinic/
D_ssl.c.h538 PyObject *keyfile = Py_None; in _ssl__SSLContext_load_cert_chain() local

12